tremble 2 лет назад
Родитель
Сommit
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>