修改bug 56658 问答库,提交问题页面,相似历史问题会超出边框
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
</el-form>
|
||||
</div>
|
||||
<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)">
|
||||
<span class="history-item">{{item.problemDescription}}</span>
|
||||
<span class="history-item">{{item.questionTime}}</span>
|
||||
|
||||
Reference in New Issue
Block a user