修复环境变量tooltip样式

This commit is contained in:
hanhh 2021-07-03 17:17:08 +08:00
parent 95ca971ccb
commit b7b504d8ce

View File

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