2 Комити ec3efc4e00 ... 8fce10132b

Аутор SHA1 Порука Датум
  yuanmingze 8fce10132b Merge branch 'feature-loginText-260126' into pre пре 1 недеља
  yuanmingze 9f5e64aa98 新增客服电话信息,并调整底部样式 пре 1 недеља
1 измењених фајлова са 3 додато и 3 уклоњено
  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;
     }
   }
 }