Quellcode durchsuchen

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

sufan vor 2 Monaten
Ursprung
Commit
e3f0dbf698
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 />