Compare commits

..

No commits in common. "95f94f0c3ed5270c1b28428685d83d76600a64a3" and "3430ad75cad2fe587f249f8d3962f8328eca4909" have entirely different histories.

1 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<!-- 试题详情 -->
<el-drawer v-model="activeExamInfoDrawer" title="题目详情" :with-header="false" direction="rtl" size="60%">
<div style="height: calc(100% - 50px);">
<el-scrollbar style="background: #e9e9e9;border-radius: 8px;">
<el-scrollbar>
<el-row class="drawer-main">
<el-col :span="24">
<span>{{activeExam.worktag}}</span>
@ -96,15 +96,16 @@ const showExamAnalyseDrawer = (row) => {
.drawer-main{
margin: 1%;
padding: 2%;
padding: 1% 2%;
display: flex;
text-align: left;
.drawer-main-col{
padding: 10px 0px;
}
}
.drawer-footer{
padding-top: 15px;
padding: 10px 20px 0 0;
display: flex;
justify-content: flex-end;
box-sizing: border-box;