style(equipment): 设备操作按钮图标与文字尺寸微调

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-11 14:11:42 +08:00
co-authored by Claude Sonnet 4.6
parent 6731ec2403
commit 9e8e26cb19
+7 -7
View File
@@ -255,7 +255,7 @@
.device-actions { .device-actions {
width: 100%; width: 100%;
gap: 12px; gap: 10px;
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: space-around; justify-content: space-around;
@@ -271,18 +271,18 @@
border: 2rpx solid #EAECF1; border: 2rpx solid #EAECF1;
> view:nth-of-type(1) { > view:nth-of-type(1) {
width: 26rpx; width: 24rpx;
height: 26rpx; height: 24rpx;
display: flex; display: flex;
align-items: center; align-items: center;
margin-right: 10rpx; margin-right: 6rpx;
} }
> view:nth-of-type(2) { > view:nth-of-type(2) {
color: #77849E; color: #77849E;
height: 26rpx; height: 24rpx;
font-size: 26rpx; font-size: 24rpx;
line-height: 26rpx; line-height: 24rpx;
} }
} }
} }