'考试管理人员管理'

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

@ -13,16 +13,16 @@
}
::v-deep .el-input__inner {
background-color: #fff;
border: 1px solid #e9e9e9 !important;
// background-color: #fff;
// border: 1px solid #e9e9e9 !important;
&:hover {
border: 1px solid #0065d8;
// border: 1px solid #0065d8;
}
&:focus {
border: 1px solid #1c84fa;
box-shadow: 0px 0px 8px #0a6bfc;
// border: 1px solid #1c84fa;
// box-shadow: 0px 0px 8px #0a6bfc;
}
}