chenrui hace 2 años
padre
commit
2a92f1da88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>