|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
<div>基本信息</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="item"> |
|
|
|
|
<div class="label">判分点名称</div> |
|
|
|
|
<div class="label">判分点</div> |
|
|
|
|
<el-input |
|
|
|
|
v-model.trim="formData.points.name" |
|
|
|
|
:readonly="isView" |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="item"> |
|
|
|
|
<div class="label">实验要求</div> |
|
|
|
|
<quill v-model="formData.points.experimentalRequirements" :readonly="isView" :border="true" :minHeight="150" :height="150" style="width: 100%"/> |
|
|
|
|
<quill class="quill" v-model="formData.points.experimentalRequirements" :readonly="isView" :border="true" :minHeight="150" :height="150"/> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -493,18 +493,15 @@ export default { |
|
|
|
|
border-bottom: 1px dashed #ccc; |
|
|
|
|
height: 45px; |
|
|
|
|
line-height: 45px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: 600; |
|
|
|
|
padding: 0 10px; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
.back { |
|
|
|
|
line-height: 3; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
|
|
|
|
|
span { |
|
|
|
|
font-size: 14px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-weight: 600; |
|
|
|
|
padding-left: 5px; |
|
|
|
|
} |
|
|
|
@ -512,6 +509,7 @@ export default { |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 14px; |
|
|
|
|
margin-left: 20px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -544,6 +542,9 @@ export default { |
|
|
|
|
padding-right: 20px; |
|
|
|
|
line-height: 35px; |
|
|
|
|
} |
|
|
|
|
.quill { |
|
|
|
|
width: calc(100% - 240px); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|