Browse Source

修改随机码登录高度

11wqe1 1 tuần trước cách đây
mục cha
commit
c7ef931b5d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/login/loginPage.vue

+ 1 - 1
src/views/login/loginPage.vue

@@ -1999,7 +1999,7 @@ export default {
 .stuList {
 	display: -moz-grid;
 	display: grid;
-	height: 100%;
+	/* height: 100%;  */
 	grid-template-columns: repeat(4, 1fr);
 	gap: 10px;
 	position: relative;