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
99e5f708
authored
2020-12-30 17:00:44 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
地图部分样式修改
1 parent
fbd7b8a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
10 deletions
src/views/Home.vue
src/views/systemTX/mapWeight/mapTools.vue
src/views/systemTX/mapWeight/sideTools.vue
src/views/Home.vue
View file @
99e5f70
...
...
@@ -34,7 +34,7 @@
</div>
<div
class=
"top-items tuOrShu"
>
<i
class=
"iconfont icon
iconset0403
"
style=
"color:#006CFF;font-size:30px"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont icon
diqiu
"
style=
"color:#006CFF;font-size:30px"
title=
"图形管理"
v-if=
"!isMap"
@
click=
"goMap"
></i>
<i
class=
"iconfont iconxinxi"
style=
"color:#006CFF;font-size:30px"
title=
"属性管理"
v-else
@
click=
"goBack"
></i>
</div>
</div>
...
...
src/views/systemTX/mapWeight/mapTools.vue
View file @
99e5f70
...
...
@@ -491,6 +491,16 @@ export default {
float
:
left
;
height
:
24px
;
line-height
:
24px
;
i{
font-size
:
16px
;
color
:
#8C8E91
;
position
:
relative
;
top
:
2px
;
}
span
{
font-size
:
12px
;
color
:
#6D7278
;
}
}
li
:last-child
{
border
:
0
;
...
...
@@ -498,14 +508,6 @@ export default {
li
:hover
{
cursor
:
pointer
}
i
{
font-size
:
16px
;
color
:
#8C8E91
;
}
span
{
font-size
:
12px
;
color
:
#6D7278
;
}
}
}
.bufferDialog
{
...
...
src/views/systemTX/mapWeight/sideTools.vue
View file @
99e5f70
...
...
@@ -165,12 +165,21 @@
.content
{
height
:
100%
;
overflow
:
auto
;
box-sizing
:
border-box
;
padding
:
10px
}
}
.custom-tree-node
{
display
:
inline-flex
;
display
:
contents
;
span{
margin-right
:
16px
;
}
}
.setOpacity
{
width
:
100px
;
}
/
deep
/
.el-slider__button
{
width
:
10px
;
height
:
10px
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment