修改并优化了一些功能及bug
This commit is contained in:
@@ -28,6 +28,29 @@
|
||||
min-height: 100vh;
|
||||
background: #EBF2FC;
|
||||
}
|
||||
.status-tag.data-v-4b6250eb {
|
||||
padding: 4rpx 16rpx;
|
||||
border-radius: 6rpx;
|
||||
font-size: 22rpx;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
font-weight: 500;
|
||||
height: 40rpx;
|
||||
line-height: 40rpx;
|
||||
align-self: flex-start;
|
||||
}
|
||||
.status-pending.data-v-4b6250eb {
|
||||
background: #FFF7E6;
|
||||
color: #FA8C16;
|
||||
}
|
||||
.status-passed.data-v-4b6250eb {
|
||||
background: #F6FFED;
|
||||
color: #52C41A;
|
||||
}
|
||||
.status-rejected.data-v-4b6250eb {
|
||||
background: #FFF1F0;
|
||||
color: #F5222D;
|
||||
}
|
||||
.popup-content.data-v-4b6250eb {
|
||||
width: 600rpx;
|
||||
background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user