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

Loading…
Cancel
Save