소스 검색

feat: 调整单元格编辑时的最大高度使input出现时不会有突兀的感觉。

lanjianrong 4 년 전
부모
커밋
a2c3caead3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/pages/Contract/Content/Income/components/TableContent/index.module.scss

+ 3 - 0
src/pages/Contract/Content/Income/components/TableContent/index.module.scss

@@ -18,6 +18,9 @@
     :global(.ant-table-row.ant-table-row-level-0) {
       font-weight: 600;
     }
+    :global(.ant-form-item-control-input) {
+      min-height: 28px;
+    }
     // :global(.ant-table-tbody > tr > td) {
     //   padding: 0.3rem;
     // }