Browse Source

修改bug

chenrui 2 years ago
parent
commit
2a92f1da88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/promotionManagement/promotionInfo/list.vue

+ 1 - 1
src/views/promotionManagement/promotionInfo/list.vue

@@ -62,7 +62,7 @@
         </template>
         </template>
         <!-- 促销描述 -->
         <!-- 促销描述 -->
         <template slot="desc" slot-scope="text, record">
         <template slot="desc" slot-scope="text, record">
-          <a-tooltip placement="bottom" v-if="record.description&&record.description.length>60">
+          <a-tooltip placement="rightBottom" v-if="record.description&&record.description.length>60">
             <template slot="title">
             <template slot="title">
               <span>{{ record.description }}</span>
               <span>{{ record.description }}</span>
             </template>
             </template>