Browse Source

提示类建店指标跳转页

zhujindu 10 months ago
parent
commit
773bbfd6c3
1 changed files with 13 additions and 12 deletions
  1. 13 12
      src/views/home/hintTabPage/unCreateStore.vue

+ 13 - 12
src/views/home/hintTabPage/unCreateStore.vue

@@ -50,15 +50,16 @@
                           >未提交</span
                           >未提交</span
                         >
                         >
                       </template>
                       </template>
+                      <van-button
+                        type="info"
+                        size="small"
+                        plain
+                        class="centerBtn ctns"
+                        @click="storeDetailFn(item.storeId)">
+                        客户信息
+                        <van-icon name="arrow" />
+                      </van-button>
                     </div>
                     </div>
-                    <van-button
-                      type="info"
-                      size="small"
-                      plain
-                      class="centerBtn ctns"
-                      @click="storeDetailFn(item.storeId)"
-                      >客户信息<van-icon name="arrow"
-                    /></van-button>
                     <div class="info" style="position: relative">
                     <div class="info" style="position: relative">
                       联系人:{{ item.contactName }}
                       联系人:{{ item.contactName }}
                       <div
                       <div
@@ -385,7 +386,7 @@ export default {
         height: 26px;
         height: 26px;
       }
       }
       .centerBtn {
       .centerBtn {
-        margin: 0 auto 10px;
+        /* margin: 0 auto 10px; */
         display: block;
         display: block;
         width: 92%;
         width: 92%;
         color: #0057ba;
         color: #0057ba;
@@ -395,9 +396,9 @@ export default {
       }
       }
       .ctns {
       .ctns {
         position: absolute;
         position: absolute;
-        top: 12px;
-        right: 12px;
-        width: 74px;
+        top: 0px;
+        right: 0px;
+        width: 77px;
       }
       }
       .statusIcon {
       .statusIcon {
         padding: 3px;
         padding: 3px;