diff --git a/src/pages_function/pages/moldoperate/deviceSelect.vue b/src/pages_function/pages/moldoperate/deviceSelect.vue index a8d5afa..4bbf07c 100644 --- a/src/pages_function/pages/moldoperate/deviceSelect.vue +++ b/src/pages_function/pages/moldoperate/deviceSelect.vue @@ -403,7 +403,7 @@ onShow(async () => { left: 0; right: 0; bottom: 0; - padding: 16rpx 24rpx calc(16rpx + env(safe-area-inset-bottom)); + padding: 18rpx 24rpx calc(18rpx + env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.06); z-index: 99; @@ -411,16 +411,16 @@ onShow(async () => { .bottom-btn { width: 100%; - height: 88rpx; - line-height: 88rpx; + height: 84rpx; + line-height: 84rpx; text-align: center; - border-radius: 12rpx; + border-radius: 16rpx; font-size: 30rpx; font-weight: 600; } .confirm-btn { - background: #2563eb; + background: #1f4b79; color: #fff; } diff --git a/src/pages_function/pages/moldoperate/dismount.vue b/src/pages_function/pages/moldoperate/dismount.vue index 7a320c0..ada878e 100644 --- a/src/pages_function/pages/moldoperate/dismount.vue +++ b/src/pages_function/pages/moldoperate/dismount.vue @@ -1,16 +1,14 @@