【图斑列表】收藏样式修改

dianlixunjian
Zhufu 2024-07-03 15:45:29 +08:00
parent 56a6867245
commit 56d6454bb3
1 changed files with 4 additions and 1 deletions

View File

@ -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)
}