Showing
3 changed files
with
7 additions
and
0 deletions
@@ -93,6 +93,7 @@ export default { | @@ -93,6 +93,7 @@ export default { | ||
93 | color: #b0b0b0; | 93 | color: #b0b0b0; |
94 | letter-spacing: 0.06PX; | 94 | letter-spacing: 0.06PX; |
95 | overflow:hidden; | 95 | overflow:hidden; |
96 | + word-break: break-all; | ||
96 | text-overflow: ellipsis; | 97 | text-overflow: ellipsis; |
97 | display: -webkit-box; | 98 | display: -webkit-box; |
98 | -webkit-box-orient: vertical; | 99 | -webkit-box-orient: vertical; |
@@ -62,5 +62,10 @@ module.exports = [ | @@ -62,5 +62,10 @@ module.exports = [ | ||
62 | route: /grass\/article\/nice\/list/, | 62 | route: /grass\/article\/nice\/list/, |
63 | cacheTime: 900, | 63 | cacheTime: 900, |
64 | cache: true | 64 | cache: true |
65 | + }, | ||
66 | + { | ||
67 | + route: /grass\/topic\/list/, | ||
68 | + cacheTime: 900, | ||
69 | + cache: true | ||
65 | } | 70 | } |
66 | ]; | 71 | ]; |
-
Please register or login to post a comment