1
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="info-row">
|
<view class="info-row">
|
||||||
<text class="info-label">灯光亮度</text>
|
<text class="info-label">灯光亮度</text>
|
||||||
<text class="info-value status-running">{{sliderValue}}%</text>
|
<text class="info-value status-running">{{ sliderValue }}%</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 灯光亮度控制 -->
|
<!-- 灯光亮度控制 -->
|
||||||
@ -101,7 +101,6 @@
|
|||||||
<view class="section-title">人员信息登记</view>
|
<view class="section-title">人员信息登记</view>
|
||||||
<!-- <button class="send-btn">发送</button> -->
|
<!-- <button class="send-btn">发送</button> -->
|
||||||
<view class="right-icons">
|
<view class="right-icons">
|
||||||
|
|
||||||
<uni-icons @click="toggleForm" :type="isFormExpanded ? 'arrowup' : 'down'" size="20"
|
<uni-icons @click="toggleForm" :type="isFormExpanded ? 'arrowup' : 'down'" size="20"
|
||||||
color="rgba(255, 255, 255, 0.87" class="toggle-icon" />
|
color="rgba(255, 255, 255, 0.87" class="toggle-icon" />
|
||||||
</view>
|
</view>
|
||||||
@ -624,7 +623,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
background: rgb(42, 42, 42);
|
background: rgba(42, 42, 42, 1);
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user