BUG修改

This commit is contained in:
a0049873 2023-01-13 15:16:10 +08:00
parent 78fed215e8
commit 18d075b847
1 changed files with 18 additions and 22 deletions

View File

@ -76,9 +76,7 @@
</span>
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
</div>
</div>
<div class="top-content-father" :key="listKey">
<template
@ -339,7 +337,6 @@
}"
></span>
<span>{{ item.name }}</span>
</div>
</div>
<div class="resultListSearchInput-father">
@ -472,7 +469,6 @@
}"
></span>
<span>{{ item.name }}</span>
</div>
</div>
<div class="top-content-father">
@ -499,7 +495,6 @@
}"
></span>
<span>{{ item.name }}</span>
</div>
</div>
<div class="resultListSearchInput-father" style="background: unset">
@ -2102,6 +2097,7 @@
margin-top: 0.67rem;
position: relative;
background: rgba(245, 243, 243, 0.3);
margin-bottom: 30px;
.details-pageconetent-left {
// max-height: 8.5rem;
height: 100%;
@ -2289,14 +2285,14 @@
// display: flex;
align-items: center;
}
div span{
vertical-align:middle;
div span {
vertical-align: middle;
}
div:hover {
color: #0058e1;
}
.sanjiao{
.sanjiao {
background: url('~@/assets/home/sanjiao.png');
background-repeat: no-repeat;
height: 10px;