diff --git a/src/views/circle/detail/components/newsList.vue b/src/views/circle/detail/components/newsList.vue
index 1f24a34..7bb792d 100644
--- a/src/views/circle/detail/components/newsList.vue
+++ b/src/views/circle/detail/components/newsList.vue
@@ -26,9 +26,9 @@
{{ item.readCount }}{{ item.totalCount }}{{ item.totalCount ? `/${item.totalCount}` : "人" }}已读
- 已读
@@ -291,7 +291,11 @@ export default {
font-size: 14px;
}
span {
- margin: 0 10px;
+ margin-left: 20px;
+ color: #03a9f4;
+ i:last-child {
+ margin-right: 4px;
+ }
}
}
p {