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
a6cc1355
authored
2020-12-22 14:32:20 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录树调整
1 parent
8b118b50
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineTree.vue
src/views/zrz/lpb/bjlp/index.vue
src/components/lineTree/lineItem.vue
View file @
a6cc135
...
...
@@ -365,7 +365,7 @@ export default {
content
:
""
;
position
:
absolute
;
height
:
23px
;
top
:
-1
6
px
;
top
:
-1
4
px
;
width
:
1px
;
left
:
7px
;
opacity
:
.5
;
...
...
src/components/lineTree/lineTree.vue
View file @
a6cc135
...
...
@@ -742,7 +742,7 @@ export default {
content
:
""
;
position
:
absolute
;
height
:
23px
;
top
:
-1
6
px
;
top
:
-1
4
px
;
width
:
1px
;
left
:
9px
;
background
:
#c3c5c8
;
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
a6cc135
...
...
@@ -854,7 +854,10 @@ export default {
.lp-overview
{
transition
:
0.5s
;
flex
:
1
;
padding-right
:
20px
;
border
:
1px
solid
rgb
(
236
,
236
,
236
);
border-top
:
0
;
border-bottom
:
0
;
margin-right
:
10px
;
box-sizing
:
border-box
;
}
.lp-legend
{
...
...
Please
register
or
sign in
to post a comment