fix(嵌入式): 仪表板/数据大屏预览问题

This commit is contained in:
dataeaseShu 2024-03-21 15:20:51 +08:00
parent aa42149802
commit 8e87ec668e

View File

@ -69,7 +69,7 @@ onBeforeMount(async () => {
<style lang="less" scoped>
.dashboard-preview {
width: 1000px;
height: 800px;
width: 100%;
height: 100%;
}
</style>