From 1959ac68f9e069528628cf9c0ba28fd69140c847 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 1 Aug 2022 19:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=20=20?= =?UTF-8?q?=E6=96=B0=E6=89=8B=E6=8C=87=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/instructionManual/components/menuBook.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/front/src/views/instructionManual/components/menuBook.vue b/front/src/views/instructionManual/components/menuBook.vue index 88d824a3..ce9ed800 100644 --- a/front/src/views/instructionManual/components/menuBook.vue +++ b/front/src/views/instructionManual/components/menuBook.vue @@ -47,11 +47,11 @@ const seviceList = ref( }, { name: '组件服务', - list: ['智能算法', '图层服务', '开发组件', '业务组件'], + list: ['视频资源', '云资源', '感知资源'], }, { name: '组件服务', - list: ['智能算法', '图层服务', '开发组件', '业务组件'], + list: ['政务信息资源'], }, ] ) @@ -219,11 +219,15 @@ const imgList = ref([ } .item-v { - width: 50%; + min-width: 100px; color: #fff; font-size: 20px; text-align: center; - padding: 10px 0; + padding: 10px; + border: 1px solid rgba(255, 255, 255, 0.4); + border-radius: 6px; + background: rgba(255, 255, 255, 0.2); + margin: 0 16px 20px 16px; } } }