Merge pull request #1451 from dataease/pr@dev@fix_panel-style

refactor: 代码回退
This commit is contained in:
王嘉豪 2021-12-16 12:08:36 +08:00 committed by GitHub
commit 2b42af9235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
@mousedown="elementMouseDown"
>
<edit-bar v-if="componentActiveFlag" :element="config" @showViewDetails="showViewDetails" />
<fullscreen style="height: 100%;background: #f7f8fa;overflow-y: auto" :fullscreen.sync="previewVisible">
<close-bar v-if="previewVisible" @closePreview="closePreview" />
<de-out-widget
v-if="config.type==='custom'"
@ -31,8 +30,6 @@
:h="config.style.height"
:edit-mode="'preview'"
/>
</fullscreen>
</div>
</template>