From 9b448c0fcc28edbff2acb2387408701993e1e003 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 25 Aug 2022 19:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=8B=E8=83=BD=E5=9C=BA=E6=99=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/ApplicationTopDetails.vue | 352 ++++++++++++++++++ .../views/home/integrationServicesDetails.vue | 59 ++- 2 files changed, 397 insertions(+), 14 deletions(-) create mode 100644 front/src/views/home/components/ApplicationTopDetails.vue diff --git a/front/src/views/home/components/ApplicationTopDetails.vue b/front/src/views/home/components/ApplicationTopDetails.vue new file mode 100644 index 00000000..c9c1a015 --- /dev/null +++ b/front/src/views/home/components/ApplicationTopDetails.vue @@ -0,0 +1,352 @@ + + + + diff --git a/front/src/views/home/integrationServicesDetails.vue b/front/src/views/home/integrationServicesDetails.vue index 3f0f132f..fb51f267 100644 --- a/front/src/views/home/integrationServicesDetails.vue +++ b/front/src/views/home/integrationServicesDetails.vue @@ -31,23 +31,45 @@
-
-
- {{ i + 1 }}.{{ item.description }} +
+
+ {{ i + 1 + '、' + item.description }}
-
+
-
-
- {{ i + 1 }}.{{ item.description }} +
+
+ {{ i + 1 + '、' + item.description }}
@@ -98,7 +120,7 @@
-
+
@@ -118,7 +140,7 @@