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