大屏预览提升为组件

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