Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
3f48494d
Commit
3f48494d
authored
Apr 22, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
b755b99c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
18 deletions
+14
-18
App.vue
src/App.vue
+1
-1
MainLayout.vue
src/layouts/MainLayout.vue
+13
-17
No files found.
src/App.vue
View file @
3f48494d
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
<
style
>
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
gk7d14j7mzd
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
zyhpf6yzaab
.css')
;
html
,
html
,
body
,
body
,
...
...
src/layouts/MainLayout.vue
View file @
3f48494d
...
@@ -38,8 +38,10 @@
...
@@ -38,8 +38,10 @@
v-if="secondNavs
&&
secondNavs.length>0">
v-if="secondNavs
&&
secondNavs.length>0">
<div
class=
"full-width left-menu-box q-pt-md"
>
<div
class=
"full-width left-menu-box q-pt-md"
>
<div
class=
"is-show-menu-2"
@
click=
"changeLeft"
>
<div
class=
"is-show-menu-2"
@
click=
"changeLeft"
>
<a
v-if=
"!IsShowLeft"
title=
"收起"
><<</a>
<!--
<a
v-if=
"!IsShowLeft"
title=
"收起"
><<</a>
-->
<a
v-else
class=
"is_Show_menu_3"
title=
"展开"
>
>>
</a>
<i
v-if=
"!IsShowLeft"
class=
"iconfont icon-shouqi"
title=
"收起"
></i>
<i
v-else
class=
"iconfont icon-zhankai is_Show_menu_3"
title=
"展开"
></i>
<!--
<a
v-else
class=
"is_Show_menu_3"
title=
"展开"
>
>>
</a>
-->
</div>
</div>
<q-list
style=
"width:180px;overflow:hidden"
>
<q-list
style=
"width:180px;overflow:hidden"
>
<template
v-for=
"(x,i) in secondNavs"
>
<template
v-for=
"(x,i) in secondNavs"
>
...
@@ -206,25 +208,19 @@
...
@@ -206,25 +208,19 @@
.is-show-menu-2
{
.is-show-menu-2
{
position
:
absolute
;
position
:
absolute
;
background
:
#f3f3f3
;
color
:
#a1a4a9
;
color
:
#a1a4a9
;
border-radius
:
10px
0
0
10px
;
padding
:
2px
8px
;
cursor
:
pointer
;
cursor
:
pointer
;
/* width:30px; */
right
:
75px
;
right
:
-1px
;
bottom
:
7px
;
top
:
0px
;
z-index
:
999
;
z-index
:
999
;
}
}
.is-show-menu-2
i
{
font-size
:
30px
;
}
.is_Show_menu_3
{
.is_Show_menu_3
{
position
:
absolute
;
position
:
absolute
;
/* width: 30px; */
left
:
75px
;
background
:
#fff
;
bottom
:
7px
;
color
:
#a1a4a9
;
border-radius
:
0
10px
10px
0
;
padding
:
2px
8px
;
right
:
-30px
;
top
:
0
;
cursor
:
pointer
;
cursor
:
pointer
;
z-index
:
10
;
z-index
:
10
;
}
}
...
@@ -271,8 +267,8 @@
...
@@ -271,8 +267,8 @@
.left-menu-box
{
.left-menu-box
{
overflow-x
:
hidden
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
overflow-y
:
auto
;
max-height
:
100%
;
max-height
:
calc
(
100%
-
50px
)
;
height
:
100%
;
height
:
calc
(
100%
-
50px
)
;
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
background-color
:
rgba
(
255
,
255
,
255
,
0.3
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment