fix: 修复模板更换数据集提示位置偏移问题 (#16935)

This commit is contained in:
王嘉豪
2025-09-09 18:15:00 +08:00
committed by GitHub
parent 2799a37d0c
commit 47d374fa5c

View File

@@ -44,6 +44,7 @@ defineProps({
opacity: 0.4;
z-index: 2;
}
.view-panel-mask {
height: 100%;
width: 178px;
@@ -56,6 +57,7 @@ defineProps({
cursor: not-allowed;
pointer-events: none;
}
.view-panel-mask-inner {
top: 51px;
left: 6px;
@@ -79,14 +81,16 @@ defineProps({
box-shadow: none !important;
border: 0 !important;
background: var(--ed-color-primary) !important;
inset: 0 auto auto -5px !important;
.ed-popper__arrow::before {
border: 1px solid var(--ed-color-primary) !important;
background: var(--ed-color-primary) !important;
}
}
.template-popper-tips-content {
color: rgba(255, 255, 255, 1);
.content {
font-family: var(--de-custom_font, 'PingFang');
font-size: 14px;