'考试管理人员管理'
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user