diff --git a/css/login.css b/css/login.css index ac1d493..dcac97e 100644 --- a/css/login.css +++ b/css/login.css @@ -1,13 +1,17 @@ html,body{ height: 100%; width: 100%; - +} +body{ + min-width: 580px; + overflow: scroll; } .login-model { height: 100%; min-height: 700px; width: 100%; - min-width: 814px; + overflow: scroll; + /*min-width: 814px;*/ background: url("../image/syslogin_bgIcon.png") no-repeat; background-size: 100% 100%; position: relative;