NEZ-3426 fix: chart 表达式提示框显示被遮挡

This commit is contained in:
zyh
2024-03-19 18:01:07 +08:00
parent 01dbbc8d34
commit 4235bd351d

View File

@@ -30,6 +30,10 @@
.cm-tooltip.cm-tooltip-autocomplete{
max-width: 600px !important;
}
.el-tabs__content{
overflow-x: clip;
overflow-y: unset;
}
}
.right-box__container{
.chart-config{