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
c97e8643
authored
2021-01-12 09:41:35 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
目录树样式调整
1 parent
8afb66b2
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
43 deletions
src/assets/images/arrow-down-bold.svg
src/assets/images/arrow-up-bold.svg
src/assets/less/main.less
src/components/lineTree/lineItem.vue
src/components/lineTree/lineTree.vue
src/views/Home.vue
src/assets/images/arrow-down-bold.svg
0 → 100644
View file @
c97e864
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
class=
"icon"
width=
"200px"
height=
"200.00px"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
><path
fill=
"#666666"
d=
"M904.533333 311.466667c-17.066667-17.066667-42.666667-17.066667-59.733333 0L512 644.266667 179.2 311.466667c-17.066667-17.066667-42.666667-17.066667-59.733333 0-17.066667 17.066667-17.066667 42.666667 0 59.733333l362.666666 362.666667c8.533333 8.533333 19.2 12.8 29.866667 12.8s21.333333-4.266667 29.866667-12.8l362.666666-362.666667c17.066667-17.066667 17.066667-42.666667 0-59.733333z"
/></svg>
\ No newline at end of file
src/assets/images/arrow-up-bold.svg
0 → 100644
View file @
c97e864
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
class=
"icon"
width=
"200px"
height=
"200.00px"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
><path
fill=
"#666666"
d=
"M904.533333 674.133333l-362.666666-362.666666c-17.066667-17.066667-42.666667-17.066667-59.733334 0l-362.666666 362.666666c-17.066667 17.066667-17.066667 42.666667 0 59.733334 17.066667 17.066667 42.666667 17.066667 59.733333 0L512 401.066667l332.8 332.8c8.533333 8.533333 19.2 12.8 29.866667 12.8s21.333333-4.266667 29.866666-12.8c17.066667-17.066667 17.066667-42.666667 0-59.733334z"
/></svg>
\ No newline at end of file
src/assets/less/main.less
View file @
c97e864
...
...
@@ -103,7 +103,7 @@ ol, ul { list-style:none; }
>.is-top{
position: -webkit-fixed;
position: fixed;
top:
72
px;
top:
66
px;
z-index: 999;
width: 100%;
margin-bottom: 0;
...
...
src/components/lineTree/lineItem.vue
View file @
c97e864
...
...
@@ -21,29 +21,6 @@
}"
>
<div
v-if=
"item.children"
class=
"reTree_icon"
:style=
"
{
height: (size || 16 * 1.2) + 'px',
width: (size || 16 * 1.2) + 'px',
}"
:class="{
reTree_default_icon: item.children.length === 0,
reTree_collapse_icon: !islpb
&&
item.expand
&&
item.children.length > 0,
reTree_expand_icon: !islpb
&&
!item.expand
&&
item.children.length > 0,
lpbTree_collapse_icon: islpb
&&
item.expand
&&
item.children.length > 0,
lpbTree_expand_icon: islpb
&&
!item.expand
&&
item.children.length > 0,
}"
>
</div>
<div
v-if=
"item.children==null"
class=
"reTree_icon reTree_expand_icon"
:style=
"
{
height: (size || 16 * 1.2) + 'px',
width: (size || 16 * 1.2) + 'px',
}"
>
</div>
<div
class=
"layer_text nowrap"
@
contextmenu
.
prevent=
"openMenu($event, item,list)"
:class=
"
{
...
...
@@ -54,8 +31,8 @@
:data-zdbsm="item.zdbsm"
:title=item.mc
>
<span
class=
"qsztImg"
v-if=
"item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"
style=
"background: #9e9b9b"
>
<span
class=
"qsztFont"
>
变
</span>
<span
class=
"qsztImg"
v-if=
"item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)"
>
<span
class=
"qsztFont"
style=
"background: #9e9b9b"
>
变
</span>
</span>
<template
v-else
>
<span
class=
"qsztImg"
v-if=
"item.qszt=='0'"
>
...
...
@@ -80,9 +57,32 @@
</span>
{{ item.mc }}
<span
class=
"project-name"
>
{{ item.mc }}
</span>
</div>
<div
v-if=
"item.children"
class=
"reTree_icon"
:style=
"{
height: (size || 16 * 1.2) + 'px',
width: (size || 16 * 1.2) + 'px',
}"
:class=
"{
reTree_default_icon: item.children.length === 0,
reTree_collapse_icon: !islpb && item.expand && item.children.length > 0,
reTree_expand_icon: !islpb && !item.expand && item.children.length > 0,
lpbTree_collapse_icon: islpb && item.expand && item.children.length > 0,
lpbTree_expand_icon: islpb && !item.expand && item.children.length > 0,
}"
></div>
<div
v-if=
"item.children==null"
class=
"reTree_icon reTree_expand_icon"
:style=
"{
height: (size || 16 * 1.2) + 'px',
width: (size || 16 * 1.2) + 'px',
}"
></div>
</div>
<line-item
:list=
"item.children"
...
...
@@ -331,6 +331,7 @@ export default {
cursor
:
pointer
;
.layer_text
{
flex
:
1
;
line-height
:
16px
;
}
}
.first_vertical_line
{
...
...
@@ -348,15 +349,15 @@ export default {
}
.second_layer
{
position
:
relative
;
width
:
100%
;
width
:
calc
(
100%
-
20px
)
;
cursor
:
pointer
;
padding-left
:
2
5
px
;
padding-left
:
2
0
px
;
}
.third_layer
{
position
:
relative
;
//
padding-bottom
:
15px
;
width
:
100%
;
padding-left
:
2
5
px
;
width
:
calc
(
100%
-
20px
)
;
cursor
:
pointer
;
padding-left
:
2
0
px
;
}
.white_layer
{
color
:
black
!important
;
...
...
@@ -441,13 +442,13 @@ export default {
.reTree_collapse_icon
{
//
opacity
:
.5
;
background
:
url("../../assets/images/
reTree_collapse_
.svg")
no-repeat
center
background
:
url("../../assets/images/
arrow-up-bold
.svg")
no-repeat
center
center
;
background-size
:
contain
;
}
.reTree_expand_icon
{
//
opacity
:
.5
;
background
:
url("../../assets/images/
reTree_expand_
.svg")
no-repeat
center
background
:
url("../../assets/images/
arrow-down-bold
.svg")
no-repeat
center
center
;
background-size
:
contain
;
}
...
...
@@ -474,9 +475,11 @@ export default {
}
.qsztImg
{
width
:
16px
;
border-radius
:
50%
;
height
:
20px
;
width
:
20px
;
display
:
inline-block
;
}
.project-name
{
position
:
relative
;
top
:
1px
;
border-radius
:
50%
;
height
:
20px
;
width
:
20px
;
display
:
inline-block
;
}
.curPage
{
color
:
orange
;
...
...
src/components/lineTree/lineTree.vue
View file @
c97e864
<
template
>
<div
class=
"content column-start-center reTree_box"
:style=
"
{ fontSize: (size || 16) + 'px', lineHeight: (size || 16) + 'px', width: (islpb ? '200':'
374
') + 'px' }"
:style=
"
{ fontSize: (size || 16) + 'px', lineHeight: (size || 16) + 'px', width: (islpb ? '200':'
270
') + 'px' }"
>
<div
class=
"column-start-center basic_layer"
...
...
@@ -16,7 +16,8 @@
}"
@click="itemClick(item)"
>
<div
<div
class=
"layer_text nowrap"
@
contextmenu
.
prevent=
"openMenu($event, item)"
>
{{
item
.
mc
}}
</div><div
class=
"reTree_icon"
:style=
"
{
height: (size || 16 * 1.2) + 'px',
...
...
@@ -30,7 +31,6 @@
lpbTree_expand_icon: islpb
&&
!item.expand
&&
item.children.length > 0,
}"
>
</div>
<div
class=
"layer_text nowrap"
@
contextmenu
.
prevent=
"openMenu($event, item)"
>
{{
item
.
mc
}}
</div>
</div>
<lineItem
...
...
@@ -793,7 +793,7 @@ export default {
background
:
#c3c5c8
;
}
.reTree_collapse_icon
{
background
:
url("../../assets/images/
reTree_collapse_
.svg")
no-repeat
center
background
:
url("../../assets/images/
arrow-up-bold
.svg")
no-repeat
center
center
;
background-size
:
contain
;
}
...
...
@@ -805,7 +805,7 @@ export default {
}
.reTree_expand_icon
{
background
:
url("../../assets/images/
reTree_expand_
.svg")
no-repeat
center
background
:
url("../../assets/images/
arrow-down-bold
.svg")
no-repeat
center
center
;
background-size
:
contain
;
}
...
...
@@ -828,8 +828,8 @@ export default {
center
;
background-size
:
contain
;
}
/
deep
/
.importDialog
{
/
deep
/
.importDialog
{
margin-top
:
120px
!important
;
margin-left
:
291px
;
}
}
</
style
>
...
...
src/views/Home.vue
View file @
c97e864
...
...
@@ -66,7 +66,7 @@
</el-main>
</el-container>
</el-container>
<
div
class=
"treeModule-show"
:class=
"
{ 'w0': isActive }">
</div
>
<
!--
<div
class=
"treeModule-show"
:class=
"
{ 'w0': isActive }">
</div>
--
>
</div>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment