1e01989c by zhaoqian

自然幢,多幢,户表单样式添加权力性质相关内容

1 parent 3f7dfa98
......@@ -22,7 +22,7 @@
>
</el-col>
<el-col :span="2">
<span class="qlxz">权利性质</span>
<span class="qlxz">权利性质</span><br>
<el-button
type="primary"
class="changeBtn mt6"
......
.zrz {
.dz {
min-height: 200px;
width: 100%;
width: 80%;
margin-top: 10px;
float: left;
.el-input__inner{
/deep/.el-input__inner{
width: 100%;
border: 0;
}
textarea{
/deep/textarea{
width: 100%;
border: 0;
}
......@@ -37,4 +37,8 @@
table{
font-size: 14px;
}
.dzTable{
margin-top: 10px;
}
}
\ No newline at end of file
......
<template>
<div class="zrz content-form">
<div class="dz content-form">
<el-form ref="form" :model="form" label-width="160px">
<table border="1" width="80%" cellspacing="1" cellpadding="2">
<Qlr ref="qlrxxModule"></Qlr>
<table border="1" width="100%" cellspacing="1" cellpadding="2" class="dzTable">
<tbody>
<tr>
<td colspan="1"></td>
......@@ -144,6 +145,14 @@
</td>
</tr>
<tr>
<td colspan="12" rowspan="4" align="center">
<Qlxz ref="qlxzModule"></Qlxz>
</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr height="30">
......@@ -205,8 +214,14 @@
</template>
<script>
import Qlr from "../../../components/formMenu/qlr";
import Qlxz from "../../../components/formMenu/qlxz";
export default {
name:'zrz',
components:{
Qlr,
Qlxz,
},
data () {
return {
form:{
......@@ -342,6 +357,6 @@
}
}
</script>
<style rel="stylesheet/less" lang="less">
<style rel="stylesheet/less" lang="less" scoped>
@import 'index.less';
</style>
\ No newline at end of file
......
.zrz {
.h {
min-height: 200px;
width: 100%;
width: 80%;
margin-top: 10px;
float: left;
.el-input__inner{
/deep/.el-input__inner{
width: 100%;
border: 0;
}
textarea{
/deep/textarea{
width: 100%;
border: 0;
}
......@@ -38,3 +38,7 @@
table{
font-size: 14px;
}
.hTable{
margin-top: 10px;
}
\ No newline at end of file
......
<template>
<div class="zrz content-form">
<div class="h content-form">
<el-form ref="form" :model="form" label-width="160px">
<table border="1" width="80%" cellspacing="1" cellpadding="2">
<Qlr ref="qlrxxModule"></Qlr>
<table border="1" width="100%" cellspacing="1" cellpadding="2" class="hTable">
<tbody>
<tr>
<td colspan="1"></td>
......@@ -294,6 +295,18 @@
</td>
</tr>
<tr>
<td colspan="12" rowspan="4" align="center">
<Qlxz ref="qlxzModule"></Qlxz>
</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr height="30">
<td colspan="2" align="center" >
<span>坐落</span>
......@@ -375,8 +388,14 @@
</template>
<script>
import Qlr from "../../../components/formMenu/qlr";
import Qlxz from "../../../components/formMenu/qlxz";
export default {
name:'zrz',
components:{
Qlr,
Qlxz,
},
data () {
return {
form:{
......@@ -513,6 +532,6 @@
}
}
</script>
<style rel="stylesheet/less" lang="less">
<style rel="stylesheet/less" lang="less" scoped>
@import 'index.less';
</style>
\ No newline at end of file
......
.zrz {
min-height: 200px;
width: 100%;
width: 80%;
margin-top: 10px;
float: left;
.el-input__inner{
/deep/.el-input__inner{
width: 100%;
border: 0;
}
textarea{
/deep/textarea{
width: 100%;
border: 0;
}
......@@ -37,4 +37,8 @@
table{
font-size: 14px;
}
.zrzTable{
margin-top: 10px;
}
}
\ No newline at end of file
......
<template>
<div class="zrz content-form">
<el-form ref="form" :model="form" label-width="160px">
<table border="1" width="80%" cellspacing="1" cellpadding="2">
<Qlr ref="qlrxxModule"></Qlr>
<table border="1" width="100%" cellspacing="1" cellpadding="2" class="zrzTable">
<tbody>
<tr>
<td colspan="1"></td>
......@@ -210,6 +211,15 @@
</td>
</tr>
<tr>
<td colspan="12" rowspan="4" align="center">
<Qlxz ref="qlxzModule"></Qlxz>
</td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr height="30">
<td colspan="2" align="center" >
<span>坐落</span>
......@@ -269,8 +279,14 @@
</template>
<script>
import Qlr from "../../../components/formMenu/qlr";
import Qlxz from "../../../components/formMenu/qlxz";
export default {
name:'zrz',
components:{
Qlr,
Qlxz,
},
data () {
return {
form:{
......@@ -393,6 +409,6 @@
}
}
</script>
<style rel="stylesheet/less" lang="less">
<style rel="stylesheet/less" lang="less" scoped>
@import 'index.less';
</style>
\ No newline at end of file
......