style: uniform margin top for resources pages

This commit is contained in:
jialin
2025-07-11 10:09:01 +08:00
parent 60ee9f1a15
commit f2dfb2f32d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ const GPUList: React.FC = () => {
>
<FilterBar
marginBottom={22}
marginTop={30}
buttonText={intl.formatMessage({ id: 'resources.button.create' })}
handleSearch={handleSearch}
handleInputChange={handleNameChange}
@@ -662,6 +662,7 @@ const ModelFiles = () => {
>
<FilterBar
marginBottom={22}
marginTop={30}
actionType="dropdown"
selectHolder="resources.filter.worker"
inputHolder="resources.filter.path"
@@ -216,6 +216,7 @@ const Workers: React.FC = () => {
>
<FilterBar
marginBottom={22}
marginTop={30}
buttonText={intl.formatMessage({ id: 'resources.button.create' })}
handleDeleteByBatch={handleDeleteBatch}
handleSearch={handleSearch}