style: uniform margin top for resources pages
This commit is contained in:
@@ -83,6 +83,7 @@ const GPUList: React.FC = () => {
|
|||||||
>
|
>
|
||||||
<FilterBar
|
<FilterBar
|
||||||
marginBottom={22}
|
marginBottom={22}
|
||||||
|
marginTop={30}
|
||||||
buttonText={intl.formatMessage({ id: 'resources.button.create' })}
|
buttonText={intl.formatMessage({ id: 'resources.button.create' })}
|
||||||
handleSearch={handleSearch}
|
handleSearch={handleSearch}
|
||||||
handleInputChange={handleNameChange}
|
handleInputChange={handleNameChange}
|
||||||
|
|||||||
@@ -662,6 +662,7 @@ const ModelFiles = () => {
|
|||||||
>
|
>
|
||||||
<FilterBar
|
<FilterBar
|
||||||
marginBottom={22}
|
marginBottom={22}
|
||||||
|
marginTop={30}
|
||||||
actionType="dropdown"
|
actionType="dropdown"
|
||||||
selectHolder="resources.filter.worker"
|
selectHolder="resources.filter.worker"
|
||||||
inputHolder="resources.filter.path"
|
inputHolder="resources.filter.path"
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ const Workers: React.FC = () => {
|
|||||||
>
|
>
|
||||||
<FilterBar
|
<FilterBar
|
||||||
marginBottom={22}
|
marginBottom={22}
|
||||||
|
marginTop={30}
|
||||||
buttonText={intl.formatMessage({ id: 'resources.button.create' })}
|
buttonText={intl.formatMessage({ id: 'resources.button.create' })}
|
||||||
handleDeleteByBatch={handleDeleteBatch}
|
handleDeleteByBatch={handleDeleteBatch}
|
||||||
handleSearch={handleSearch}
|
handleSearch={handleSearch}
|
||||||
|
|||||||
Reference in New Issue
Block a user