Procházet zdrojové kódy

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

sufan před 2 měsíci
rodič
revize
e3f0dbf698
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 />