From f5c653979a214308b4920451fbdc7ea3d2894972 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Thu, 15 Aug 2024 15:11:30 +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 --- src/view/sy_map.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index da51bdf..6546cc5 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -3380,7 +3380,7 @@ onMounted(async () => { margin-bottom: 4px; position: relative; /* 必须设置 position 属性以便伪元素定位 */ - border-radius: 5px; + // border-radius: 5px; } .jbggfwq_content_item_right_item::after { @@ -3393,7 +3393,18 @@ onMounted(async () => { top: 14px; right: 0px; } - + :nth-child(4n + 1).jbggfwq_content_item_right_item { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; + } + :nth-child(4n).jbggfwq_content_item_right_item { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + } + :last-child.jbggfwq_content_item_right_item { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; + } :nth-child(4n).jbggfwq_content_item_right_item::after { opacity: 0; }