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
898dbff4
authored
2021-01-18 15:42:16 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
c859d372
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
65 additions
and
235 deletions
src/assets/less/main.less
src/views/Home.vue
src/views/dbx/dbxinfo/index.vue
src/views/dbx/index.vue
src/views/dz/index.vue
src/views/manage/index.vue
src/views/panel/add/index.vue
src/views/panel/change/index.vue
src/views/panel/create/index.vue
src/views/panel/modify/index.vue
src/views/panel/search/index.vue
src/views/zd/index.vue
src/views/zrz/index.vue
src/assets/less/main.less
View file @
898dbff
...
...
@@ -101,6 +101,7 @@ ol, ul { list-style:none; }
/deep/ .el-tabs--border-card{
border: 0;
}
//二级菜单样式
.tabs{
>.el-tabs__content{
...
...
@@ -115,28 +116,24 @@ ol, ul { list-style:none; }
width: 100%;
margin-bottom: 0;
border-top: 1px solid #F4F9FF;
// >.is-top>.el-tabs__nav-scroll{
// height: 50px;
// background-color: #ffffff;
// box-sizing: border-box;
// padding-left: 20px;
// .el-tabs__active-bar{
// display: none;
// }
// >.el-tabs__nav{
// >.el-tabs__item{
// border: 1px solid #DEDEDE;
// height: 30px;
// line-height: 28px;
// padding: 0 20px;
// margin: 9px 10px 9px 0;
// }
// .is-active{
// color: #006CFF;
// background-color: #ffffff;
// }
// }
// }
}
}
.el-tabs{
height: calc(100% - 50px);
/deep/.el-tabs__content{
height: 100%;
position: unset;
/deep/.el-tab-pane{
height: 100%;
}
background-color: #F4F9FF;
padding: 0;
}
/deep/ .el-tabs__item {
height: 48px;
}
/deep/ .el-tabs__header{
background-color: #ffffff;
}
}
.el-tabs__item{
...
...
src/views/Home.vue
View file @
898dbff
...
...
@@ -55,6 +55,10 @@
<i
class=
"iconfont icondiqiu"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
</div>
<div
class=
"user-info"
>
<span>
admin
</span>
<img
src=
"https://himg.bdimg.com/sys/portraitn/item/a1b5badad3b61739"
alt=
""
>
</div>
</div>
<!--
<div
class=
"header-bottom"
>
<Navigation
ref=
"navigation"
></Navigation>
...
...
@@ -528,10 +532,38 @@ export default {
right
:
18px
;
top
:
20px
;
.tuOrShu{
float
:
left
;
.iconfont{
cursor
:
pointer
;
color
:
#ffffff
;
font-size
:
30px
font-size
:
26px
;
position
:
relative
;
top
:
2px
;
}
}
.user-info
{
float
:
left
;
margin-left
:
20px
;
cursor
:
pointer
;
span{
line-height
:
30px
;
vertical-align
:
middle
;
color
:
#fff
;
font-size
:
14px
;
}
img
{
//
padding
:
2px
;
width
:
24px
;
height
:
24px
;
margin-left
:
6px
;
border-radius
:
50%
;
border
:
1px
solid
#fff
;
vertical-align
:
middle
;
}
}
.user-info
:hover
{
span{
color
:
#006CFF
;
}
}
}
...
...
src/views/dbx/dbxinfo/index.vue
View file @
898dbff
...
...
@@ -189,33 +189,15 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
margin
:
0
;
}
.main
{
.main
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
padding
:
0
18px
0
0
;
display
:
flex
;
flex-direction
:
column
;
//
background-color
:
#F4F9FF
;
background-color
:
#F4F9FF
;
//
background-color
:
#F4F9FF
;
background-color
:
#F4F9FF
;
.tips{
color
:
#9B9B9B
;
margin-left
:
2px
;
...
...
@@ -247,6 +229,5 @@
margin
:
20px
auto
0
;
width
:
230px
;
}
}
}
}
</
style
>
...
...
src/views/dbx/index.vue
View file @
898dbff
...
...
@@ -72,33 +72,13 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
margin
:
0
;
border-top
:
1px
solid
#E4E7ED
;
}
.main
{
.main
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
padding
:
0
18px
0
0
;
display
:
flex
;
flex-direction
:
column
;
//
background-color
:
#F4F9FF
;
background-color
:
#F4F9FF
;
.tips{
color
:
#9B9B9B
;
...
...
@@ -131,6 +111,5 @@
margin
:
20px
auto
0
;
width
:
230px
;
}
}
}
}
</
style
>
...
...
src/views/dz/index.vue
View file @
898dbff
...
...
@@ -63,22 +63,4 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
//
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
}
</
style
>
...
...
src/views/manage/index.vue
View file @
898dbff
...
...
@@ -30,19 +30,4 @@
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
}
</
style
>
\ No newline at end of file
...
...
src/views/panel/add/index.vue
View file @
898dbff
...
...
@@ -162,25 +162,7 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
.main
{
.main
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
...
...
@@ -211,6 +193,5 @@
padding
:
18px
0
;
}
}
}
}
</
style
>
...
...
src/views/panel/change/index.vue
View file @
898dbff
...
...
@@ -69,23 +69,4 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
position
:
unset
;
/deep/.el-tab-pane{
height
:
calc
(
100%
-
40px
);
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
}
</
style
>
...
...
src/views/panel/create/index.vue
View file @
898dbff
...
...
@@ -493,11 +493,14 @@ export default {
</
script
>
<
style
lang=
"less"
>
.eltabs
{
height
:
366px
;
height
:
366px
!important
;
width
:
100%
;
position
:
relative
;
margin-left
:
20px
;
margin-top
:
20px
;
/deep/.el-tabs__content{
position
:
relative
!important
;
}
.eltabspane
{
height
:
100%
;
width
:
100%
;
...
...
src/views/panel/modify/index.vue
View file @
898dbff
...
...
@@ -243,24 +243,7 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
.main
{
.main
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
...
...
@@ -291,6 +274,5 @@
padding
:
18px
0
;
}
}
}
}
</
style
>
...
...
src/views/panel/search/index.vue
View file @
898dbff
...
...
@@ -193,24 +193,7 @@
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
.main
{
.main
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
...
...
@@ -250,6 +233,5 @@
margin
:
20px
auto
0
;
width
:
230px
;
}
}
}
</
style
>
...
...
src/views/zd/index.vue
View file @
898dbff
...
...
@@ -103,23 +103,4 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
//
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
padding
:
0
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
/
deep
/
.el-tabs__header
{
background-color
:
#ffffff
;
}
}
</
style
>
...
...
src/views/zrz/index.vue
View file @
898dbff
...
...
@@ -72,41 +72,5 @@ export default {
<
style
scoped
lang=
"less"
>
.content_box
{
padding
:
0
0
6px
;
//
padding
:
0
20px
;
//
.el-tabs{
//
width
:
100%
;
//
height
:
100%
;
//
display
:
flex
;
//
flex-direction
:
column
;
//
}
//
/
deep
/
.el-tabs__content
{
//
width
:
100%
;
//
height
:
100%
;
//
flex
:
1
;
//
position
:
unset
;
//
}
//
.el-tab-pane
{
//
width
:
100%
;
//
height
:
100%
;
//
}
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/
.el-tabs__content{
//
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
//
background
:
#F4F9FF
;
background-color
:
#F4F9FF
;
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