修复退出调试自动删除调试日志目录

This commit is contained in:
whyour
2023-08-22 22:18:18 +08:00
parent a8174e89be
commit 40e8041401
11 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const NotificationSetting = ({ data }: any) => {
) : (
<Input.TextArea
disabled={loading}
autoSize={true}
autoSize={{ minRows: 1, maxRows: 5 }}
placeholder={x.placeholder || `请输入${x.label}`}
/>
)}