This commit is contained in:
parent
1cf028a8d9
commit
4c8e9cc9da
|
@ -2399,7 +2399,7 @@ onMounted(() => {
|
||||||
width: 370px;
|
width: 370px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
border-radius: 3px;
|
border-radius: 6px;
|
||||||
|
|
||||||
.jbggfwq_content_item_right_item {
|
.jbggfwq_content_item_right_item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -2434,6 +2434,9 @@ onMounted(() => {
|
||||||
:nth-child(4n).jbggfwq_content_item_right_item::after {
|
:nth-child(4n).jbggfwq_content_item_right_item::after {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
:last-child.jbggfwq_content_item_right_item::after {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.choose {
|
.choose {
|
||||||
background-image: url(@/assets/images/map/choose.png);
|
background-image: url(@/assets/images/map/choose.png);
|
||||||
|
|
Loading…
Reference in New Issue