瀏覽代碼

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 {
 .editable {
   td {
   td {
     padding-top: 13px !important;
     padding-top: 13px !important;
     padding-bottom: 12.5px !important;
     padding-bottom: 12.5px !important;
+    transition: none !important;
   }
   }
 }
 }