绘制二级评估页面

This commit is contained in:
GGJ
2025-03-31 14:33:05 +08:00
parent 4e40779a0e
commit d29b9c819d
12 changed files with 1095 additions and 24 deletions

View File

@@ -73,4 +73,12 @@
.vxe-modal--wrapper {
z-index: 5000 !important;
}
}
.vxe-table--body .vxe-body--row:nth-child(even) {
background-color: #f9f9f9;
// background-color: var(--el-color-primary-light-9);
}
.vxe-table--body .vxe-body--row:nth-child(odd) {
background-color: #ffffff;
}