Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
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
1cb8f04f
Commit
1cb8f04f
authored
6 years ago
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase drawer width to cancel line breaks
parent
8335d7c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/SettingDrawer/index.js
src/components/SettingDrawer/index.js
+1
-1
src/components/SettingDrawer/index.less
src/components/SettingDrawer/index.less
+1
-1
No files found.
src/components/SettingDrawer/index.js
View file @
1cb8f04f
...
...
@@ -115,7 +115,7 @@ class SettingDrawer extends PureComponent {
return
(
<
Drawer
visible
=
{
collapse
}
width
=
{
273
}
width
=
{
300
}
onClose
=
{
this
.
togglerContent
}
placement
=
"
right
"
handler
=
{
...
...
This diff is collapsed.
Click to expand it.
src/components/SettingDrawer/index.less
View file @
1cb8f04f
...
...
@@ -56,7 +56,7 @@
background: @primary-color;
width: 48px;
height: 48px;
right:
273
px;
right:
300
px;
display: flex;
justify-content: center;
align-items: center;
...
...
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