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
e544ba27
authored
2020-12-29 13:52:37 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式调整
1 parent
464068aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/index.vue
src/views/panel/change/fg/index.vue
View file @
e544ba2
...
...
@@ -1212,13 +1212,14 @@
}
.cz
,
.xh
{
width
:
10
0px
;
width
:
8
0px
;
}
.xzq
,
.djq
,
.djzq
{
width
:
150px
;
}
.search
{
color
:
#BBB
!important
;
}
...
...
src/views/panel/change/index.vue
View file @
e544ba2
<
template
>
<div
class=
"content_box"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
type=
"card"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
type=
"border-card"
>
<el-tab-pane
label=
"分割"
name=
"fg"
><fg
ref=
"fg"
v-if=
"fgLoad"
></fg></el-tab-pane>
<el-tab-pane
label=
"合并"
name=
"hb"
><hb
ref=
"hb"
v-if=
"hbLoad"
></hb></el-tab-pane>
<el-tab-pane
label=
"范围属性变更"
name=
"fwsxbg"
><fwsxbg
v-if=
"fwsxbgLoad"
></fwsxbg></el-tab-pane>
<el-tab-pane
label=
"重新落宗"
name=
"cxlz"
><cxlz
v-if=
"cxlzLoad"
></cxlz></el-tab-pane>
</el-tabs>
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment