Merge remote-tracking branch 'remotes/origin/test'
This commit is contained in:
commit
b0a3c8b83f
@ -53,7 +53,7 @@ class Handler {
|
||||
reject(error);
|
||||
});
|
||||
} else {
|
||||
reject();
|
||||
resolve();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div v-loading="loading" class="joylink-card">
|
||||
<div class="card-title">
|
||||
<span><b>{{ $t('demonstration.simulationName') + courseModel.name }}</b></span>
|
||||
{{ $t('demonstration.simulationName') + courseModel.name }}
|
||||
</div>
|
||||
<div class="simulation-detail">
|
||||
<p class="list-item">
|
||||
@ -264,6 +264,7 @@ export default {
|
||||
line-height: 47px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #d6d6d6;
|
||||
font-weight: bold;
|
||||
}
|
||||
.simulation-detail {
|
||||
padding: 50px;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="joylink-card">
|
||||
<div class="card-title">
|
||||
<b>{{ $t('exam.nameOfTestPaper') +': ' + examDetails.name }}</b>
|
||||
{{ $t('exam.nameOfTestPaper') +': ' + examDetails.name }}
|
||||
</div>
|
||||
<div class="card_content">
|
||||
<el-scrollbar wrap-class="scrollbar-wrapper">
|
||||
@ -240,6 +240,7 @@ export default {
|
||||
line-height: 47px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
font-weight:bold;
|
||||
}
|
||||
.card_content{
|
||||
padding:50px;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div v-loading="loading" class="joylink-card paper">
|
||||
<div class="card-title">
|
||||
<span style="font-weight:bold ">{{ $t('exam.examResultsDetails') }}</span>
|
||||
{{ $t('exam.examResultsDetails') }}
|
||||
</div>
|
||||
<div class="context">
|
||||
<el-form ref="form" :model="resultModel" size="mini">
|
||||
@ -126,6 +126,7 @@ export default {
|
||||
line-height: 47px;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
text-align: center;
|
||||
font-weight:bold;
|
||||
}
|
||||
.context {
|
||||
padding: 30px 60px;
|
||||
|
@ -10,7 +10,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('publish.testDuration')" prop="duration">
|
||||
<el-input-number v-model="form.duration" placeholder="90" style="float: left; width: calc(100% - 80px);" :disabled="isEdit" :min="1" />
|
||||
<el-input-number v-model="form.duration" placeholder="请输入" style="float: left; width: calc(100% - 80px);" :disabled="isEdit" :min="1" />
|
||||
<span style="width:80px; display: block;float: left; text-align: center;"> {{ $t('publish.durationMinutes') }}</span>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('publish.testDate')">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="joylink-card" :class="lessonName ? 'card-box' : ''">
|
||||
<div v-if="lessonName" class="card-title">
|
||||
<b>{{ $t('publish.lessonName') }}: {{ lessonName }}</b>
|
||||
{{ $t('publish.lessonName') }}: {{ lessonName }}
|
||||
</div>
|
||||
<div class="exam-box" :style="{ 'height': lessonName ? 'calc(100% - 47px)' : '' }">
|
||||
<el-steps class="steps" :active="display">
|
||||
@ -205,6 +205,7 @@ export default {
|
||||
height: 47px;
|
||||
line-height: 47px;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
font-weight:bold;
|
||||
}
|
||||
}
|
||||
.card-box{
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="joylink-card">
|
||||
<div v-if="lessonName" class="card-title">
|
||||
<b>{{ $t('publish.lessonName') }}: {{ lessonName }}</b>
|
||||
{{ $t('publish.lessonName') }}: {{ lessonName }}
|
||||
</div>
|
||||
<div :style="{ 'height': lessonName ? 'calc(100% - 47px)' : '100%' }">
|
||||
<el-scrollbar wrap-class="scrollbar-wrapper">
|
||||
@ -326,6 +326,7 @@ export default {
|
||||
height: 47px;
|
||||
line-height: 47px;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
font-weight:bold;
|
||||
}
|
||||
/deep/ {
|
||||
.is-always-shadow {
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="joylink-card card_hidden_box">
|
||||
<div class="card-title">
|
||||
<b>{{ $t('teach.courseName') }}: {{ courseModel.name }}</b>
|
||||
{{ $t('teach.courseName') }}: {{ courseModel.name }}
|
||||
</div>
|
||||
<div class="content_box" style="">
|
||||
<el-tabs v-model="activeName">
|
||||
@ -252,6 +252,7 @@ export default {
|
||||
line-height: 47px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
font-weight:bold;
|
||||
}
|
||||
.content_box{
|
||||
padding: 50px;
|
||||
|
Loading…
Reference in New Issue
Block a user