mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-23 17:49:49 +08:00
fix(SpaceWidget): fix padding display misalignment
This commit is contained in:
parent
bd451fec39
commit
cd71cf74d2
@ -43,7 +43,7 @@ const paddingCfg = [
|
||||
},
|
||||
{
|
||||
direction: 'right',
|
||||
colStart: 2,
|
||||
colStart: 4,
|
||||
rowStart: 3,
|
||||
},
|
||||
{
|
||||
@ -53,7 +53,7 @@ const paddingCfg = [
|
||||
},
|
||||
{
|
||||
direction: 'left',
|
||||
colStart: 4,
|
||||
colStart: 2,
|
||||
rowStart: 3,
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user