Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1e01989c
authored
2020-10-14 16:18:22 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢,多幢,户表单样式添加权力性质相关内容
1 parent
3f7dfa98
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
96 additions
and
34 deletions
src/components/formMenu/qlxz.vue
src/views/basic/dz/index.less
src/views/basic/dz/index.vue
src/views/basic/h/index.less
src/views/basic/h/index.vue
src/views/basic/zrz/index.less
src/views/basic/zrz/index.vue
src/components/formMenu/qlxz.vue
View file @
1e01989
...
...
@@ -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"
...
...
src/views/basic/dz/index.less
View file @
1e01989
.
zr
z {
.
d
z {
min-height: 200px;
width:
10
0%;
width:
8
0%;
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
...
...
src/views/basic/dz/index.vue
View file @
1e01989
<
template
>
<div
class=
"
zr
z content-form"
>
<div
class=
"
d
z 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
...
...
src/views/basic/h/index.less
View file @
1e01989
.
zrz
{
.
h
{
min-height: 200px;
width:
10
0%;
width:
8
0%;
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;
}
.hTable{
margin-top: 10px;
}
\ No newline at end of file
...
...
src/views/basic/h/index.vue
View file @
1e01989
<
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
...
...
src/views/basic/zrz/index.less
View file @
1e01989
.zrz {
min-height: 200px;
width:
10
0%;
width:
8
0%;
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
...
...
src/views/basic/zrz/index.vue
View file @
1e01989
<
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>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
</tr>
<tr>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
<td
colspan=
"1"
></td>
</tr>
<tr
height=
"30"
>
<td
colspan=
"12"
align=
"center"
><font
size=
"4"
>
自然幢基本信息
</font></td>
</tr>
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment