Browse Source

数据遮挡

liushengqiang 2 years ago
parent
commit
7e95006cbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/student-manage/index.module.less

+ 2 - 2
src/views/student-manage/index.module.less

@@ -1,5 +1,4 @@
 .container {
-    padding: 12px 13px;
     :global{
         .van-dropdown-item__option--active .van-cell__title{
             color: var(--van-primary-color);
@@ -8,7 +7,8 @@
 }
 
 .list{
-    min-height: 50vh;
+    padding: 12px 13px;
+    min-height: calc(100vh - var(--header-height));
     :global{
         .van-empty{
             height: calc(80vh - var(--header-height));