Commit 363ae71c authored by 11528's avatar 11528

Merge remote-tracking branch 'origin/master' into master

parents 3847f50f d153b965
......@@ -99,7 +99,7 @@ export default {
margin-left: 10px;
.no-redirect {
color: #97a8be;
color: #8A8A8A;
cursor: text;
}
}
......
......@@ -233,6 +233,9 @@ body .el-table th.gutter{
.el-select .el-input.is-focus .el-input__inner{
border-color:#D20A10
}
.el-pagination__sizes .el-input .el-input__inner:hover{
border-color:#D20A10!important;
}
// input框点击后红色边框
.el-input__inner{
&:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment