From 418c0e823e683bf747a331da8ab496345725c944 Mon Sep 17 00:00:00 2001 From: easy <1358086367@qq.com> Date: Tue, 7 Mar 2023 17:15:14 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E9=A6=96=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/BootCard.vue | 41 +++++-------------- src/views/home/components/BootCardSmall.vue | 2 +- .../components/ComprehensiveHome/index.vue | 2 +- .../home/components/DevOpsHome/index.vue | 2 +- src/views/home/components/DeviceCountCard.vue | 41 ++++++++++--------- .../home/components/DeviceHome/index.vue | 32 +++++++-------- src/views/home/components/PlatformPicCard.vue | 8 ++-- src/views/home/components/StepCard.vue | 2 +- .../dialogs/ProductChooseDialog.vue | 2 +- src/views/home/{index.d.ts => typing.ts} | 0 src/views/media/Home/index.vue | 2 +- 11 files changed, 57 insertions(+), 77 deletions(-) rename src/views/home/{index.d.ts => typing.ts} (100%) diff --git a/src/views/home/components/BootCard.vue b/src/views/home/components/BootCard.vue index f0767db4..8783bb3f 100644 --- a/src/views/home/components/BootCard.vue +++ b/src/views/home/components/BootCard.vue @@ -1,13 +1,12 @@