Pārlūkot izejas kodu

Merge branch 'feature-loginText-260126' into pre

yuanmingze 1 nedēļu atpakaļ
vecāks
revīzija
8fce10132b
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/views/login/index.vue

+ 3 - 3
src/views/login/index.vue

@@ -73,8 +73,9 @@
 
       <div class="bold-text">未注册电子税务局</div>
       <div class="register-btn btn" @click="registerUrl">立即注册</div>
-
+      <div class="footer">客服电话:18611825128(微信同号)</div>
       <div class="footer">技术支持:要易云(北京)科技有限公司</div>
+
       <!-- 失败弹窗 -->
       <ModernDialog
         v-model:show="showDialog"
@@ -569,8 +570,7 @@ onBeforeMount(() => {
       text-align: center;
       color: #999;
       font-size: 3vw;
-      margin-top: auto;
-      padding-bottom: 4vh;
+      margin-top: 25px;
     }
   }
 }