Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
8 years ago
Commit
5974325b7667c46e71f8d07472a782eaad545ec3
1 parent
ecea5247
fixed: header height修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
public/scss/common/_header.css
public/vue/component/header.vue
public/scss/common/_header.css
View file @
5974325
$
header-height
:
88px
;
$
header-font-size
:
20PX
;
...
...
public/vue/component/header.vue
View file @
5974325
...
...
@@ -114,7 +114,7 @@
margin-left: auto;
margin-right: auto;
line-height: $header-height;
font-size:
32px
;
font-size:
$header-font-size
;
font-weight: bold;
background-color: #fff;
border-bottom: 1px solid #eee;
...
...
@@ -151,7 +151,7 @@
text-align: center;
margin-left: auto;
margin-right: auto;
font-size:
32px
;
font-size:
$header-font-size
;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
...
...
Please
register
or
login
to post a comment