Merge pull request #11115 from dataease/pr@dev-v2@fix_app-import

Pr@dev v2@fix app import
This commit is contained in:
王嘉豪 2024-07-23 18:10:04 +08:00 committed by GitHub
commit 529803efb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View File

@ -31,7 +31,7 @@
<el-input
:placeholder="'请输入内容'"
show-word-limit
:value="state.form.description"
v-model="state.form.description"
type="textarea"
/>
</el-form-item>

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 {