style: 仪表板样式调整

This commit is contained in:
wangjiahao 2024-07-23 15:02:54 +08:00
parent 57c33869f6
commit a3e0596ea3
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,12 @@
<template>
<!--此区域暂时放到类似视图和分组平行的组件作为后续扩展使用但当前版本只作为类似MarkLine 和canvasCore平行组件 仅做区域显示使用-->
<div class="pop-area" :style="popCanvasStyle" @mousedown.stop @mousedup.stop>
<div
class="pop-area"
:style="popCanvasStyle"
:class="{ 'preview-pop': showPosition === 'preview' }"
@mousedown.stop
@mousedup.stop
>
<div style="width: 100%; height: 100%">
<div v-if="popComponentData && popComponentData.length > 0" class="pop-content">
<!--使用ComponentWrapper 保留扩展能力-->
@ -178,6 +184,10 @@ onBeforeUnmount(() => {
transition: height 0.2s ease;
z-index: 1;
}
.preview-pop {
border: 1px rgba(67, 67, 67, 1) !important;
}
.pop-area-main {
display: flex;
width: 100%;

View File

@ -351,7 +351,7 @@ onMounted(() => {
}
}
.customDatasetSelect {
--ed-popover-padding: 0;
--ed-popover-padding: 0 !important;
max-height: 356px;
.ed-container {