Browse Source

适应性

master
jongbowen 2 years ago
parent
commit
54a0c45b88
  1. 3
      src/viwe/login.vue

3
src/viwe/login.vue

@ -45,6 +45,7 @@ const examine=()=>{
.box {
width: 100vw;
height: 100vh;
overflow: auto;
background-image: url('../assets/icon/background.png');
.title{
width: 100%;
@ -84,7 +85,7 @@ const examine=()=>{
justify-content: center;
align-items: center;
width: 100%;
margin-top: 170px;
margin-top: 150px;
.button{
width: 25%;
min-width: 480px;

Loading…
Cancel
Save