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

uat_us
caiyiling 2024-07-05 16:10:55 +08:00
parent 8b48f5fe2e
commit 9ce1e569eb
5 changed files with 10 additions and 9 deletions

View File

@ -42,7 +42,7 @@
<div style="text-align: center;padding:20px 0px;">
<!-- 取消 -->
<el-button
size="small"
size="large"
type="primary"
@click="handleCancel"
>
@ -50,7 +50,7 @@
</el-button>
<!-- 保存 -->
<el-button
size="small"
size="large"
type="primary"
@click="handleSave"
>

View File

@ -74,7 +74,7 @@
<div style="text-align: center;padding:20px 0px;">
<!-- 取消 -->
<el-button
size="small"
size="large"
type="primary"
@click="handleCancel"
>
@ -82,7 +82,7 @@
</el-button>
<!-- 保存 -->
<el-button
size="small"
size="large"
type="primary"
@click="handleSave"
>

View File

@ -93,7 +93,7 @@
<div style="text-align: center;padding:20px 0px;">
<!-- 取消 -->
<el-button
size="small"
size="large"
type="primary"
@click="handleCancel"
>
@ -101,7 +101,7 @@
</el-button>
<!-- 保存 -->
<el-button
size="small"
size="large"
type="primary"
@click="handleSave"
>

View File

@ -19,7 +19,7 @@
<el-button
v-if="state === 0 && userTypeEnumInt === 0 "
type="primary"
size="small"
size="large"
@click="handleSave"
>
{{ $t('common:button:save') }}
@ -28,7 +28,7 @@
<el-button
v-if="(state === 0 && userTypeEnumInt === 0)"
type="primary"
size="small"
size="large"
@click="handleSubmit('submit')"
>
{{ $t('trials:researchForm:button:submit') }}

View File

@ -117,10 +117,11 @@
</el-form-item>
<div class="submit_content">
<el-button
size="large"
type="primary"
@click="onSubmit"
>
提交
{{ $t('common:button:submit') }}
</el-button>
</div>
</div>