css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user