From ef158d050e82c58878df1c06a39c8fe1cb47a935 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 23 Aug 2023 20:20:46 +0800 Subject: [PATCH] =?UTF-8?q?ios=E8=A1=A5=E8=AE=A1=E7=AE=97=E5=8D=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplySettlement.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/index/supplySettlement.vue b/src/views/index/supplySettlement.vue index f00bc10e..25da80bf 100644 --- a/src/views/index/supplySettlement.vue +++ b/src/views/index/supplySettlement.vue @@ -187,7 +187,7 @@ export default { } } .fixed-bottom { - margin-top: 20px; + position: fixed; /* 设置按钮容器为固定定位 */ left: 0; right: 0; @@ -198,6 +198,7 @@ export default { } /* 如果需要调整按钮在底部容器内的位置,可以使用更具体的选择器进行样式调整 */ .fixed-bottom .btn { + margin-top: 20px; position: absolute; /* 将按钮设置为绝对定位 */ bottom: 30px; /* 可根据需要调整按钮距离底部的距离 */ left: 50%; /* 可根据需要调整按钮在容器中的水平位置 */