diff --git a/pages/6170/deviceControl/index.vue b/pages/6170/deviceControl/index.vue index e0a17e3..8959e16 100644 --- a/pages/6170/deviceControl/index.vue +++ b/pages/6170/deviceControl/index.vue @@ -52,7 +52,7 @@ 灯光亮度 - {{sliderValue}}% + {{ sliderValue }}% @@ -101,7 +101,6 @@ 人员信息登记 - @@ -624,7 +623,7 @@ display: flex; align-items: center; margin-bottom: 20rpx; - background: rgb(42, 42, 42); + background: rgba(42, 42, 42, 1); border-radius: 16rpx; padding-left: 20rpx; }