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
0761c97e
authored
2020-12-17 19:05:22 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢合并页面样式微调
1 parent
8a2cd934
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
12 deletions
src/views/panel/change/hb/index.vue
src/views/panel/change/hb/index.vue
View file @
0761c97
...
...
@@ -162,9 +162,9 @@
</el-tab-pane>
<el-tab-pane
label=
"多幢合并"
name=
"dz"
>
<div
class=
"hb-tabs top20"
>
<
el-button
type=
"primary"
class=
"addBtn"
@
click=
"newAdd"
>
新增
</el-button
>
<
!--
<el-button
type=
"primary"
class=
"addBtn"
@
click=
"newAdd"
>
新增
</el-button>
--
>
<div
class=
"hbq"
>
<span
class=
"tips"
>
合并前多幢信息
</span>
<span
class=
"tips"
style=
"margin-left:0;"
>
合并前多幢信息
</span>
<table
border=
"1"
>
<tr>
<td
class=
"xh"
>
序号
</td>
...
...
@@ -174,7 +174,14 @@
<td
class=
"bdcqzh"
>
不动产权证号
</td>
<td
class=
"qlr"
>
权利人
</td>
<td
class=
"zl"
>
坐落
</td>
<td
class=
""
>
操作
</td>
<td
class=
""
>
<el-button
type=
"primary"
class=
"changeBtn outAdd addMinus"
@
click=
"newAdd"
>
+
</el-button>
</td>
</tr>
<tr
v-if=
"dzhbqData.length==0"
>
<td
colspan=
"8"
>
...
...
@@ -195,23 +202,30 @@
readonly=
"readonly"
/></td>
<td
class=
"zl"
><input
type=
"text"
class=
"formInput"
v-model=
"item.zl"
readonly=
"readonly"
/></td>
<td
class=
"cz"
@
click=
"deleteData(item,index)"
><span>
删除
</span></td>
<td
class=
"cz"
>
<el-button
type=
"primary"
class=
"changeBtn outMinus addMinus"
@
click=
"deleteData(item,index)"
>
-
</el-button>
</td>
</tr>
</table>
</div>
<div
class=
"hbh"
>
<span
class=
"tips"
>
合并后多幢信息
</span>
<div
class=
"hbh
dzhbh
"
>
<span
class=
"tips"
style=
"width:100%;display:block;margin-left:0;"
>
合并后多幢信息
</span>
<table
border=
"1"
>
<tr>
<th
class=
"xmmc"
>
项目名称
</th>
<th
class=
"zxx"
>
幢信息
</th>
<th>
幢信息
</th>
</tr>
<tr
v-for=
"item in dzhbhData"
:key=
"item.bsm"
>
<td
class=
"xmmc"
>
<input
type=
"text"
v-model=
"item.xmmc"
class=
"formInput"
/>
</td>
<td
class=
"zxx"
>
<
span
class=
"xz"
>
选择
</span
>
<td>
<
!--
<span
class=
"xz"
>
选择
</span>
--
>
</td>
</tr>
</table>
...
...
@@ -652,9 +666,13 @@
margin-left
:
20px
;
}
.hbq
{
margin-left
:
20px
;
margin-top
:
14px
;
margin-bottom
:
20px
;
margin
:
14px
20px
20px
20px
;
}
.dzhbh
{
box-sizing
:
border-box
!important
;
padding
:
0
18px
0
0
!important
;
margin-top
:
10px
!important
;
display
:
block
!important
;
}
.hbh
{
margin-left
:
20px
;
...
...
Please
register
or
sign in
to post a comment