mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
登录页面注册页面跳动的问题
This commit is contained in:
parent
180bcf1765
commit
b94040b322
|
@ -64,7 +64,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-button class="login-btn" type="primary" @click="login('code')">登录/注册</el-button>
|
<el-button class="login-btn" type="primary" @click="login('code')">登录</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -345,6 +345,7 @@ const toHome = () => {
|
||||||
|
|
||||||
.login-block {
|
.login-block {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
|
height: 430px;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user