|
@@ -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>
|