fix:样式冲突修改
This commit is contained in:
parent
cde4151783
commit
e5670a267c
|
|
@ -7,9 +7,8 @@
|
|||
destroy-on-close
|
||||
@closed="$emit('closed')"
|
||||
>
|
||||
<el-container v-loading="loading">
|
||||
<el-main style="padding: 0">
|
||||
<el-form
|
||||
<el-container v-loading="loading" style="background: none;">
|
||||
<el-form
|
||||
ref="dialogForm"
|
||||
:model="form"
|
||||
:rules="rules"
|
||||
|
|
@ -115,7 +114,6 @@
|
|||
<el-button type="primary" :loading="isSaveing" @click="submit">提交</el-button>
|
||||
<el-button @click="visible = false">取消</el-button>
|
||||
</el-footer>
|
||||
</el-main>
|
||||
</el-container>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue