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
ca5e8fae
authored
2021-01-12 15:34:41 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录树展开收缩icon判断
1 parent
a7009f64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
ca5e8fa
...
...
@@ -77,7 +77,11 @@
></div>
<div
v-if=
"item.children==null"
class=
"reTree_icon reTree_expand_icon"
class=
"reTree_icon"
:class=
"{
reTree_default_icon: item.dm != 'G' && item.dm != 'J' && item.dm != 'Z',
reTree_expand_icon: item.dm == 'G' || item.dm == 'J' || item.dm == 'Z',
}"
:style=
"{
height: (size || 16 * 1.2) + 'px',
width: (size || 16 * 1.2) + 'px',
...
...
Please
register
or
sign in
to post a comment