From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 25 十月 2022 14:53:57 +0800 Subject: [PATCH] 设备管理 样式调整 --- src/views/productDetail/components/Function.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/productDetail/components/Function.vue b/src/views/productDetail/components/Function.vue index 1f8fe4b..1ddad73 100644 --- a/src/views/productDetail/components/Function.vue +++ b/src/views/productDetail/components/Function.vue @@ -25,7 +25,7 @@ v-for="(item, index) in advantageArr" :key="index" > - <img src="/images/equipmentManagement/鍏ㄦ皯浜戣绠�.png" alt="" /> + <img src="/images/equipmentManagement/compute.png" alt="" /> <div class="label">{{ item.label }}</div> <div class="des">{{ item.des }}</div> </div> @@ -88,7 +88,8 @@ flex-wrap: wrap; .sceneItem { - width: 600px; + width: 599px; + margin-bottom: 20px; .sceneTitle { margin-bottom: 10px; -- Gitblit v1.8.0