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
7f306764
authored
2020-12-30 09:22:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢表单调整
1 parent
328f9bd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
src/views/zrz/djb/index.vue
src/views/zrz/index.vue
src/views/zrz/djb/index.vue
View file @
7f30676
<
template
>
<div
class=
""
>
登记簿
</div>
<div
class=
"
main
"
>
登记簿
</div>
</
template
>
<
script
>
...
...
src/views/zrz/index.vue
View file @
7f30676
<
template
>
<div
ref=
"lpb"
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
type=
"card"
>
<el-tab-pane
label=
"自然幢信息"
name=
"zrzxx"
><zrzxx></zrzxx></el-tab-pane>
<el-tab-pane
label=
"业主共有"
name=
"yzgy"
><yzgy
v-if=
"yzgyLoad"
></yzgy></el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
><djb></djb></el-tab-pane>
...
...
@@ -51,7 +51,7 @@ export default {
</
script
>
<
style
scoped
lang=
"less"
>
.content_box
{
padding
:
0
0
1
6px
;
padding
:
0
0
6px
;
//
padding
:
0
20px
;
//
.el-tabs{
//
width
:
100%
;
...
...
@@ -69,5 +69,23 @@ export default {
//
width
:
100%
;
//
height
:
100%
;
//
}
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/
.el-tabs__content{
//
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment