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
033bf6fe
authored
2020-12-02 16:53:05 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
左侧树结构收缩样式修改
1 parent
d8068b07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
src/views/Home.vue
src/views/Home.vue
View file @
033bf6f
...
...
@@ -49,7 +49,7 @@
</el-main>
</el-container>
</el-container>
<div
class=
"treeModule-show
"
:class=
"
{ 'dn': !
isActive }">
</div>
<div
class=
"treeModule-show
"
:class=
"
{ 'w0':
isActive }">
</div>
</div>
</
template
>
<
script
>
...
...
@@ -521,7 +521,7 @@ export default {
}
.treeModule-show
{
width
:
64
px
;
width
:
290
px
;
height
:
calc
(
100%
-
120px
);
position
:
absolute
;
top
:
120px
;
...
...
@@ -530,6 +530,12 @@ export default {
pointer-events
:
none
;
-webkit-box-shadow
:
inset
-14px
0px
16px
red
;
box-shadow
:
inset
-23px
0px
16px
#1d50dd
;
transition
:
0.3s
;
display
:
none
;
}
.w0
{
display
:
block
;
width
:
64px
;
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment