fix login box height problem
This commit is contained in:
parent
8cd1009a77
commit
83d013f70e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cherry",
|
||||
"version": "0.1.0",
|
||||
"version": "3.3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
@ -23,7 +23,7 @@
|
||||
<div class="submit" @click="submit()">登录</div>
|
||||
</div>
|
||||
<div class="copyRight">
|
||||
<p>Version 3.2</p>
|
||||
<p>Version 3.3</p>
|
||||
<p>Inspire Studio</p>
|
||||
<p>©2020 All Rights Reserved.</p>
|
||||
</div>
|
||||
@ -295,7 +295,7 @@ export default {
|
||||
}
|
||||
.login-box {
|
||||
width: 85%;
|
||||
height: 9rem;
|
||||
height: 9.5rem;
|
||||
background: #fff;
|
||||
margin: 0 auto;
|
||||
margin-top: -1rem;
|
||||
|
@ -4,7 +4,7 @@
|
||||
<img src="../../assets/logo_nobg.png" alt="logo" />
|
||||
<p>
|
||||
Cherry
|
||||
<span>v3.2</span>
|
||||
<span>v3.3</span>
|
||||
</p>
|
||||
<div class="auth">By:Inspire Studio</div>
|
||||
<!-- <img src="../assets/wave.gif" mode="scaleToFill" class="gif-wave"/> -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user