This commit is contained in:
fengerli
2025-07-15 19:01:49 +08:00
parent 3349d09e46
commit 4a4d7dbc73

View File

@ -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;
}