修复发送邮件按钮遮挡问题
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-form ref="form" :model="form" :rules="rules" style="margin-top: 6px;" size="small" label-width="100px">
|
<el-form ref="form" :model="form" :rules="rules" style="margin-top: 6px;margin-bottom:46px" size="small" label-width="100px">
|
||||||
<el-form-item label="邮件标题" prop="subject">
|
<el-form-item label="邮件标题" prop="subject">
|
||||||
<el-input v-model="form.subject" style="width: 646px"/>
|
<el-input v-model="form.subject" style="width: 646px"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@ -18,9 +18,11 @@
|
|||||||
style="width: 90%;"></ueditor-wrap>
|
style="width: 90%;"></ueditor-wrap>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<div ref="editor" class="editor"/>
|
<!-- <div ref="editor" class="editor"/> -->
|
||||||
<el-button :loading="loading" style="margin-left:1.6%;" size="medium" type="primary" @click="doSubmit">发送邮件
|
<el-form-item label="">
|
||||||
|
<el-button :loading="loading" size="medium" type="primary" @click="doSubmit">发送邮件
|
||||||
</el-button>
|
</el-button>
|
||||||
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user