1
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="info-label">灯光亮度</text>
|
||||
<text class="info-value status-running">{{sliderValue}}%</text>
|
||||
<text class="info-value status-running">{{ sliderValue }}%</text>
|
||||
</view>
|
||||
|
||||
<!-- 灯光亮度控制 -->
|
||||
@ -101,7 +101,6 @@
|
||||
<view class="section-title">人员信息登记</view>
|
||||
<!-- <button class="send-btn">发送</button> -->
|
||||
<view class="right-icons">
|
||||
|
||||
<uni-icons @click="toggleForm" :type="isFormExpanded ? 'arrowup' : 'down'" size="20"
|
||||
color="rgba(255, 255, 255, 0.87" class="toggle-icon" />
|
||||
</view>
|
||||
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user