Jelajahi Sumber

9.12.修改css样式

liuqiao 2 tahun lalu
induk
melakukan
e98c5ed0be
2 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. 7 0
      src/assets/css/theme/00a598/index.css
  2. 3 0
      src/views/index/HCFDLab/index.vue

+ 7 - 0
src/assets/css/theme/00a598/index.css

@@ -191,4 +191,11 @@ background-color: #757070;
 }
 .custom-00a598  .el-form-item {
   margin-bottom: 22px;
+}
+.custom-00a598  .meshcalss{
+  background-color: #535353;
+  color: #fff;
+}
+.custom-00a598 .meshcalss .el-checkbox__label{
+  color: #fff;
 }

+ 3 - 0
src/views/index/HCFDLab/index.vue

@@ -7616,6 +7616,9 @@ body {
 }
 </style>
 <style lang="scss" scoped>
+.el-checkbox+.el-checkbox{
+  margin-left: 0;
+}
 .activeOrange {
   background-color: rgba(255, 255, 255, 0.3);
   border: 2px solid #fff;