瀏覽代碼

update0202

tremble 2 年之前
父節點
當前提交
85e978a1f1
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      packages/qjkankan-kankan-view/src/components/Tags/index.vue

+ 3 - 1
packages/qjkankan-kankan-view/src/components/Tags/index.vue

@@ -6,7 +6,9 @@
                 <div class="content">
                     <div class="trans" :class="{ active: (isFixed && hotData && tag.sid == hotData.sid) || (showInfo && hotData && tag.sid == hotData.sid) }">
                         <template v-if="hotData && tag.sid == hotData.sid && !showMsg">
-                            <div class="arrow" :id="`arrow_${tag.sid}`"></div>
+                            <div class="arrow" :id="`arrow_${tag.sid}`">
+                                <ui-icon @click.stop="closeTag" v-if="getApp().config.mobile" type="close"></ui-icon>
+                            </div>
                             <ShowTag @click.stop="" v-if="!isEdit && hotData" @open="openInfo" />
                         </template>
                     </div>