|
|
@@ -1,12 +1,11 @@
|
|
|
-@import url('./variables.scss');
|
|
|
-
|
|
|
+$backgrouind: #17171A;
|
|
|
|
|
|
.avue-crud__menu{
|
|
|
- background: #17171A;
|
|
|
+ background: $backgrouind;
|
|
|
}
|
|
|
.avue-group .el-collapse,
|
|
|
.avue-group .el-collapse-item__wrap {
|
|
|
- border-color: #17171A;
|
|
|
+ border-color: $backgrouind;
|
|
|
}
|
|
|
|
|
|
.avue-crud .el-table th {
|
|
|
@@ -16,7 +15,7 @@
|
|
|
}
|
|
|
|
|
|
.el-loading-mask {
|
|
|
- background-color: #17171A;
|
|
|
+ background-color: $backgrouind;
|
|
|
}
|
|
|
|
|
|
//对话框
|
|
|
@@ -28,10 +27,20 @@
|
|
|
.avue-dialog .el-dialog__header {
|
|
|
padding: 16px 24px;
|
|
|
min-height: 20px;
|
|
|
- border-bottom: 1px solid #17171A;
|
|
|
+ border-bottom: 1px solid $backgrouind;
|
|
|
}
|
|
|
|
|
|
//空状态文本
|
|
|
.avue-empty__desc {
|
|
|
color: #4f546f;
|
|
|
+}
|
|
|
+
|
|
|
+//日期范围选择输入
|
|
|
+.el-range-editor--small .el-range-input {
|
|
|
+ background: $backgrouind;
|
|
|
+}
|
|
|
+
|
|
|
+//表格斑马条纹
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
+ background: #414b57;
|
|
|
}
|