|
@@ -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;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|