[AI Generated]: feat(Views): 优化设备页结构与样式细节

This commit is contained in:
17792275749
2026-05-12 16:02:38 +08:00
parent d6c62a0672
commit ce49b77f17
2 changed files with 10 additions and 5 deletions
+9 -4
View File
@@ -167,11 +167,16 @@
margin: 40rpx auto 0;
.add-btn-icon {
width: 34rpx;
height: 34rpx;
color: #FFFFFF;
width: 32rpx;
font-size: 28rpx;
font-weight: bold;
height: 32rpx;
line-height: 30rpx;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.3);
margin-right: 16rpx;
text-align: center;
margin-right: 15rpx;
border: 2rpx solid #ffffff;
}
.add-btn-text {
+1 -1
View File
@@ -52,7 +52,7 @@
<!-- 底部「添加设备」主按钮 -->
<view class="add-btn" bind:tap="onTapAdd">
<view class="add-btn-icon"></view>
<view class="add-btn-icon">+</view>
<text class="add-btn-text">添加设备</text>
</view>