联调二级评估页面

This commit is contained in:
guanj
2025-08-11 16:13:51 +08:00
parent 8d613f7a57
commit aa3dbb6c5d
22 changed files with 864 additions and 474 deletions

View File

@@ -1,3 +1,6 @@
*{
--el-card-padding: 10px;
}
/* 修复 Chrome 浏览器输入框内选中字符行高异常的bug-s */
.el-input .el-input__inner {
height: 30px;
@@ -15,7 +18,10 @@
.el-divider__text.is-center {
transform: translateX(-50%) translateY(-62%);
}
.el-divider__text {
font-size: 16px;
font-weight: 600;
}
.el-menu {
user-select: none;
@@ -229,6 +235,9 @@
font-weight: 600;
}
}
// .el-card__body {
// padding: var();
// }
.el-select__input-wrapper {
width: 11px;
}