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
edd2962e
Commit
edd2962e
authored
Apr 18, 2019
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lint style
parent
79cc60ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
.eslintrc.js
.eslintrc.js
+1
-0
src/components/Exception/index.less
src/components/Exception/index.less
+1
-1
src/components/SettingDrawer/index.less
src/components/SettingDrawer/index.less
+1
-1
src/utils/utils.less
src/utils/utils.less
+1
-1
No files found.
.eslintrc.js
View file @
edd2962e
...
@@ -27,6 +27,7 @@ module.exports = {
...
@@ -27,6 +27,7 @@ module.exports = {
devDependencies
:
[
'
**/tests/**.js
'
,
'
/mock/**/**.js
'
,
'
**/**.test.js
'
],
devDependencies
:
[
'
**/tests/**.js
'
,
'
/mock/**/**.js
'
,
'
**/**.test.js
'
],
},
},
],
],
'
import/no-cycle
'
:
0
,
'
jsx-a11y/no-noninteractive-element-interactions
'
:
0
,
'
jsx-a11y/no-noninteractive-element-interactions
'
:
0
,
'
jsx-a11y/click-events-have-key-events
'
:
0
,
'
jsx-a11y/click-events-have-key-events
'
:
0
,
'
jsx-a11y/no-static-element-interactions
'
:
0
,
'
jsx-a11y/no-static-element-interactions
'
:
0
,
...
...
src/components/Exception/index.less
View file @
edd2962e
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
zoom: 1;
zoom: 1;
&::before,
&::before,
&::after {
&::after {
content: ' ';
display: table;
display: table;
content: ' ';
}
}
&::after {
&::after {
clear: both;
clear: both;
...
...
src/components/SettingDrawer/index.less
View file @
edd2962e
...
@@ -63,8 +63,8 @@
...
@@ -63,8 +63,8 @@
right: 300px;
right: 300px;
z-index: 0;
z-index: 0;
display: flex;
display: flex;
justify-content: center;
align-items: center;
align-items: center;
justify-content: center;
width: 48px;
width: 48px;
height: 48px;
height: 48px;
font-size: 16px;
font-size: 16px;
...
...
src/utils/utils.less
View file @
edd2962e
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
zoom: 1;
zoom: 1;
&::before,
&::before,
&::after {
&::after {
content: ' ';
display: table;
display: table;
content: ' ';
}
}
&::after {
&::after {
clear: both;
clear: both;
...
...
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