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; }