从系统选择封面

This commit is contained in:
lmj
2022-06-14 19:28:24 +08:00
parent 0936096121
commit 2688ca6b20
4 changed files with 66 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div style="min-width: 700px;">
<el-dialog title="选择图片" :close-on-click-modal="false" :visible.sync="show" width="60%" @close="chose" :modal="false" custom-class="g-dialog">
<el-dialog title="选择图片" :close-on-click-modal="false" :visible.sync="show" width="60%" :show-close="false" :modal="false" custom-class="g-dialog">
<div style="margin: -10px;">
<div style="display: flex;justify-content: space-between;padding: 5px;border-bottom: 1px solid #e0e0e0;">
<div style="padding-top: 10px;">
@@ -36,6 +36,8 @@
</div>
<div slot="footer" class="dialog-footer">
<el-button :disabled="btnDisabled" type="primary" @click="saveChoose()">确认</el-button>
<el-button @click="chose()">取消</el-button>
</div>
</el-dialog>
</div>