修复任务运行错误时没有日志,修改 tooltip 样式

This commit is contained in:
whyour
2023-08-24 23:14:22 +08:00
parent ac904cae61
commit 0b9066525a
4 changed files with 21 additions and 20 deletions
+3 -1
View File
@@ -93,10 +93,12 @@ body {
}
.ant-tooltip {
max-width: 500px !important;
max-width: 300px !important;
.ant-tooltip-inner {
word-break: break-all !important;
max-height: 300px !important;
overflow-y: auto !important;
}
}