This commit is contained in:
parent
1cf028a8d9
commit
4c8e9cc9da
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue