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
5d0553a6
authored
2021-01-13 16:16:48 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
da0931d1
e4aa0a66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/components/lineTree/lineItem.vue
src/views/Home.vue
src/components/lineTree/lineItem.vue
View file @
5d0553a
...
...
@@ -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
;
}
...
...
src/views/Home.vue
View file @
5d0553a
...
...
@@ -543,7 +543,7 @@ export default {
height
:
66px
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
box-sizing
:
border-box
;
padding
:
10px
;
padding
:
10px
20px
;
transition
:
width
0.3s
;
background-color
:
#287CC5
;
.logo-img
{
...
...
@@ -554,7 +554,7 @@ export default {
padding-left
:
10px
;
color
:
#ffffff
;
line-height
:
44px
;
font-size
:
2
3
px
;
font-size
:
2
0
px
;
}
}
.search-box
{
...
...
Please
register
or
sign in
to post a comment