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
aee7f853
authored
2021-01-15 17:25:28 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录树icon修改
1 parent
eb03ec43
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineTree.vue
src/components/lineTree/lineItem.vue
View file @
aee7f85
...
...
@@ -36,7 +36,7 @@
:data-zdbsm="item.zdbsm"
:title=item.mc
>
<i
v-show=
"!item.qszt"
class=
"iconfont icon
dijiq
u"
style=
"margin-right:6px"
></i>
<i
v-show=
"!item.qszt"
class=
"iconfont icon
guoyo
u"
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>
...
...
src/components/lineTree/lineTree.vue
View file @
aee7f85
...
...
@@ -17,7 +17,7 @@
@click="itemClick(item)"
>
<div
class=
"layer_text nowrap"
@
contextmenu
.
prevent=
"openMenu($event, item)"
><i
class=
"iconfont icon
dijiq
u"
></i>
{{
item
.
mc
}}
</div><div
<div
class=
"layer_text nowrap"
@
contextmenu
.
prevent=
"openMenu($event, item)"
><i
class=
"iconfont icon
guoyo
u"
></i>
{{
item
.
mc
}}
</div><div
class=
"reTree_icon"
:style=
"
{
height: (size || 16 * 1.2) + 'px',
...
...
Please
register
or
sign in
to post a comment