Skip to content

Commit 96cc67d

Browse files
committed
fix(UI): 新手指引按钮显示不全 #1396
1 parent 385aedc commit 96cc67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/components/layout/SiderGuide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const SiderGuide: React.ForwardRefRenderFunction<{ open: () => void }, object> =
4848
content: <CustomTrans i18nKey="guide_script_list_content" />,
4949
target: "#script-list",
5050
title: t("guide_script_list_title"),
51-
placement: "auto",
51+
placement: "center",
5252
},
5353
];
5454

0 commit comments

Comments
 (0)