fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m8s

This commit is contained in:
luo
2026-07-30 15:01:54 +08:00
parent c45227ba7e
commit d0f032aa1c
3 changed files with 21 additions and 10 deletions

View File

@@ -168,10 +168,9 @@
width: 112rpx;
height: 112rpx;
flex-shrink: 0;
padding: 10rpx;
padding: 0;
box-sizing: border-box;
border-radius: 24rpx;
background: var(--up-primary-light);
}
.slot-visual {
@@ -202,7 +201,7 @@
}
.iccid-value-text {
flex: 1;
flex: 0 1 auto;
min-width: 0;
color: var(--text-secondary);
font-size: 24rpx;
@@ -232,7 +231,7 @@
.copy-front { right: 2rpx; bottom: 2rpx; background: var(--bg-primary); }
.card-actions {
width: 240rpx;
width: 100%;
margin-top: 20rpx;
}