边框颜色修改

This commit is contained in:
caoxinyu
2019-03-26 18:10:48 +08:00
parent 0f3cb85531
commit f94d46abc2
4 changed files with 31 additions and 6 deletions

View File

@@ -27,3 +27,14 @@
}
}
}
.el-table td, .el-table th.is-leaf{
border-bottom: 1px solid DarkGray;
border-left: 1px solid DarkGray;
border-top: 1px solid DarkGray;
border-right: 1px solid DarkGray;
}
.el-textarea__inner,
.el-radio__inner,
.el-input__inner{
border: 1px solid rgb(49, 56, 72)!important;
}