'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 20:32:05 +08:00
parent 10a8094a3c
commit 6fe683e97e
11 changed files with 48 additions and 46 deletions

View File

@ -97,14 +97,6 @@ div:focus {
border-color: rgb(8, 85, 170);
}
::v-deep {
.el-input__inner, .el-input__inner:hover, .el-input__inner:focus {
border: none !important;
box-shadow: none;
background-color: transparent;
}
}
.new-btn-class-bj {
color: #409eff;
margin-right: 10px;
@ -117,4 +109,12 @@ div:focus {
}
.new-btn-class-sc:hover {
border-bottom: 1px solid #f56c6c;
}
::v-deep {
.el-input__inner, .el-input__inner:hover, .el-input__inner:focus {
border: none !important;
box-shadow: none;
background-color: transparent;
}
}