修复环境变量tooltip样式

This commit is contained in:
hanhh 2021-07-03 17:17:08 +08:00
parent f6630d84ab
commit b1d55422ac

View File

@ -41,9 +41,9 @@ body {
} }
.ant-tooltip { .ant-tooltip {
max-width: 500px; max-width: 500px !important;
.ant-tooltip-inner { .ant-tooltip-inner {
word-break: break-all; word-break: break-all !important;
} }
} }