Skip to content

Commit

Permalink
modify: antd production
Browse files Browse the repository at this point in the history
  • Loading branch information
zinirun committed Mar 13, 2021
1 parent c8cdd07 commit bc6be47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/App.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import '~antd/dist/antd.less';
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import DoPage from './do/pages/DoPage';
import DoPreviewPage from './do/pages/DoPreviewPage';
import Result404 from './common/components/Result404';
import Root from './common/components/Root';
import './App.less';

function App() {
return (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/common/components/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function LayoutWithHeader(props) {
<>
<Layout>
<SiteHeader />
<Content style={{ background: 'white' }}>{props.children}</Content>
<Content>{props.children}</Content>
</Layout>
<Footer style={{ textAlign: 'center', background: 'white' }}>
Formify © 2021 Created by{' '}
Expand Down

0 comments on commit bc6be47

Please sign in to comment.