|
@@ -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);
|
|
|
}
|