Browse Source

!1936 修复 登录页,浏览器宽度小于1200px时页面布局问题
Merge pull request !1936 from 夜鹰/v2

zuohuaijun 5 tháng trước cách đây
mục cha
commit
abb3a2a944
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Web/src/views/login/index.vue

+ 3 - 0
Web/src/views/login/index.vue

@@ -361,6 +361,9 @@ const getTenantInfo = async () => {
 	}
 }
 @media screen and (max-width: 1200px) {
+	.login-right-warp {
+		width: 100%;
+	}
 	.copyright,
 	.icp {
 		left: 50%;