Browse Source

优化

master
陈裕财 2 years ago
parent
commit
a82becad98
  1. 6
      src/views/login/index.scss

6
src/views/login/index.scss

@ -19,10 +19,10 @@
.left { .left {
flex: 1; flex: 1;
background-image: url('@/assets/image/login_bg.png'); background-image: url('@/assets/image/login_bg.png');
background-position: -28px -48px;
background-size: 1100px 700px;
background-position:13px center;
background-size: 1000px 100%;
border-radius: 30px; border-radius: 30px;
background-repeat: repeat-y;
background-repeat: no-repeat;
} }
.right { .right {
flex: 1; flex: 1;

Loading…
Cancel
Save