chore(deps): upgrade npm dependencies

This commit is contained in:
Fu Diwei
2025-05-12 22:12:59 +08:00
parent 82bdccf7e7
commit 1fee156457
7 changed files with 180 additions and 176 deletions

View File

@@ -95,7 +95,7 @@ const CertificateList = () => {
return (
<div style={{ padding: 0 }}>
<Menu items={items} selectable={false} />
<Divider style={{ margin: 0 }} />
<Divider className="my-0" />
<Space className="w-full justify-end" style={{ padding: themeToken.paddingSM }}>
<Button size="small" disabled={!filters.state} onClick={handleResetClick}>
{t("common.button.reset")}

View File

@@ -136,7 +136,7 @@ const WorkflowList = () => {
return (
<div style={{ padding: 0 }}>
<Menu items={items} selectable={false} />
<Divider style={{ margin: 0 }} />
<Divider className="my-0" />
<Space className="w-full justify-end" style={{ padding: themeToken.paddingSM }}>
<Button size="small" disabled={!filters.state} onClick={handleResetClick}>
{t("common.button.reset")}