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
4daec0da
authored
2020-10-13 16:46:57 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢表单样式提交
1 parent
1aa98fba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
src/views/zrz/index.less
src/views/zrz/index.vue
src/views/zrz/index.less
View file @
4daec0d
.zrz {
min-height: 200px;
width: 100%;
//
margin-top: 10px;
margin-top: 10px;
float: left;
.el-input{
.el-input
__inner
{
width: 100%;
border: 0;
}
textarea{
width: 100%;
border: 0;
}
.el-form-item{
font-weight: bold;
font-size: xx-large
}
table{
background: #fff;
}
td{
bgcolor:#F1F4FC;
//bgcolor:#F1F4FC;
bgcolor:#fff;
width:8.33%
}
...
...
src/views/zrz/index.vue
View file @
4daec0d
<
template
>
<div
class=
"zrz content-form"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<table
border=
"1"
width=
"
8
0%"
cellspacing=
"1"
cellpadding=
"2"
>
<table
border=
"1"
width=
"
9
0%"
cellspacing=
"1"
cellpadding=
"2"
>
<tbody>
<tr>
<td
colspan=
"1"
></td>
...
...
@@ -215,7 +215,7 @@
<span>
坐落
</span>
</td>
<td
colspan=
"10"
>
<el-input
v-model=
"form.
name
"
></el-input>
<el-input
v-model=
"form.
zl
"
></el-input>
</td>
</tr>
...
...
@@ -224,7 +224,7 @@
<span>
附加说明
</span>
</td>
<td
colspan=
"10"
rowspan=
"2"
>
<el-input
v-model=
"form.
name
"
type=
"textarea"
></el-input>
<el-input
v-model=
"form.
bz
"
type=
"textarea"
></el-input>
</td>
</tr>
<tr
height=
"30"
>
...
...
Please
register
or
sign in
to post a comment