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 @@