Browse Source

feat: 修复bug

rindy 2 years ago
parent
commit
4ebc62fd31
2 changed files with 4 additions and 2 deletions
  1. 3 1
      src/components/header/index.vue
  2. 1 1
      src/pages/Viewer.vue

+ 3 - 1
src/components/header/index.vue

@@ -209,12 +209,14 @@ li {
 }
 header {
     position: relative;
-    height: 60px;
+    height: 61px;
     background-color: #1a1b1d;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 16px;
+    outline: none;
+    border: none;
 }
 footer {
     position: absolute;

+ 1 - 1
src/pages/Viewer.vue

@@ -70,7 +70,7 @@
                 </div>
             </div>
             <div class="model" v-show="showWidget && !showAdjust">
-                <div v-if="isLogin" class="file" :class="{ active: fileChecked, disable: fileDisable }" v-show="!fscChecked && !showBim">
+                <div v-if="isLogin" class="file" :class="{ active: fileChecked, disable: fileDisable }" v-show="!fscChecked && !showBim && !dbsChecked && !bimChecked">
                     <div @click="onFileChecked">
                         <i class="iconfont icon-note1"></i>
                         <span>{{ $t('home.tag') }}</span>