Merge pull request '考试分析-题目详情-增加灰色背景' (#335) from lyc-dev into main

This commit is contained in:
lyc 2024-10-19 16:12:19 +08:00
commit 95f94f0c3e
1 changed files with 3 additions and 4 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>
<el-scrollbar style="background: #e9e9e9;border-radius: 8px;">
<el-row class="drawer-main">
<el-col :span="24">
<span>{{activeExam.worktag}}</span>
@ -96,16 +96,15 @@ const showExamAnalyseDrawer = (row) => {
.drawer-main{
margin: 1%;
padding: 1% 2%;
padding: 2%;
display: flex;
text-align: left;
.drawer-main-col{
padding: 10px 0px;
}
}
.drawer-footer{
padding: 10px 20px 0 0;
padding-top: 15px;
display: flex;
justify-content: flex-end;
box-sizing: border-box;