样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8b48f5fe2e
commit
9ce1e569eb
|
@ -42,7 +42,7 @@
|
||||||
<div style="text-align: center;padding:20px 0px;">
|
<div style="text-align: center;padding:20px 0px;">
|
||||||
<!-- 取消 -->
|
<!-- 取消 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleCancel"
|
@click="handleCancel"
|
||||||
>
|
>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- 保存 -->
|
<!-- 保存 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleSave"
|
@click="handleSave"
|
||||||
>
|
>
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<div style="text-align: center;padding:20px 0px;">
|
<div style="text-align: center;padding:20px 0px;">
|
||||||
<!-- 取消 -->
|
<!-- 取消 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleCancel"
|
@click="handleCancel"
|
||||||
>
|
>
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- 保存 -->
|
<!-- 保存 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleSave"
|
@click="handleSave"
|
||||||
>
|
>
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
<div style="text-align: center;padding:20px 0px;">
|
<div style="text-align: center;padding:20px 0px;">
|
||||||
<!-- 取消 -->
|
<!-- 取消 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleCancel"
|
@click="handleCancel"
|
||||||
>
|
>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- 保存 -->
|
<!-- 保存 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="handleSave"
|
@click="handleSave"
|
||||||
>
|
>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<el-button
|
<el-button
|
||||||
v-if="state === 0 && userTypeEnumInt === 0 "
|
v-if="state === 0 && userTypeEnumInt === 0 "
|
||||||
type="primary"
|
type="primary"
|
||||||
size="small"
|
size="large"
|
||||||
@click="handleSave"
|
@click="handleSave"
|
||||||
>
|
>
|
||||||
{{ $t('common:button:save') }}
|
{{ $t('common:button:save') }}
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<el-button
|
<el-button
|
||||||
v-if="(state === 0 && userTypeEnumInt === 0)"
|
v-if="(state === 0 && userTypeEnumInt === 0)"
|
||||||
type="primary"
|
type="primary"
|
||||||
size="small"
|
size="large"
|
||||||
@click="handleSubmit('submit')"
|
@click="handleSubmit('submit')"
|
||||||
>
|
>
|
||||||
{{ $t('trials:researchForm:button:submit') }}
|
{{ $t('trials:researchForm:button:submit') }}
|
||||||
|
|
|
@ -117,10 +117,11 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div class="submit_content">
|
<div class="submit_content">
|
||||||
<el-button
|
<el-button
|
||||||
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="onSubmit"
|
@click="onSubmit"
|
||||||
>
|
>
|
||||||
提交
|
{{ $t('common:button:submit') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue