Commit c9ffa5a6 by Calcium-Ion Committed by GitHub

Merge pull request #1784 from Husky-Yellow/fix/1773

fix: UI 未对齐问题
parents 9741a83f 42a9c495
...@@ -194,7 +194,7 @@ export default function GeneralSettings(props) { ...@@ -194,7 +194,7 @@ export default function GeneralSettings(props) {
/> />
</Col> </Col>
</Row> </Row>
<Row> <Row gutter={16}>
<Col xs={24} sm={12} md={8} lg={8} xl={8}> <Col xs={24} sm={12} md={8} lg={8} xl={8}>
<Form.Switch <Form.Switch
field={'DemoSiteEnabled'} field={'DemoSiteEnabled'}
......
...@@ -304,7 +304,7 @@ export default function SettingsHeaderNavModules(props) { ...@@ -304,7 +304,7 @@ export default function SettingsHeaderNavModules(props) {
headerNavModules.pricing?.requireAuth || false headerNavModules.pricing?.requireAuth || false
} }
onChange={handlePricingAuthChange} onChange={handlePricingAuthChange}
size='small' size='default'
/> />
</div> </div>
</div> </div>
......
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 sign in to comment