diff --git a/front/src/views/cimSpecialArea/components/platform.vue b/front/src/views/cimSpecialArea/components/platform.vue index 5c1f6ddf..eeb4d121 100644 --- a/front/src/views/cimSpecialArea/components/platform.vue +++ b/front/src/views/cimSpecialArea/components/platform.vue @@ -13,9 +13,14 @@ @slideChange="onSlideChange" > -
+

{{ item.name }}

- +

{{ item.description }}

@@ -74,7 +79,6 @@ border-bottom: 0.01rem solid #bcbdbd; } .platformBox { - cursor: pointer; width: 5.34rem; height: 5.65rem; padding: 0.28rem 0.35rem; @@ -89,10 +93,10 @@ :deep(.ant-image) { width: 4.5rem; height: 3.4rem; + line-height: 3.4rem; + cursor: pointer; } :deep(.ant-image-img) { - width: 100%; - height: 100%; } p { font-size: 0.18rem;