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
2b82f6b6
Commit
2b82f6b6
authored
Aug 27, 2018
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
handler use flex
parent
c961cca2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
src/components/SettingDarwer/index.js
src/components/SettingDarwer/index.js
+0
-1
src/components/SettingDarwer/index.less
src/components/SettingDarwer/index.less
+3
-1
src/global.less
src/global.less
+3
-0
No files found.
src/components/SettingDarwer/index.js
View file @
2b82f6b6
...
...
@@ -116,7 +116,6 @@ class SettingDarwer extends PureComponent {
const
{
collapse
,
silderTheme
,
themeColor
,
layout
,
colorWeak
}
=
setting
;
return
(
<
Drawer
firstEnter
=
{
true
}
visible
=
{
collapse
}
width
=
{
273
}
onClose
=
{
this
.
togglerContent
}
...
...
src/components/SettingDarwer/index.less
View file @
2b82f6b6
...
...
@@ -55,7 +55,9 @@
width: 48px;
height: 48px;
right: 273px;
padding: 14px 14px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
pointer-events: auto;
z-index: 0;
...
...
src/global.less
View file @
2b82f6b6
...
...
@@ -36,4 +36,7 @@ ol {
body .ant-drawer .ant-drawer-content {
opacity: 1;
}
body .anticon svg {
display: 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