浏览代码

Merge branch 'develop_yh22' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh22

lilei 1 年之前
父节点
当前提交
12f7b3ddfa
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/salesReturnManagement/returnSchedule/list.vue

+ 4 - 1
src/views/salesReturnManagement/returnSchedule/list.vue

@@ -101,7 +101,7 @@
               <div>
                 <a-icon type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'20px',marginRight:'8px',display:'inlineBlock'}"/>
                 <a-icon v-if="record.customerServiceConfirmOverDay*1>5" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'20px',marginRight:'8px',display:'inlineBlock'}"/>
-                <span>未清点</span>
+                <span style="vertical-align: top;">未清点</span>
               </div>
             </a-tooltip>
             <span v-else>--</span>
@@ -350,6 +350,9 @@ export default {
       color: #ed1c24;
       cursor: pointer;
     }
+    .ant-tooltip{
+      max-width:300px !important;
+    }
     .common{
       color: rgba(0, 0, 0);
     }