소스 검색

调整样式

YaolongHan 4 년 전
부모
커밋
2d1d6e0090
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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(); //首次查询