From 6a4b311ba67a0ace878757ebf8a588c2aa4a9ecb Mon Sep 17 00:00:00 2001 From: jxd <18921483103@qq.com> Date: Mon, 6 Dec 2021 17:13:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E3=80=90Statistic=E3=80=91=20?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=95=B0=E5=80=BC=E7=BB=84=E4=BB=B6=20?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=A1=AB=E5=85=A5=E7=BB=84=E4=BB=B6=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/devui-vue/devui/statistic/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devui-vue/devui/statistic/index.ts b/packages/devui-vue/devui/statistic/index.ts index 116831ee..71100140 100644 --- a/packages/devui-vue/devui/statistic/index.ts +++ b/packages/devui-vue/devui/statistic/index.ts @@ -10,7 +10,7 @@ export { Statistic } export default { title: 'Statistic 统计数值', category: '数据展示', - status: undefined, // TODO: 组件若开发完成则填入"已完成",并删除该注释 + status: '100%', // TODO: 组件若开发完成则填入"已完成",并删除该注释 install(app: App): void { app.use(Statistic as any) } -- Gitee From f66924d33759f79c05efc6cfa4a79058bf6df05e Mon Sep 17 00:00:00 2001 From: jxd <18921483103@qq.com> Date: Mon, 6 Dec 2021 17:25:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E3=80=90Statistic=E3=80=91=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/devui-vue/devui/statistic/src/statistic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devui-vue/devui/statistic/src/statistic.scss b/packages/devui-vue/devui/statistic/src/statistic.scss index a619e6ce..76632b43 100644 --- a/packages/devui-vue/devui/statistic/src/statistic.scss +++ b/packages/devui-vue/devui/statistic/src/statistic.scss @@ -8,7 +8,7 @@ list-style: none; &-title { - margin-bottom: 4 px; + margin-bottom: 4px; opacity: 0.7; font-size: 14px; } -- Gitee