Skip to content
Snippets Groups Projects
Unverified Commit f5ee6f35 authored by Majokeiko's avatar Majokeiko Committed by GitHub
Browse files

feat: ClashFieldViewer BaseDialog maxHeight usage percentage (#813)

*The overall interface will be more intuitive when the content is longer.
parent afc77e7a
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>( ...@@ -143,7 +143,7 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>(
<BaseDialog <BaseDialog
open={open} open={open}
title={openType === "new" ? t("Create Profile") : t("Edit Profile")} title={openType === "new" ? t("Create Profile") : t("Edit Profile")}
contentSx={{ width: 375, pb: 0, maxHeight: 320 }} contentSx={{ width: 375, pb: 0, maxHeight: "80%" }}
okBtn={t("Save")} okBtn={t("Save")}
cancelBtn={t("Cancel")} cancelBtn={t("Cancel")}
onClose={handleClose} onClose={handleClose}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment