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
P
pro-blocks
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
pro-blocks
Commits
1b94c656
Commit
1b94c656
authored
6 years ago
by
陈帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify the style of the header icon
parent
68ef8bba
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
config/config.js
config/config.js
+2
-1
src/components/GlobalHeader/index.less
src/components/GlobalHeader/index.less
+1
-1
src/components/NoticeIcon/index.less
src/components/NoticeIcon/index.less
+1
-1
src/global.less
src/global.less
+0
-7
No files found.
config/config.js
View file @
1b94c656
...
...
@@ -51,7 +51,8 @@ export default {
getLocalIdent
:
(
context
,
localIdentName
,
localName
)
=>
{
if
(
context
.
resourcePath
.
includes
(
'
node_modules
'
)
||
context
.
resourcePath
.
includes
(
'
ant.design.pro.less
'
)
context
.
resourcePath
.
includes
(
'
ant.design.pro.less
'
)
||
context
.
resourcePath
.
includes
(
'
global.less
'
)
)
{
return
localName
;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/GlobalHeader/index.less
View file @
1b94c656
...
...
@@ -52,7 +52,7 @@ i.trigger {
transition: all 0.3s;
height: 100%;
> i {
font-size: 1
6
px;
font-size: 1
8
px;
vertical-align: middle;
color: @text-color;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/NoticeIcon/index.less
View file @
1b94c656
...
...
@@ -14,7 +14,7 @@
}
.icon {
font-size: 1
6
px;
font-size: 1
8
px;
padding: 4px;
}
...
...
This diff is collapsed.
Click to expand it.
src/global.less
View file @
1b94c656
...
...
@@ -31,10 +31,3 @@ ul,
ol {
list-style: none;
}
body .ant-drawer .ant-drawer-content {
opacity: 1;
}
body .anticon svg {
display: block;
}
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