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
e9799a33
Commit
e9799a33
authored
Jun 12, 2018
by
F-loat
Committed by
ιεΈ
Jun 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: less modify method
parent
baac17a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/components/SettingDarwer/index.js
src/components/SettingDarwer/index.js
+3
-1
No files found.
src/components/SettingDarwer/index.js
View file @
e9799a33
...
...
@@ -23,7 +23,9 @@ class SettingDarwer extends PureComponent {
componentDidMount
()
{
const
{
themeColor
,
colorWeak
}
=
this
.
props
.
setting
;
if
(
themeColor
!==
'
#1890FF
'
)
{
this
.
colorChange
(
themeColor
);
window
.
less
.
refresh
().
then
(()
=>
{
this
.
colorChange
(
themeColor
);
});
}
if
(
colorWeak
===
'
open
'
)
{
document
.
body
.
className
=
'
colorWeak
'
;
...
...
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