mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
<div style="flex: 1;" class="xcol content-div">
|
||||
<el-row>
|
||||
<el-card :body-style="{ padding: '0px' }" class="left-div">
|
||||
<!-- <el-row class="search-div">
|
||||
<el-col>
|
||||
</el-col>
|
||||
</el-row> -->
|
||||
<el-row class="order-div">
|
||||
<span class="quyer-tag">
|
||||
<el-button type="text" class="order-class" @click="orderFieldData('answers')" :class="{ actice: styleControl == 2 }">
|
||||
@@ -22,7 +18,6 @@
|
||||
<el-button type="text" class="order-class" @click="orderFieldData('')" :class="{ actice: styleControl == 1 }">
|
||||
最新
|
||||
</el-button>
|
||||
|
||||
<el-button type="text" @click="setEssence(queryConditions.isEssence)" class="order-class" :class="{ actice: styleControl == 3 }">精华问题</el-button>
|
||||
</span>
|
||||
<span class="quyer-tag">
|
||||
@@ -46,7 +41,7 @@
|
||||
<span v-html="$keywordActiveShow(qa.title,queryKeyWord)"></span>
|
||||
</div>
|
||||
<div class="portal-time">
|
||||
<i class="el-icon-time"></i> {{qa.sysCreateTime}}
|
||||
<i class="el-icon-time" style="margin-right:4px"></i> {{qa.sysCreateTime}}
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex;">
|
||||
@@ -84,13 +79,13 @@
|
||||
<!-- <div> -->
|
||||
<div style="padding:0" id="qa-fixd">
|
||||
<div class="portal-model-btn" @click="$refs.addQuestion.askQuestionDialog = true">
|
||||
<svg-icon style="margin-right: 0;font-size: 24px;" icon-class="question-mark"></svg-icon>
|
||||
<svg-icon style="margin-right: 0;font-size: 24px;" icon-class="time"></svg-icon>
|
||||
提问题
|
||||
</div>
|
||||
<div class="portal-right-box list-bg">
|
||||
<p class="portal-title-one" style="padding-bottom:12px">贡献榜</p>
|
||||
<ul>
|
||||
<li v-for="(item, index) in ankingList" :key="index" style="margin-top:30px">
|
||||
<li v-for="(item, index) in ankingList" :key="index" style="margin-top:30px;line-height: 22px;">
|
||||
<span class="portal-right-text orange-one" v-if="index==0" style="margin-right:94px">
|
||||
<img src="/images/list-01.png" alt="">
|
||||
</span>
|
||||
@@ -421,9 +416,8 @@ export default {
|
||||
height: 240px;
|
||||
background: url('/images/qa-banner.png');
|
||||
}
|
||||
|
||||
::v-deep .el-card__body{
|
||||
padding: 0;
|
||||
.el-card{
|
||||
border: none;
|
||||
}
|
||||
::v-deep .bacolor:nth-child(odd){
|
||||
background-color: #fff;
|
||||
@@ -488,9 +482,9 @@ export default {
|
||||
.left-div {
|
||||
.quyer-tag {
|
||||
.order-class{
|
||||
padding:0px 12px;
|
||||
padding:4px 8px;
|
||||
color: #6E7B84;
|
||||
line-height: 32px;
|
||||
line-height: 20px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user