Browse Source

feature_20251023_经销商新增仿石漆配送商标签

zhujindu 1 month ago
parent
commit
970f400c11
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/views/agentList/index.vue

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

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