diff --git a/src/forums/Component/ListItem.jsx b/src/forums/Component/ListItem.jsx index ca4007328..b9ff7e9e9 100644 --- a/src/forums/Component/ListItem.jsx +++ b/src/forums/Component/ListItem.jsx @@ -66,7 +66,7 @@ export default ({ memos , current_user , calbackFunc , confirm }) => { - {item.replies_count} + {item.viewed_count} diff --git a/src/forums/css/All.scss b/src/forums/css/All.scss index dc7ea4ea5..2e43b98d4 100644 --- a/src/forums/css/All.scss +++ b/src/forums/css/All.scss @@ -12,7 +12,7 @@ color: #ccc; } } - & > a:last-child { + & > a:last-child {w border-bottom: none; } }