Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
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
tianzhuanghu
ant-design-pro-vue
Commits
4718af92
Commit
4718af92
authored
Mar 18, 2019
by
kokoroli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: static logo
parent
abc8901c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
global.less
src/components/global.less
+7
-2
No files found.
src/components/global.less
View file @
4718af92
...
@@ -354,7 +354,8 @@ body {
...
@@ -354,7 +354,8 @@ body {
z-index: 10;
z-index: 10;
height: auto;
height: auto;
.ant-layout-sider-children {
.ant-layout-sider-children {
padding-top: 64px;
overflow-y: hidden;
overflow-y: hidden;
&:hover{
&:hover{
overflow-y: auto;
overflow-y: auto;
...
@@ -367,14 +368,18 @@ body {
...
@@ -367,14 +368,18 @@ body {
}
}
.logo {
.logo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 64px;
height: 64px;
position: relative;
line-height: 64px;
line-height: 64px;
padding-left: 24px;
padding-left: 24px;
-webkit-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
transition: all .3s;
background: #002140;
background: #002140;
overflow: hidden;
overflow: hidden;
z-index: 9;
img, svg, h1 {
img, svg, h1 {
display: inline-block;
display: inline-block;
...
...
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