From 2938de639235e27b6e962d7695cbe09f384184fc Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Fri, 19 Aug 2022 15:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/cimSpecialArea/components/platform.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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;