Commit 5580703f authored by afc163's avatar afc163

fix editable table

parent b474cb98
......@@ -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;
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment