Skip to content

Commit

Permalink
πŸ’„ UI: collapsed side width style
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 2, 2020
1 parent 771a784 commit 5a991c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FormAdvancedForm/src/components/FooterToolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class FooterToolbar extends Component<FooterToolbarProps> {
if (!sider) {
return undefined;
}
return isMobile ? undefined : `calc(100% - ${collapsed ? 80 : siderWidth || 256}px)`;
return isMobile ? undefined : `calc(100% - ${collapsed ? 48 : siderWidth || 256}px)`;
};

render() {
Expand Down

0 comments on commit 5a991c8

Please sign in to comment.