修改bug 55857 我的回答-国内标准-提交样式
This commit is contained in:
@@ -830,7 +830,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<span>相似历史问题:</span>
|
<span>相似历史问题:</span>
|
||||||
<div style="height: 200px; width: 80%; margin-left: 80px;">
|
<div style="height: 200px; width: 80%; margin-left: 80px;overflow-y: auto;">
|
||||||
<div v-for="item in historyList" :key="item.id" @click="historyJump(item)">
|
<div v-for="item in historyList" :key="item.id" @click="historyJump(item)">
|
||||||
<span class="history-item">{{item.problemDescription}}</span>
|
<span class="history-item">{{item.problemDescription}}</span>
|
||||||
<span class="history-item">{{item.questionTime}}</span>
|
<span class="history-item">{{item.questionTime}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user