style(视图): 视图编辑UI css调整

This commit is contained in:
junjie
2021-03-24 12:30:48 +08:00
parent cd41a0684e
commit fcd4ca8f2d
15 changed files with 205 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="Echarts" style="height: 100%;display: flex;margin-top: 10px;">
<div class="Echarts" style="display: flex;">
<div :id="chartId" style="width: 100%;height: 100%;" />
</div>
</template>