代码调整

This commit is contained in:
joylink_cuiweidong 2019-10-29 16:49:48 +08:00
parent 462b0cfb6c
commit c45b991c22
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div slot="header" style="text-align: center;">
<b>{{ $t('exam.courseName') + ': '+ courseModel.name }}</b>
</div>
<div style=" margin:50px" :style="{ height: height - 150 +'px' }">
<div style=" margin:50px" :style="{ height: height - 190 +'px' }">
<el-tabs v-model="activeName">
<el-tab-pane :label="this.$t('exam.itemList')" name="first">
<div v-if="courseModel.treeList.length != 0" :style="{ height: height - 230 +'px' }">

View File

@ -3,7 +3,7 @@
<div slot="header" style="text-align: center;">
<b>{{ $t('teach.courseName') }}: {{ courseModel.name }}</b>
</div>
<div style="margin:50px" :style="{ height: height - 190 +'px' }">
<div style="margin:50px" :style="{ height: height - 230 +'px' }">
<el-tabs v-model="activeName">
<el-tab-pane :label="$t('teach.courseDetails')" name="first">
<div :style="{ height: height - 270 +'px' }">