Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
da64c1dac95b96984283e496070ab9dc086dca4d
Authored by
vben
2021-01-19 23:03:23 +0800
1 parent
5d51d487
fix: error action style
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/layouts/default/header/index.less
src/layouts/default/header/index.less
View file @
da64c1d
...
...
@@ -108,7 +108,7 @@
108
108
align-items: center;
109
109
110
110
&__item {
111
- display: flex
;
111
+ display: flex
!important
;
112
112
height: @header-height;
113
113
padding: 0 2px;
114
114
font-size: 1.2em;
...
...