From c7c37e8e3b2eba524c85401ecb4bd83861e9d60a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Jan 2021 10:54:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlatformList/Fruit.vue | 1 - src/components/PlatformList/PlatformList.vue | 1 - .../IncubationPlatform/Children/Products.vue | 26 ++-- .../IncubationPlatform/Children/Services.vue | 14 +- .../Children/ShareChild/Institute.vue | 1 - src/views/Industry/Children/Serve.vue | 1 - src/views/NewPlatform/Children/Core.vue | 6 +- src/views/NewPlatform/Children/Service.vue | 1 - .../Children/ShareChild/Institute.vue | 1 - .../NewPlatform/Children/components/DeEnt.vue | 122 ++++++++++++++++++ 10 files changed, 140 insertions(+), 34 deletions(-) create mode 100644 src/views/NewPlatform/Children/components/DeEnt.vue diff --git a/src/components/PlatformList/Fruit.vue b/src/components/PlatformList/Fruit.vue index 10059c0..3386e54 100644 --- a/src/components/PlatformList/Fruit.vue +++ b/src/components/PlatformList/Fruit.vue @@ -98,7 +98,6 @@ export default { background: #fff; margin-right: 6%; border-radius: 4px; - box-shadow: 6px 6px 6px #eee; margin-bottom: 40px; padding: 10px; padding-bottom: 60px; diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue index cc308a7..dab49e3 100644 --- a/src/components/PlatformList/PlatformList.vue +++ b/src/components/PlatformList/PlatformList.vue @@ -168,7 +168,6 @@ export default { width: 20.5%; margin-right: 6%; border-radius: 4px; - box-shadow: 6px 6px 6px #eee; } .margin-0 { diff --git a/src/views/IncubationPlatform/Children/Products.vue b/src/views/IncubationPlatform/Children/Products.vue index 89d6aba..63a7568 100644 --- a/src/views/IncubationPlatform/Children/Products.vue +++ b/src/views/IncubationPlatform/Children/Products.vue @@ -1,7 +1,7 @@