代码调整
This commit is contained in:
parent
462b0cfb6c
commit
c45b991c22
@ -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' }">
|
||||
|
@ -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' }">
|
||||
|
Loading…
Reference in New Issue
Block a user