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
76174cfc
authored
2021-01-19 11:02:50 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢和新建弹框选项卡的修改
1 parent
89fbaefe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/views/panel/create/index.vue
src/views/zrz/index.vue
src/views/panel/create/index.vue
View file @
76174cf
...
...
@@ -501,6 +501,12 @@ export default {
/deep/.el-tabs__content{
position
:
relative
!important
;
}
.el-tabs__item
{
line-height
:
44px
!important
;
}
.is-active
{
background-color
:
#E5F4FF
!important
;
}
.eltabspane
{
height
:
100%
;
width
:
100%
;
...
...
@@ -514,6 +520,7 @@ export default {
width
:
calc
(
100%
-
40px
);
.el-form-item{
margin-bottom
:
0
!important
;
.el-form-item__content{
width
:
100%
;
}
...
...
src/views/zrz/index.vue
View file @
76174cf
<
template
>
<div
ref=
"lpb"
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
type=
"card"
>
<el-tabs
v-model=
"activeName"
class=
"tabs"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"自然幢信息"
name=
"zrzxx"
><zrzxx></zrzxx></el-tab-pane>
<el-tab-pane
label=
"业主共有"
name=
"yzgy"
><yzgy
v-if=
"yzgyLoad"
:is-disabled=
"isDisabled"
></yzgy></el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
><djb></djb></el-tab-pane>
...
...
Please
register
or
sign in
to post a comment