소스 검색

Merge branch 'feature_20260203_完美门店' into uat(dev)

zhujindu 16 시간 전
부모
커밋
0e90156e4d
1개의 변경된 파일13개의 추가작업 그리고 5개의 파일을 삭제
  1. 13 5
      src/views/deviceWithin/index.vue

+ 13 - 5
src/views/deviceWithin/index.vue

@@ -439,13 +439,21 @@
           <template v-if="item.stateString == '已拜访'">
             <div
               class="statstext"
-              style="border-bottom-left-radius: 15px; border-top-left-radius: 15px"
+              style="
+                border-bottom-left-radius: 15px;
+                border-top-left-radius: 15px;
+                background-color: #e3f0fe;
+                color: #387bca;
+              "
               v-if="item.jinpaiStore"
               @click="openPerfectStore(item)">
-              已拜访<br />
-              <div style="margin: 3px 0; font-size: 12px">
-                <p style="line-height: 18px; margin: 0">点击查看</p>
-                <p style="line-height: 18px; margin: 0">完美门店</p>
+              <div style="margin: 3px 0; font-size: 16px; font-weight: 600">
+                <p style="line-height: 25px; margin: 0">
+                  查看<img
+                    style="width: 18px; height: 25px; margin-left: 5px; vertical-align: -5px"
+                    :src="require('@/assets/shouzhi.png')" />
+                </p>
+                <p style="line-height: 25px; margin: 0">完美门店</p>
               </div>
             </div>
             <div class="statstext" v-else>已拜访</div>