This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user