lanjianrong 5 년 전
부모
커밋
d870b26acc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Customer/Contact/index.less

+ 1 - 1
src/pages/Customer/Contact/index.less

@@ -1,5 +1,5 @@
 .tableContent {
   :global(.ant-table-body) {
-    height: 590px;
+    height: calc(100vh - 48px - 48px - 64px - 24px - 32px - 47px);
   }
 }