From 114e731babff512d961c48d42a425b7563f33e67 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 11 六月 2025 13:11:12 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-jdhj-uniapp --- pages/wareHouse/nuclearScale/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pages/wareHouse/nuclearScale/index.scss b/pages/wareHouse/nuclearScale/index.scss index d9fa2ec..7ec1a27 100644 --- a/pages/wareHouse/nuclearScale/index.scss +++ b/pages/wareHouse/nuclearScale/index.scss @@ -52,7 +52,15 @@ .bottom-button { position: fixed; bottom: 40rpx; + left: 45%; + width: calc(100% - 80rpx); + transform: translateX(-50%); +} +.bottom-button1 { + position: fixed; + bottom: 40rpx; left: 50%; width: calc(100% - 80rpx); transform: translateX(-50%); } + -- Gitblit v1.9.3