Browse Source

调整样式

YaolongHan 4 years ago
parent
commit
2d1d6e0090
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/components/menuList.vue

+ 1 - 4
src/components/menuList.vue

@@ -78,7 +78,7 @@
         />
         <div
           class="tip"
-          :style="{ color: !showStyle ? '#8e9298' : '#69c4df' }"
+          :style="{ color: !showStyle ? '#8e9298' : '#69c4df','white-space':'nowrap' }"
           @click="checkColor"
         >
           {{ !showStyle ? "切换驾驶舱" : "切换项目首页" }}
@@ -151,9 +151,6 @@ export default {
     }
   },
   mounted() {
-    setTimeout(()=>{
-         console.log('permissions',this.permissions)
-    },5000)
     this.handleRoute(this.$route);
     // 定时查询草稿箱数量
     this.getDraftNum(); //首次查询