瀏覽代碼

fix(登录页面):登录弹框问题

sufan 2 月之前
父節點
當前提交
e3f0dbf698
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/login/index.vue

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

@@ -54,7 +54,7 @@
     <div v-if="loginStatus" class="login-modal" />
     <transition mode="out-in">
       <div v-if="loginStatus" class="login-container-box" :style="isMobileTerminal ? (loginType === 'register' ? 'height: 600px;' : 'height: 440px !important') : 'height: 600px;'">
-        <div class="left" :style="isMobileTerminal ? (loginType === 'register' ? 'height: 60px;': 'height: auto !important') : 'height: 60px;'">
+        <div class="left" :style="isMobileTerminal ? (loginType === 'register' ? 'height: 60px;': 'height: auto !important') : 'height: 100%;'">
           <div>
             <template v-if="loginType === 'register' && protocolStatus === 'register'">
               <register-protocal />