This commit is contained in:
姚宇浩 2024-10-24 10:43:05 +08:00
parent 8d06d834d4
commit a95db367ba
1 changed files with 20 additions and 15 deletions

View File

@ -131,7 +131,9 @@
<img
:src="item.img"
class="zyys_content_item_left"
:class="{
imgB: item.name == '菜市场' || item.name == '停车场' || item.name == '文化广场'|| item.name == '残疾人之家',
}"
/>
<div class="zyys_content_item_right">{{ item.name }}</div>
</div>
@ -5557,7 +5559,10 @@ onMounted(async () => {
height: 18px;
margin-right: 3px;
}
.imgB{
width: 25px;
height: 22px;
}
.zyys_content_item_right {
font-weight: 500;
font-size: 16px;