|
@@ -73,7 +73,6 @@
|
|
|
<el-popover
|
|
<el-popover
|
|
|
popper-class="zpover shipped"
|
|
popper-class="zpover shipped"
|
|
|
placement="bottom"
|
|
placement="bottom"
|
|
|
- width="60"
|
|
|
|
|
trigger="click"
|
|
trigger="click"
|
|
|
content="本月已出货">
|
|
content="本月已出货">
|
|
|
<div
|
|
<div
|
|
@@ -146,7 +145,7 @@
|
|
|
</el-popover>
|
|
</el-popover>
|
|
|
<!-- 仿石漆配送商 -->
|
|
<!-- 仿石漆配送商 -->
|
|
|
<el-popover
|
|
<el-popover
|
|
|
- popper-class="zpover"
|
|
|
|
|
|
|
+ popper-class="zpover fsqDelivery"
|
|
|
placement="bottom"
|
|
placement="bottom"
|
|
|
width="120"
|
|
width="120"
|
|
|
trigger="click"
|
|
trigger="click"
|
|
@@ -1545,6 +1544,11 @@ export default {
|
|
|
min-width: 100px;
|
|
min-width: 100px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
+.fsqDelivery {
|
|
|
|
|
+ width: auto !important;
|
|
|
|
|
+ min-width: auto;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+}
|
|
|
.yu71 {
|
|
.yu71 {
|
|
|
background-color: #610000 !important;
|
|
background-color: #610000 !important;
|
|
|
}
|
|
}
|