mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
feat: 画布自适应
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
:id="'component' + config.id"
|
||||
class="component"
|
||||
:style="getStyle(config.style)"
|
||||
:out-style="config.style"
|
||||
:element="config"
|
||||
/>
|
||||
<component
|
||||
:is="config.component"
|
||||
v-else
|
||||
class="component"
|
||||
:out-style="config.style"
|
||||
:style="getStyle(config.style)"
|
||||
:prop-value="config.propValue"
|
||||
:element="config"
|
||||
|
||||
Reference in New Issue
Block a user