chore: text overflow word-wrap & cleanup

This commit is contained in:
dongchengjie
2024-05-20 12:38:41 +08:00
parent 1bc46f22b4
commit 16b11fee31
6 changed files with 19 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ export const HotkeyViewer = forwardRef<DialogRef>((props, ref) => {
return (
<BaseDialog
open={open}
title={t("Hotkey Viewer")}
title={t("Hotkey Setting")}
contentSx={{ width: 450, maxHeight: 330 }}
okBtn={t("Save")}
cancelBtn={t("Cancel")}