feat: set margin top
This commit is contained in:
@@ -162,7 +162,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
<Typography variant="h6" gutterBottom component="div" style={{ marginTop: '20px' }}>
|
<Typography variant="h6" gutterBottom component="div" style={{ marginTop: '20px' }}>
|
||||||
{t('proxy.title')}
|
{t('proxy.title')}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Tabs value={tabIndex} onChange={handleTabChange} style={{ marginBottom: '10px'}}>
|
<Tabs value={tabIndex} onChange={handleTabChange} style={{ marginBottom: '10px' }}>
|
||||||
<Tab label={t('proxy.tab_standard')} />
|
<Tab label={t('proxy.tab_standard')} />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
@@ -204,7 +204,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
required
|
required
|
||||||
error={!!errors.server_url}
|
error={!!errors.server_url}
|
||||||
helperText={
|
helperText={
|
||||||
<span style={{ display: 'block', marginLeft: '-10px' }}>
|
<span style={{ display: 'block', marginLeft: '-10px', marginTop: '5px' }}>
|
||||||
{errors.server_url || t('proxy.server_url_helper')}
|
{errors.server_url || t('proxy.server_url_helper')}
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user