Explorar el Código

经销商逾期标签

zhujindu hace 4 meses
padre
commit
f3a84f8f4b
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      src/views/agentList/index.vue

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

@@ -123,7 +123,6 @@
                     <el-popover
                       :popper-class="yu7Class(item.chainLabels.beOverdue)"
                       placement="bottom"
-                      width="120"
                       trigger="click"
                       :content="yu7Content(item.chainLabels.beOverdue)">
                       <div
@@ -1512,7 +1511,7 @@ export default {
 .yu72 {
   background-color: #450202 !important;
 }
-.yu72 {
+.yu73 {
   background-color: #1d2129 !important;
 }
 .yu71 .popper__arrow::after {
@@ -1531,7 +1530,7 @@ export default {
   color: #fff !important;
   padding: 8px 10px !important;
   z-index: 1 !important;
-  border-radius: 6px !important;
+  border-radius: 20px !important;
   border: 0 !important;
   box-shadow: none !important;
 }