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
399f1f0d
Commit
399f1f0d
authored
Dec 17, 2018
by
linyongping
Committed by
ιεΈ
Dec 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo BlackChecbox to BlackCheckbox (#3146)
parent
c4931c97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/SettingDrawer/BlockCheckbox.js
src/components/SettingDrawer/BlockCheckbox.js
+0
-0
src/components/SettingDrawer/index.js
src/components/SettingDrawer/index.js
+3
-3
No files found.
src/components/SettingDrawer/BlockChecbox.js
→
src/components/SettingDrawer/BlockChec
k
box.js
View file @
399f1f0d
File moved
src/components/SettingDrawer/index.js
View file @
399f1f0d
...
@@ -6,7 +6,7 @@ import { connect } from 'dva';
...
@@ -6,7 +6,7 @@ import { connect } from 'dva';
import
omit
from
'
omit.js
'
;
import
omit
from
'
omit.js
'
;
import
styles
from
'
./index.less
'
;
import
styles
from
'
./index.less
'
;
import
ThemeColor
from
'
./ThemeColor
'
;
import
ThemeColor
from
'
./ThemeColor
'
;
import
BlockChec
box
from
'
./BlockChec
box
'
;
import
BlockChec
kbox
from
'
./BlockCheck
box
'
;
const
{
Option
}
=
Select
;
const
{
Option
}
=
Select
;
...
@@ -154,7 +154,7 @@ class SettingDrawer extends PureComponent {
...
@@ -154,7 +154,7 @@ class SettingDrawer extends PureComponent {
>
>
<
div
className
=
{
styles
.
content
}
>
<
div
className
=
{
styles
.
content
}
>
<
Body
title
=
{
formatMessage
({
id
:
'
app.setting.pagestyle
'
})}
>
<
Body
title
=
{
formatMessage
({
id
:
'
app.setting.pagestyle
'
})}
>
<
BlockChecbox
<
BlockChec
k
box
list
=
{[
list
=
{[
{
{
key
:
'
dark
'
,
key
:
'
dark
'
,
...
@@ -181,7 +181,7 @@ class SettingDrawer extends PureComponent {
...
@@ -181,7 +181,7 @@ class SettingDrawer extends PureComponent {
<
Divider
/>
<
Divider
/>
<
Body
title
=
{
formatMessage
({
id
:
'
app.setting.navigationmode
'
})}
>
<
Body
title
=
{
formatMessage
({
id
:
'
app.setting.navigationmode
'
})}
>
<
BlockChecbox
<
BlockChec
k
box
list
=
{[
list
=
{[
{
{
key
:
'
sidemenu
'
,
key
:
'
sidemenu
'
,
...
...
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