mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
问答标题对齐
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
}
|
||||
.qa-solve{
|
||||
color:#387DF7;
|
||||
margin-left: -10px;
|
||||
|
||||
|
||||
}
|
||||
.qa-unSolve{
|
||||
color:#333;
|
||||
margin-left: -10px;
|
||||
}
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="qa-info-title" @click="jumpDetail(qa)">
|
||||
<div class="portal-title-tow one-line-ellipsis">
|
||||
<span class="qa-solve" v-if="qa.isResolve == false" @click="searchData()">【待解决】</span>
|
||||
<span class="qa-basic" v-if="qa.isResolve == true" @click="searchData()">【已解决】</span>
|
||||
<span class="qa-basic qa-unSolve" v-if="qa.isResolve == true" @click="searchData()">【已解决】</span>
|
||||
<span v-html="$keywordActiveShow(qa.title,queryKeyWord)"></span>
|
||||
</div>
|
||||
<div class="portal-time">
|
||||
|
||||
Reference in New Issue
Block a user