Commit 0ccbc64e authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent a7415cb5
<template lang="pug">
el-dialog.myDialog( width='80%' :close-on-click-modal='false', :visible.sync='visible' append-to-body :modal-append-to-body='false')
el-dialog.myDialog( width='70%' :close-on-click-modal='false', :visible.sync='visible' append-to-body :modal-append-to-body='false')
div(slot='title')
span.title-bold.title-left-color 楼栋编辑
el-main.box_main
......@@ -351,7 +351,7 @@ export default {
.fileList {
height: 130px;
width: 170px;
width: 155px;
margin: 10px 0 0 10px;
float: left;
border-radius: 5px;
......@@ -368,11 +368,11 @@ export default {
img {
height: 100px;
width: 170px;
width: 155px;
}
.imgButton {
text-align: center;
text-align: center;
position: relative;
top: -30px;
background: #ccc;
......
<template lang="pug">
el-dialog(width='60%' :close-on-click-modal='false', :visible.sync='visible' :modal-append-to-body='false' append-to-body)
el-dialog(width='70%' :close-on-click-modal='false', :visible.sync='visible' :modal-append-to-body='false' append-to-body)
div.title-bold(slot='title') 详情
el-form(:model='dataForm', :rules='dataRule', ref='dataForm', label-width='100px')
el-row(:gutter="20")
......@@ -108,7 +108,7 @@ export default {
border-radius: 5px;
.fileList {
height: 130px;
width: 100px;
width: 140px;
margin: 10px 0 0 10px;
float: left;
border-radius: 5px;
......@@ -120,7 +120,7 @@ export default {
img {
height: 100px;
width: 100px;
width: 140px;
}
.imgButton {
position: relative;
......
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