Skip to content

Commit e4c3b5b

Browse files
authored
fix: Responsive handling of the login page (opentiny#1742)
1 parent 6cca485 commit e4c3b5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/design-core/src/login/Index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default {
6666
flex: 2;
6767
.login-img {
6868
max-height: 500px;
69+
min-height: 298px;
6970
width: 100%;
7071
height: 100%;
7172
background-image: url(../../assets/login-bg.svg);
@@ -83,6 +84,7 @@ export default {
8384
max-width: 440px;
8485
min-width: 340px;
8586
max-height: 500px;
87+
min-height: 298px;
8688
width: 100%;
8789
height: 100%;
8890
background: #fff;

0 commit comments

Comments
 (0)