Przeglądaj źródła

完美门店优化

zhujindu 4 dni temu
rodzic
commit
6bb57dff26
1 zmienionych plików z 8 dodań i 9 usunięć
  1. 8 9
      src/views/deviceOutside/index.vue

+ 8 - 9
src/views/deviceOutside/index.vue

@@ -360,16 +360,13 @@
                 已拜访
                 <div
                   class="statstextIcon"
-                  style="border-radius: 6px; background-color: #e3f0fe; color: #387bca"
+                  style="background-color: #0057ba"
                   v-if="item.jinpaiStore"
                   @click="openPerfectStore(item)">
-                  <div style="margin: 3px 7px; font-size: 14px; font-weight: 600">
-                    <p style="line-height: 20px; margin: 0">
-                      查看<img
-                        style="width: 18px; height: 20px; margin-left: 5px; vertical-align: -5px"
-                        :src="require('@/assets/shouzhi.png')" />
-                    </p>
-                    <p style="line-height: 20px; margin: 0">完美门店</p>
+                  <div style="margin: 5px 7px; font-size: 14px; font-weight: 600">
+                    <img
+                      style="width: 18px; height: 20px; margin-left: 5px; vertical-align: -5px"
+                      :src="require('@/assets/shouzhi.png')" />完美门店报告
                   </div>
                 </div>
               </div>
@@ -2512,9 +2509,11 @@ export default {
   height: 0.7em;
 }
 .statstextIcon {
+  width: 121px;
   position: absolute;
-  left: -11px;
+  left: -62px;
   top: 31px;
+  border-radius: 15px 0 0 15px;
 }
 .tipsTitle {
   padding: 5px 0;