forked from github/dataease
Merge pull request #12768 from dataease/pr@dev-v2_st
fix(查询组件): 查询组件图表样式问题
This commit is contained in:
commit
105c330c01
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user