소스 검색

修改bug

chenrui 2 년 전
부모
커밋
2a92f1da88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>