【图斑列表】收藏样式修改
parent
56a6867245
commit
56d6454bb3
|
|
@ -186,7 +186,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="button-div">
|
||||
<StarFilled v-if="item.Fid" style="color: rgb(255, 205, 42);cursor: pointer;" @click="cancelCollectItem(item)"/>
|
||||
<StarFilled v-if="item.Fid" style="color: #F20C00;cursor: pointer;" @click="cancelCollectItem(item)"/>
|
||||
<StarOutlined v-else class="collect-button" @click="collectItem(item)"/>
|
||||
<Icon style="font-size: 20px;cursor: pointer;" icon="bx:detail" @click="showInfo(item)"/>
|
||||
</div>
|
||||
|
|
@ -456,6 +456,9 @@ const showInfo = (item) => {
|
|||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
font-size: 20px;
|
||||
.collect-button{
|
||||
color:#086DEC
|
||||
}
|
||||
.collect-button:hover{
|
||||
color: rgb(255, 205, 42)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue