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

@ -74,11 +74,9 @@
<span v-else> <span v-else>
{{ item.name }} {{ item.name }}
</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
@ -219,7 +217,7 @@
<span v-else> <span v-else>
{{ item.name }} {{ item.name }}
</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"> <div class="top-content-father">
@ -281,7 +279,7 @@
<span v-else> <span v-else>
{{ item.name }} {{ item.name }}
</span> </span>
<div :class="item.name === Cardsname ? 'sanjiao' : ''"></div> <div :class="item.name === Cardsname ? 'sanjiao' : ''"></div>
</div> </div>
</div> </div>
<KnowledgeBase <KnowledgeBase
@ -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%;
@ -2286,26 +2282,26 @@
padding-left: 33px; padding-left: 33px;
width: 220px; width: 220px;
cursor: pointer; cursor: pointer;
// 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;
width: 10px; width: 10px;
margin-left: 67px; margin-left: 67px;
position: absolute; position: absolute;
} }
.sel { .sel {
color: #000000; color: #000000;
border-bottom: 0.03rem solid #0058e1; border-bottom: 0.03rem solid #0058e1;
// background: url('~@/assets/home/sanjiao.png'); // background: url('~@/assets/home/sanjiao.png');
// background-repeat: no-repeat; // background-repeat: no-repeat;