Ver Fonte

修改bug

chenrui há 2 anos atrás
pai
commit
2a92f1da88
1 ficheiros alterados com 1 adições e 1 exclusões
  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>