Sfoglia il codice sorgente

取消footer的背景色

Michael Wang 6 anni fa
parent
commit
9a1ed013cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/modules/portal/views/home/Home.vue

+ 1 - 1
src/modules/portal/views/home/Home.vue

@@ -254,7 +254,7 @@ export default {
 }
 .el-footer {
   color: #878e93;
-  background-color: white;
+  background-color: #ecf0f5;
   line-height: 40px;
   height: 40px !important;
 }