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
郭成尧
2016-08-04 11:50:10 +0800
Commit
757ae5c2f241d4c658588469cbe142aacb9e23f2
1 parent
1c1408d1
'店铺名称文字溢出控制'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/vue/product/shop/shop-top.vue
public/vue/product/shop/shop-top.vue
View file @
757ae5c
...
...
@@ -29,6 +29,10 @@
font-size: 32px;
font-style: italic;
margin: 5px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
}
hr {
...
...
Please
register
or
login
to post a comment