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
74b26708
authored
2020-10-20 14:57:38 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
表单布局居中
1 parent
d4a61983
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
46 deletions
src/views/systemDZ/dzxx/index.vue
src/views/systemH/hxx/index.vue
src/views/systemZRZ/zrzxx/index.vue
src/views/systemDZ/dzxx/index.vue
View file @
74b2670
...
...
@@ -2,22 +2,8 @@
<div
class=
"dz content-form"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<Qlr
ref=
"qlrxxModule"
></Qlr>
<table
border=
"1"
width=
"100%"
cellspacing=
"
1"
cellpadding=
"2
"
class=
"dzTable"
>
<table
border=
"1"
width=
"100%"
cellspacing=
"
0"
cellpadding=
"0
"
class=
"dzTable"
>
<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
height=
"30"
>
<td
colspan=
"12"
align=
"center"
><font
size=
"4"
>
多幢基本信息
</font></td>
</tr>
...
...
@@ -362,6 +348,7 @@
min-height
:
200px
;
width
:
80%
;
margin-top
:
10px
;
margin-left
:
10%
;
float
:
left
;
/deep/.el-input__inner{
...
...
@@ -382,6 +369,7 @@
table
{
background
:
#fff
;
table-layout
:
fixed
;
}
td
{
...
...
src/views/systemH/hxx/index.vue
View file @
74b2670
...
...
@@ -2,22 +2,8 @@
<div
class=
"h content-form"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<Qlr
ref=
"qlrxxModule"
></Qlr>
<table
border=
"1"
width=
"100%"
cellspacing=
"
1"
cellpadding=
"2
"
class=
"hTable"
>
<table
border=
"1"
width=
"100%"
cellspacing=
"
0"
cellpadding=
"0
"
class=
"hTable"
>
<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
height=
"30"
>
<td
colspan=
"12"
align=
"center"
><font
size=
"4"
>
户基本信息
</font></td>
</tr>
...
...
@@ -537,6 +523,7 @@
min-height
:
200px
;
width
:
80%
;
margin-top
:
10px
;
margin-left
:
10%
;
float
:
left
;
/deep/.el-input__inner{
...
...
@@ -557,6 +544,7 @@
table
{
background
:
#fff
;
table-layout
:
fixed
;
}
td
{
...
...
src/views/systemZRZ/zrzxx/index.vue
View file @
74b2670
...
...
@@ -2,22 +2,8 @@
<div
class=
"zrz content-form"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<Qlr
ref=
"qlrxxModule"
></Qlr>
<table
border=
"1"
width=
"100%"
cellspacing=
"
1"
cellpadding=
"2
"
class=
"zrzTable"
>
<table
border=
"1"
width=
"100%"
cellspacing=
"
0"
cellpadding=
"0
"
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
height=
"30"
>
<td
colspan=
"12"
align=
"center"
><font
size=
"4"
>
自然幢基本信息
</font></td>
</tr>
...
...
@@ -415,6 +401,7 @@
width
:
80%
;
margin-top
:
10px
;
float
:
left
;
margin-left
:
10%
;
/deep/.el-input__inner{
width
:
100%
;
...
...
@@ -433,7 +420,8 @@
}
table
{
background
:
#fff
;
background
:
#fff
;
table-layout
:
fixed
;
}
td
{
...
...
Please
register
or
sign in
to post a comment