Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
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
yyq
2019-06-14 10:19:49 +0800
Commit
ef307db0aacfd2197f791a78f3e600016c2c4343
1 parent
b388e647
topic list
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
apps/pages/article/components/topic/list-item.vue
apps/pages/article/topic-list.vue
config/ssr-routes.js
apps/pages/article/components/topic/list-item.vue
View file @
ef307db
...
...
@@ -93,6 +93,7 @@ export default {
color: #b0b0b0;
letter-spacing: 0.06PX;
overflow:hidden;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
...
...
apps/pages/article/topic-list.vue
View file @
ef307db
...
...
@@ -75,6 +75,7 @@ export default {
.loading {
padding-bottom: 20px;
text-align: center;
line-height: 1.2;
}
.load-icon {
...
...
config/ssr-routes.js
View file @
ef307db
...
...
@@ -62,5 +62,10 @@ module.exports = [
route
:
/grass
\/
article
\/
nice
\/
list/
,
cacheTime
:
900
,
cache
:
true
},
{
route
:
/grass
\/
topic
\/
list/
,
cacheTime
:
900
,
cache
:
true
}
];
...
...
Please
register
or
login
to post a comment