fix(查询组件): 查询组件图表样式问题

This commit is contained in:
dataeaseShu 2024-10-18 13:53:20 +08:00
parent 4083f64f18
commit 8f8e5fe25f

View File

@ -865,6 +865,13 @@ const autoStyle = computed(() => {
.label-wrapper-tooltip { .label-wrapper-tooltip {
display: inline-flex !important; display: inline-flex !important;
cursor: pointer; cursor: pointer;
padding: 4px 8px;
height: 26px;
width: 58px;
border-radius: 4px;
border: 1px solid #dee0e3;
background: #fff;
box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.1);
} }
} }
.label { .label {
@ -876,6 +883,7 @@ const autoStyle = computed(() => {
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
overflow: visible;
} }
} }
} }