forked from github/dataease
refactor: 代码回退
This commit is contained in:
parent
01b4924707
commit
0a16c91158
@ -6,7 +6,6 @@
|
|||||||
@mousedown="elementMouseDown"
|
@mousedown="elementMouseDown"
|
||||||
>
|
>
|
||||||
<edit-bar v-if="componentActiveFlag" :element="config" @showViewDetails="showViewDetails" />
|
<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" />
|
<close-bar v-if="previewVisible" @closePreview="closePreview" />
|
||||||
<de-out-widget
|
<de-out-widget
|
||||||
v-if="config.type==='custom'"
|
v-if="config.type==='custom'"
|
||||||
@ -31,8 +30,6 @@
|
|||||||
:h="config.style.height"
|
:h="config.style.height"
|
||||||
:edit-mode="'preview'"
|
:edit-mode="'preview'"
|
||||||
/>
|
/>
|
||||||
</fullscreen>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user