按钮位置调整
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-27 18:02:18 +08:00
parent bf407a49fd
commit 13ba919484
1 changed files with 14 additions and 16 deletions

View File

@ -307,23 +307,21 @@
</div>
</el-upload>
</el-form-item>
<el-form-item v-if="adInfo.ReadingTaskState < 2">
<div style="text-align: center">
<el-button type="primary" @click="skipTask">
<!-- 跳过 -->
{{ $t("trials:readingReport:button:skip") }}
</el-button>
<!-- 保存 -->
<el-button type="primary" @click="handleSave">{{
$t("common:button:save")
}}</el-button>
<!-- 提交 -->
<el-button type="primary" @click="handleSubmit">{{
$t("common:button:submit")
}}</el-button>
</div>
</el-form-item>
</el-form>
<div style="text-align: center;width:100%" v-if="adInfo.ReadingTaskState < 2">
<el-button type="primary" @click="skipTask">
<!-- 跳过 -->
{{ $t("trials:readingReport:button:skip") }}
</el-button>
<!-- 保存 -->
<el-button type="primary" @click="handleSave">{{
$t("common:button:save")
}}</el-button>
<!-- 提交 -->
<el-button type="primary" @click="handleSubmit">{{
$t("common:button:submit")
}}</el-button>
</div>
</el-card>
<el-card