Authored by yyq

topic list

... ... @@ -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;
... ...
... ... @@ -75,6 +75,7 @@ export default {
.loading {
padding-bottom: 20px;
text-align: center;
line-height: 1.2;
}
.load-icon {
... ...
... ... @@ -62,5 +62,10 @@ module.exports = [
route: /grass\/article\/nice\/list/,
cacheTime: 900,
cache: true
},
{
route: /grass\/topic\/list/,
cacheTime: 900,
cache: true
}
];
... ...