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
2c0aea17
authored
2021-01-11 17:01:22 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
二三级菜单样式调整
1 parent
96b3bb7e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/fwsxbg/index.vue
src/views/panel/change/hb/index.vue
src/views/panel/change/fg/index.vue
View file @
2c0aea1
...
...
@@ -891,7 +891,7 @@
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
position
:
fixed
;
top
:
1
20
px
;
top
:
1
14
px
;
z-index
:
999
;
width
:
100%
;
margin-bottom
:
0
;
...
...
src/views/panel/change/fwsxbg/index.vue
View file @
2c0aea1
...
...
@@ -80,7 +80,7 @@ export default {
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
position
:
fixed
;
top
:
1
20
px
;
top
:
1
14
px
;
z-index
:
999
;
width
:
100%
;
margin-bottom
:
0
;
...
...
src/views/panel/change/hb/index.vue
View file @
2c0aea1
...
...
@@ -2,7 +2,7 @@
<div
class=
"hb"
ref=
"hbBox"
>
<el-tabs
v-model=
"tabName"
class=
"menu"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"宗地合并"
name=
"zd"
>
<div
class=
"hb-tabs top
2
0"
style=
"margin-top:14px"
>
<div
class=
"hb-tabs top
4
0"
style=
"margin-top:14px"
>
<span
class=
"tips"
>
合并前宗地信息(已选择宗地
{{
zdhbqData
.
length
}}
个)
</span>
<div
class=
"hbq"
>
...
...
@@ -573,6 +573,9 @@
height
:
100%
;
.menu
{
height
:
100%
;
.top40{
top
:
40px
;
}
/
deep
/
.el-tabs__content
{
position
:
unset
;
margin-top
:
40px
;
...
...
@@ -581,7 +584,7 @@
/
deep
/
.el-tabs__header
{
position
:
-webkit-fixed
;
position
:
fixed
;
top
:
1
20
px
;
top
:
1
14
px
;
z-index
:
999
;
width
:
100%
;
margin-bottom
:
0
;
...
...
Please
register
or
sign in
to post a comment