Kaynağa Gözat

样式修改

wangrulan 2 yıl önce
ebeveyn
işleme
42ace98be5
2 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 4 1
      src/common/less/layout.less
  2. 3 0
      src/common/less/public.less

+ 4 - 1
src/common/less/layout.less

@@ -44,9 +44,12 @@
         text-align: center;
         position: absolute;
         bottom: 5px;
-        background-color: #409EFF;
+        background-color: rgb(164, 208, 253);
         color: #fff;
       }
+      .isfold:hover{
+        background-color: #409EFF;
+      }
     }
 
     .content{

+ 3 - 0
src/common/less/public.less

@@ -140,4 +140,7 @@ i {
 }
 .el-table td, .el-table th{
   padding: 10px 0;
+}
+.el-table th{
+  background-color: #f8f8f9;
 }