Browse Source

技能博物馆css调整

fenghaifu 2 năm trước cách đây
mục cha
commit
add3da62d2

+ 1 - 1
src/components/page/GlobalHeader.vue

@@ -211,7 +211,7 @@ export default {
 
 // 技能博物馆
 .layout .header[data-v-6d229060] {
-    background-color: #6bc5f3;
+    background-color: #6bc5f3 !important;
 }
 
 /* update_end author:scott date:20190220 for: 缩小首页布局顶部的高度*/

+ 1 - 1
src/components/page/GlobalLayout.vue

@@ -605,7 +605,7 @@ body {
       border-right-color: transparent;
 
       // 技能博物馆
-      background-color: #221140;
+      background-color: #221140 !important;
       color: white;
     }
   }