Commit c9f84579 authored by xiaoman's avatar xiaoman

Merge branch 'feature/develop_0713' of...

Merge branch 'feature/develop_0713' of http://gitlab.wanwudezhi.work/quanku/qk_admin into feature/develop_0713
parents 23e1441b 8bf0def7
......@@ -2,7 +2,7 @@
<el-dialog
:visible.sync="showLargeDialog"
:before-close="handleClose">
<div >
<div class="content">
<img :src="imageUrl" class="image" @click="handleClose">
</div>
</el-dialog>
......@@ -30,9 +30,13 @@ export default {
</script>
<style lang="scss" scoped>
.content {
width: 100%;
text-align: center;
}
.image {
min-width: 400px;
max-width: 600px;
width: 400px;
height: auto;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment