大屏预览提升为组件

This commit is contained in:
aixianling
2022-08-29 08:58:52 +08:00
parent 7a0d77770d
commit 945d538bad

View File

@@ -1,5 +1,5 @@
<template>
<section class="AppGigscreenViewer">
<section class="AiDvViewer">
<div v-if="!component">
<div
class="component-item"
@@ -24,7 +24,7 @@
<script>
export default {
name: 'AppGigscreenViewer',
name: 'AiDvViewer',
label: '大屏预览',
props: {
instance: Function,
@@ -177,7 +177,7 @@ export default {
</script>
<style lang="scss">
.AppGigscreenViewer {
.AiDvViewer {
position: relative;
height: 100%;
background: transparent !important;