This commit is contained in:
liuye
2024-10-08 09:12:56 +08:00
parent 3b6a1cad2b
commit 5b36d282c4

View File

@@ -40,7 +40,7 @@
<img class="icon" :src="item.icon" alt="">
</div>
<span class="desc solid" v-if="!item.share">{{ item.label }}</span>
<button open-type="share" v-else>
<button open-type="share" class="desc solid" v-else>
<span>{{ item.label }}</span>
</button>
</div>
@@ -427,6 +427,12 @@ export default {
}
}
.item:nth-last-of-type(1) {
.solid {
border-bottom: none;
}
}
&:first-of-type {
margin-bottom: 32px;
}