mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 19:05:20 +08:00
修复退出调试自动删除调试日志目录
This commit is contained in:
Vendored
+5
-1
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user