This commit is contained in:
@@ -182,8 +182,8 @@
|
||||
padding: 16rpx 8rpx;
|
||||
|
||||
.function-icon {
|
||||
width: 104rpx;
|
||||
height: 104rpx;
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -206,14 +206,14 @@
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
.icon-data { transform: scale(1.1); }
|
||||
.icon-data { transform: scale(1.06); }
|
||||
.icon-notification,
|
||||
.icon-change,
|
||||
.icon-asset-package { transform: scale(1.05); }
|
||||
.icon-asset-package { transform: scale(1.01); }
|
||||
.icon-order,
|
||||
.icon-recover { transform: scale(0.97); }
|
||||
.icon-bind-phone { transform: scale(0.99); }
|
||||
.icon-out { transform: scale(1.01); }
|
||||
.icon-recover { transform: scale(0.91); }
|
||||
.icon-bind-phone { transform: scale(0.93); }
|
||||
.icon-out { transform: scale(0.97); }
|
||||
}
|
||||
|
||||
.function-icon-badge { position: relative; }
|
||||
|
||||
@@ -673,8 +673,10 @@
|
||||
.order-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
gap: 16rpx;
|
||||
margin-left: auto;
|
||||
margin-left: 0;
|
||||
align-self: flex-end;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
@@ -712,6 +714,10 @@
|
||||
color: #17191c;
|
||||
}
|
||||
|
||||
.order-card .card-body .card-footer .detail-action-button {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.primary-action-button {
|
||||
border-color: var(--primary);
|
||||
background: var(--primary);
|
||||
|
||||
Reference in New Issue
Block a user