liuyg
2021-07-17 cefcfa2d06111a7ad85f980a39342c681b091916
样式
2 files modified
6 ■■■■ changed files
src/styles/element-ui.scss 2 ●●● patch | view | raw | blame | history
src/styles/ourBackgroundColor.scss 4 ●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -202,7 +202,7 @@
//表格等待
.el-loading-mask {
  background-color: $inputB1 !important;
  background-color: $mainB !important;
}
//附件上传弹窗中心
src/styles/ourBackgroundColor.scss
@@ -6,7 +6,7 @@
$fontColor: #fff;
$mainB2: #0048e5;
$mainB2: #205de2;
$mainB: #004ca7;
$mainBx1: #013e8a;
$mainBx2: #03277c;
@@ -20,4 +20,4 @@
$buttonB: #7cbdff;
$inputB1: rgb(25, 88, 233);
$inputB1: #2d5cc8;