修改并优化了一些功能及bug

This commit is contained in:
王利强
2026-05-14 13:45:46 +08:00
parent 805747d1d9
commit 2322fcf39a
51 changed files with 802 additions and 346 deletions

View File

@@ -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;