Explorar o código

Merge branch 'feature_20251023_经销商新增仿石漆配送商标签' into dev(uat)

zhujindu hai 1 mes
pai
achega
aa110a86c0
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      src/views/agentList/index.vue

+ 6 - 2
src/views/agentList/index.vue

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