Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
bevishuang
5 years ago
Commit
71de8c13506bddf6e54377307241ba0fce17a921
1 parent
4846c9c7
优化分类样式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
apps/pages/category/category.vue
apps/pages/category/category.vue
View file @
71de8c1
...
...
@@ -115,14 +115,14 @@ export default {
}
.left-content {
width:
25
%;
width:
30
%;
height: 100%;
}
.right-content {
display: flex;
flex-direction: column;
width: 7
5
%;
width: 7
0
%;
height: 100%;
}
...
...
@@ -140,6 +140,11 @@ export default {
font-size: 30px;
width: 100%;
text-align: center;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.category-left-item-select {
...
...
Please
register
or
login
to post a comment