联调二级评估页面

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,4 +1,8 @@
@charset "UTF-8";
* {
--el-card-padding: 10px;
}
/* 修复 Chrome 浏览器输入框内选中字符行高异常的bug-s */
.el-input .el-input__inner {
height: 30px;
@@ -16,6 +20,11 @@
transform: translateX(-50%) translateY(-62%);
}
.el-divider__text {
font-size: 16px;
font-weight: 600;
}
.el-menu {
user-select: none;
}