修改bug 56658 问答库,提交问题页面,相似历史问题会超出边框

This commit is contained in:
hanshaozhuang
2022-07-21 11:22:03 +08:00
parent e8d7b38f4a
commit 80eaa3c857
@@ -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>