ソースを参照

修改底部导航

[plg137200.] 1 年間 前
コミット
6b5aa16c98
3 ファイル変更5 行追加5 行削除
  1. 0 1
      containers.txt
  2. 3 2
      src/renderer/components/Menu.vue
  3. 2 2
      src/renderer/components/Smart.vue

+ 0 - 1
containers.txt

@@ -1 +0,0 @@
-c4d5b5cd722c

+ 3 - 2
src/renderer/components/Menu.vue

@@ -687,11 +687,12 @@ ul {
   width: 100%;
   position: absolute;
   bottom: 0px;
-  line-height: 40px;
+  line-height: 35px;
   display: block;
   font-size: 14px;
-  background-color: rgb(225, 229, 235);
+  background-color: transparent;
   text-align: center;
+  color:#0F0F0F;
 }
 .foot_main_menu {
   width: 100%;

+ 2 - 2
src/renderer/components/Smart.vue

@@ -1187,7 +1187,7 @@ export default {
   margin-left: 2%;
   width: 90%;
   border-radius: 14px;
-  bottom: 40px;
+  bottom: 50px;
 }
 .smart_line_class {
   /* background: #BBC5D4; */
@@ -1254,7 +1254,7 @@ export default {
 }
 
 .smart_content {
-  height: 90%;
+  height: 88%;
   margin-top: 5%;
   width: 94%;
   margin-left: 3%;