Commit 96e3cf3b authored by xiexingan's avatar xiexingan

tj

parent bb4c2126
<template lang="pug"> <template lang="pug">
el-dialog.myDialog( width='60%' :close-on-click-modal='false', :visible.sync='visible' append-to-body :modal-append-to-body='false') el-dialog.myDialog( width='80%' :close-on-click-modal='false', :visible.sync='visible' append-to-body :modal-append-to-body='false')
div(slot='title') div(slot='title')
span.title-bold.title-left-color 楼栋编辑 span.title-bold.title-left-color 楼栋编辑
el-main.box_main el-main.box_main
...@@ -351,7 +351,7 @@ export default { ...@@ -351,7 +351,7 @@ export default {
.fileList { .fileList {
height: 130px; height: 130px;
width: 100px; width: 170px;
margin: 10px 0 0 10px; margin: 10px 0 0 10px;
float: left; float: left;
border-radius: 5px; border-radius: 5px;
...@@ -368,7 +368,7 @@ export default { ...@@ -368,7 +368,7 @@ export default {
img { img {
height: 100px; height: 100px;
width: 100px; width: 170px;
} }
.imgButton { .imgButton {
......
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