diff --git a/src/layouts/index.less b/src/layouts/index.less index b9fbd075..fab9c03b 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -88,6 +88,7 @@ input:-webkit-autofill:active { height: calc(100vh - var(--vh-offset, 0px) - 144px); } } + .ql-container-wrapper { &.crontab-wrapper, &.log-wrapper { @@ -108,4 +109,8 @@ input:-webkit-autofill:active { height: calc(100vh - var(--vh-offset, 0px) - 176px); } } + + .ant-tooltip { + max-width: 250px !important; + } } diff --git a/src/pages/env/index.tsx b/src/pages/env/index.tsx index 78ee6b2f..833be0b1 100644 --- a/src/pages/env/index.tsx +++ b/src/pages/env/index.tsx @@ -123,7 +123,7 @@ const Env = () => { dataIndex: 'value', key: 'value', align: 'center' as const, - width: '45%', + width: '40%', ellipsis: { showTitle: false, }, @@ -164,7 +164,7 @@ const Env = () => { render: (text: string, record: any, index: number) => { const isPc = width === '100%'; return ( - + editEnv(record, index)}>