鲍张超 3 年之前
父節點
當前提交
864146d4d3
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. 11
    0
      src/components/UserCenter.vue

+ 11
- 0
src/components/UserCenter.vue 查看文件

@@ -11,6 +11,7 @@
11 11
           <span>18888888888</span>
12 12
         </div>
13 13
       </div>
14
+      <van-icon name="arrow" @click="handLogin()" />
14 15
     </div>
15 16
 
16 17
     <div class="button-box">
@@ -135,6 +136,16 @@ export default {
135 136
         margin-top: 10px;
136 137
       }
137 138
     }
139
+    .van-icon {
140
+      height: 55px;
141
+      width: 30px;
142
+      margin: 0 auto;
143
+      position: relative;
144
+      left: 15vw;
145
+      top: 7.7vh;
146
+      // position: relative;
147
+      // top: 9vh;
148
+    }
138 149
   }
139 150
   .button-box {
140 151
     width: 100%;