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

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
+5 -1
View File
@@ -91,7 +91,11 @@ const Env = () => {
render: (text: string, record: any) => {
return (
<div style={{ display: 'flex', alignItems: 'center' }}>
<Tooltip title={text} placement="topLeft">
<Tooltip
title={text}
placement="topLeft"
overlayInnerStyle={{ maxHeight: 400, overflowY: 'auto' }}
>
<div className="text-ellipsis">{text}</div>
</Tooltip>
<Copy text={text} />