样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
53101bc811
commit
7f65376c94
|
|
@ -172,19 +172,19 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<el-table v-else :data="judgeAnswers" border style="width: 70%">
|
||||
<el-table v-else :data="judgeAnswers" border>
|
||||
<!-- 问题名称 -->
|
||||
<el-table-column
|
||||
prop="QuestionName"
|
||||
:label="$t('trials:readingTracking:config:questionName')"
|
||||
show-overflow-tooltip
|
||||
min-width="600"
|
||||
width="600"
|
||||
/>
|
||||
<!-- R1 -->
|
||||
<el-table-column
|
||||
prop="R1Answer"
|
||||
show-overflow-tooltip
|
||||
min-width="300"
|
||||
width="300"
|
||||
>
|
||||
<template slot="header">
|
||||
{{ $t('trials:adReview:table:viewR1') }}
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
<el-table-column
|
||||
prop="R2Answer"
|
||||
show-overflow-tooltip
|
||||
min-width="300"
|
||||
width="300"
|
||||
>
|
||||
<template slot="header">
|
||||
{{ $t('trials:adReview:table:viewR2') }}
|
||||
|
|
@ -384,24 +384,24 @@
|
|||
ref="adForm2"
|
||||
v-loading="loading"
|
||||
:model="judgeForm"
|
||||
style="width: 70%"
|
||||
label-width="80px"
|
||||
>
|
||||
<el-table
|
||||
:data="judgeQs"
|
||||
border
|
||||
style="width: 100%; margin-bottom: 16px"
|
||||
style="margin-bottom: 16px"
|
||||
>
|
||||
<el-table-column
|
||||
prop="QuestionName"
|
||||
:label="$t('trials:readingTracking:config:questionName')"
|
||||
show-overflow-tooltip
|
||||
min-width="600"
|
||||
width="600"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="judgeResult"
|
||||
:label="$t('trials:adReview:title:result')"
|
||||
show-overflow-tooltip
|
||||
min-width="300"
|
||||
width="300"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div>
|
||||
|
|
@ -428,8 +428,8 @@
|
|||
prop="judgeSelect"
|
||||
:label="$t('trials:adReview:title:select')"
|
||||
show-overflow-tooltip
|
||||
min-width="300"
|
||||
v-show="readingTaskState < 2"
|
||||
width="300"
|
||||
v-if="readingTaskState < 2"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-radio-group
|
||||
|
|
|
|||
Loading…
Reference in New Issue