diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index 721e9ed..337c627 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -2399,7 +2399,7 @@ onMounted(() => { width: 370px; display: flex; flex-flow: row wrap; - border-radius: 3px; + border-radius: 6px; .jbggfwq_content_item_right_item { cursor: pointer; @@ -2434,6 +2434,9 @@ onMounted(() => { :nth-child(4n).jbggfwq_content_item_right_item::after { opacity: 0; } + :last-child.jbggfwq_content_item_right_item::after { + opacity: 0; + } .choose { background-image: url(@/assets/images/map/choose.png);