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-03 17:15:42 +0800
Commit
d27918216f7003b7b686f8548dcec777a47b35b8
1 parent
62226a0d
'品牌店铺长度限制'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/vue/product/shop/top-bar.vue
public/vue/product/shop/top-bar.vue
View file @
d279182
@@ -35,6 +35,8 @@
@@ -35,6 +35,8 @@
35
max-width: 80%;
35
max-width: 80%;
36
height: 60px;
36
height: 60px;
37
overflow: hidden;
37
overflow: hidden;
38
+
white-space: nowrap;
39
+
text-overflow: ellipsis;
38
}
40
}
39
41
40
.right {
42
.right {
Please
register
or
login
to post a comment