소스 검색

fix editable table

afc163 8 년 전
부모
커밋
5580703f9c
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/routes/Forms/style.less

+ 1 - 5
src/routes/Forms/style.less

@@ -68,15 +68,11 @@
   }
 }
 
-// 避免表格编辑模式切换时抖动
-:global(.ant-table) td {
-  transition: none !important;
-}
-
 .editable {
   td {
     padding-top: 13px !important;
     padding-bottom: 12.5px !important;
+    transition: none !important;
   }
 }