From 035ae011994018a6ab7774836d31e49dcd362f57 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 12 六月 2023 15:54:12 +0800 Subject: [PATCH] 发布管理,添加模型发布类型;发布管理界面优化;目录管理上传文件改为上传目录,目录下载改为文件夹下载,默认选中最后一个菜单节点;钻孔柱状图效果修改;矢量数据入库修改 --- src/components/chart/CountDataApply.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/chart/CountDataApply.vue b/src/components/chart/CountDataApply.vue index 0728704..1930ef1 100644 --- a/src/components/chart/CountDataApply.vue +++ b/src/components/chart/CountDataApply.vue @@ -1,5 +1,8 @@ <template> - <div class="CountDataApply" ref="chart"></div> + <div + class="CountDataApply" + ref="chart" + ></div> </template> <script> @@ -63,7 +66,7 @@ }, //鍧愭爣鍊兼爣娉� axisLabel: { - show: true, + show: false, textStyle: { color: "#fff", }, -- Gitblit v1.9.3