Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
3da0fd27
Commit
3da0fd27
authored
Sep 06, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
17f71f36
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
index.css
index.css
+6
-6
index.js
index.js
+1
-1
No files found.
index.css
View file @
3da0fd27
...
...
@@ -4675,9 +4675,9 @@ body {
color: rgba(0, 0, 0, 0.65);
background: #fff;
line-height: 46px;
-webkit-transition
:
background
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
width
0.15s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
)
;
-o-transition
:
background
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
width
0.15s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
)
;
transition
:
background
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
),
width
0.15s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
)
;
-webkit-transition: background
.3s, width .2s
;
-o-transition: background
.3s, width .2s
;
transition: background
.3s, width .2s
;
}
.ant-menu-hidden {
display: none;
...
...
@@ -5357,9 +5357,9 @@ body {
flex: auto;
}
.ant-layout-sider {
-webkit-transition
:
all
0.15s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
)
;
-o-transition
:
all
0.15s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
)
;
transition
:
all
0.15s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
)
;
-webkit-transition: all
.2s
;
-o-transition: all
.2s
;
transition: all
.2s
;
position: relative;
background: #00182E;
/* fix firefox can't set width smaller than content on flex item */
...
...
index.js
View file @
3da0fd27
This diff is collapsed.
Click to expand it.
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