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
f83d8123
authored
2021-01-21 09:47:16 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
树结构组件样式调整
1 parent
a9d3500b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineTree.vue
src/components/lineTree/lineItem.vue
View file @
f83d812
...
...
@@ -36,7 +36,7 @@
:data-zdbsm="item.zdbsm"
:title=item.mc
>
<i
v-show=
"!item.qszt"
class=
"iconfont iconguoyou"
style=
"margin-right:6px"
></i>
<i
v-show=
"!item.qszt
&& !item.type
"
class=
"iconfont iconguoyou"
style=
"margin-right:6px"
></i>
<span
class=
"qsztImg"
v-if=
"item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"
>
<!--
<span
class=
"qsztFont"
style=
"color: #9e9b9b"
>
变
</span>
-->
<i
:class=
"$route.query.bsm && $route.query.bsm==item.bsm ? 'iconfont iconbianing':'iconfont iconbian'"
></i>
...
...
@@ -488,13 +488,13 @@ export default {
.lpbTree_collapse_icon
{
//
opacity
:
.5
;
background
:
url("../../assets/images/
lpbTree_expand_
.svg")
no-repeat
center
background
:
url("../../assets/images/
arrow-down-bold
.svg")
no-repeat
center
center
;
background-size
:
contain
;
}
.lpbTree_expand_icon
{
//
opacity
:
.5
;
background
:
url("../../assets/images/
lpbTree_collapse_
.svg")
no-repeat
center
background
:
url("../../assets/images/
arrow-left-bold
.svg")
no-repeat
center
center
;
background-size
:
contain
;
}
...
...
src/components/lineTree/lineTree.vue
View file @
f83d812
...
...
@@ -757,7 +757,7 @@ export default {
.reTree_icon
{
width
:
17px
;
height
:
17px
;
margin-right
:
1
0
px
;
margin-right
:
1
6
px
;
}
.basic_layer
{
...
...
Please
register
or
sign in
to post a comment