Merge pull request #12768 from dataease/pr@dev-v2_st

fix(查询组件): 查询组件图表样式问题
This commit is contained in:
dataeaseShu 2024-10-18 13:54:23 +08:00 committed by GitHub
commit 105c330c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -865,6 +865,13 @@ const autoStyle = computed(() => {
.label-wrapper-tooltip {
display: inline-flex !important;
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 {
@ -876,6 +883,7 @@ const autoStyle = computed(() => {
position: absolute;
right: 0;
top: 0;
overflow: visible;
}
}
}