样式调整
continuous-integration/drone/push Build is passing Details

uat_us^2
caiyiling 2026-08-18 16:09:08 +08:00
parent 53101bc811
commit 7f65376c94
1 changed files with 10 additions and 10 deletions

View File

@ -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