zhujindu 7 ماه پیش
والد
کامیت
efe8314670
1فایلهای تغییر یافته به همراه11 افزوده شده و 7 حذف شده
  1. 11 7
      src/views/agentList/index.vue

+ 11 - 7
src/views/agentList/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="bgcolor home">
+  <div class="bgcolor home agentList">
     <div class="header">
       <van-nav-bar class="navBar" :title="$route.meta.title">
         <template #left>
@@ -71,9 +71,9 @@
                     </el-popover>
                     <!-- 本月已出货 -->
                     <el-popover
-                      popper-class="zpover"
+                      popper-class="zpover shipped"
                       placement="bottom"
-                      width="120"
+                      width="60"
                       trigger="click"
                       content="本月已出货">
                       <div
@@ -91,7 +91,7 @@
                       <template v-if="item.chainLabels && item.chainLabels.skuNum">
                         <div>
                           <p>
-                            本{{ timeData }}下单SKU数:<a
+                            本经销商{{ timeData }}下单SKU数:<a
                               @click="linkList(item)"
                               style="text-decoration: underline"
                               >点击查看详情</a
@@ -369,7 +369,7 @@
           <p class="searchchecktitle" @click="otherfxdShow = !otherfxdShow">
             &nbsp;身份类型<van-icon name="arrow-down" style="float: right" />
           </p>
-          <div v-if="otherfxdShow" style="margin: 0 14px; width: 100%">
+          <div v-if="otherfxdShow" style="margin: 0 10px; width: 100%">
             <p class="searchchecktitle1" @click="otherfxdShow1 = !otherfxdShow1">
               片区经销商<van-icon name="arrow-down" style="float: right" />
             </p>
@@ -1258,7 +1258,7 @@ export default {
   }
 }
 .monthVisited {
-  margin: 0px 14px;
+  margin: 0px 10px;
   .van-radio {
     width: 50%;
     margin: 0;
@@ -1308,7 +1308,7 @@ export default {
   margin-bottom: 2px;
 }
 .searchcheck .checkbox1 {
-  font-size: 14px;
+  font-size: 12px;
   float: left;
   line-height: 28px;
   width: 50%;
@@ -1436,4 +1436,8 @@ export default {
     }
   }
 }
+.shipped {
+  min-width: 100px;
+  text-align: center;
+}
 </style>