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
e4aa0a66
authored
2021-01-13 15:39:39 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
相同类名修改
1 parent
772628a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
e4aa0a6
...
...
@@ -11,7 +11,7 @@
third_layer: !item.children,
second_layer: item.children,
curNode:$route.query.bsm
&&
$route.query.bsm==item.bsm,
zxx:item.qszt,
zxx
Node
:item.qszt,
iszd:item.qszt
&&
item.type == 'zd',
isdz:item.qszt
&&
item.type == 'dz',
iszrz:item.qszt
&&
item.type == 'zrz',
...
...
@@ -363,7 +363,7 @@ export default {
width
:
100%
;
}
}
.zxx
{
.zxx
Node
{
width
:
279px
!important
;
position
:
relative
;
left
:
-80px
;
...
...
@@ -371,7 +371,7 @@ export default {
}
.iszd
{
.tree_item_box{
.zxx{
.zxx
Node
{
padding-left
:
0
;
left
:
0
;
}
...
...
Please
register
or
sign in
to post a comment