css
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<img class="icon" :src="item.icon" alt="">
|
<img class="icon" :src="item.icon" alt="">
|
||||||
</div>
|
</div>
|
||||||
<span class="desc solid" v-if="!item.share">{{ item.label }}</span>
|
<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>
|
<span>{{ item.label }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -427,6 +427,12 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item:nth-last-of-type(1) {
|
||||||
|
.solid {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user