chenrui il y a 2 ans
Parent
commit
2a92f1da88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/promotionManagement/promotionInfo/list.vue

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

@@ -62,7 +62,7 @@
         </template>
         <!-- 促销描述 -->
         <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">
               <span>{{ record.description }}</span>
             </template>