jinx před 2 roky
rodič
revize
91bf13c648
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/files/TagView.vue

+ 1 - 1
src/components/files/TagView.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="tag-view" v-show="canShow">
         <!-- <div class="tag-view-content" :style="{ height: height + 'px' }"> -->
-        <div class="tag-view-content" :class="!isLogin && !isAuth ? 'no-comment' : ''">
+        <div class="tag-view-content" :class="!isLogin || !isAuth ? 'no-comment' : ''">
             <header>
                 <span>{{ notify.title }}</span>
                 <!-- <i class="iconfont icon-close" @click="emits('action', null)"></i> -->