Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
2020-06-24 16:35:56 +0800
Commit
8a9f49998c134a9032272dead30f7e8c9d089482
1 parent
0ecd99b7
feat(header): 隐藏头部导航列表
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
package.json
public/scss/common/_header.css
package.json
View file @
8a9f499
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.10.
1
"
,
"version"
:
"6.10.
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/scss/common/_header.css
View file @
8a9f499
...
...
@@ -391,10 +391,11 @@
width
:
100%
;
.main-nav-list
{
display
:
inline-block
;
/* display: inline-block; */
vertical-align
:
top
;
padding-top
:
45px
;
float
:
left
;
display
:
node
;
li
{
float
:
left
;
...
...
Please
register
or
login
to post a comment