style: table split

This commit is contained in:
jialin
2026-06-02 15:18:00 +08:00
committed by jialin
parent dd9d359bb0
commit c01f4d3ce8
3 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ export default (props: any) => {
<div className="collapse-wrap" onClick={handleToggleCollapse}>
<Button
style={{
marginRight: collapsed ? 0 : -14,
marginRight: collapsed ? 0 : -6,
border: 'none',
cursor: 'w-resize'
}}