Browse Source

fix: 平板导航bug修改

chenzhen2 2 years ago
parent
commit
eefaf53117
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/envmonitor/index.vue

+ 3 - 1
src/views/envmonitor/index.vue

@@ -2147,15 +2147,17 @@ export default defineComponent({
       vertical-align: middle;
       width: 195px;
       height: 40px;
+      font-size: 0;
       img {
         width: 100%;
+        height: 40px;
       }
       &:nth-child(1) {
         left: 0;
         z-index: 333;
       }
       &:nth-child(2) {
-        margin-left: -18px;
+        margin-left: -25px;
         z-index: 222;
       }
       &:nth-child(3) {