fix: runtime config user select

This commit is contained in:
GyDi 2023-02-17 00:00:23 +08:00
parent f140c75fb9
commit 8dc84d7c17

View File

@ -64,7 +64,7 @@ export const ConfigViewer = forwardRef<DialogRef>((props, ref) => {
{t("Runtime Config")} <Chip label={t("ReadOnly")} size="small" /> {t("Runtime Config")} <Chip label={t("ReadOnly")} size="small" />
</> </>
} }
contentSx={{ width: 520, pb: 1 }} contentSx={{ width: 520, pb: 1, userSelect: "text" }}
cancelBtn={t("Back")} cancelBtn={t("Back")}
disableOk disableOk
onClose={() => setOpen(false)} onClose={() => setOpen(false)}