diff --git a/src/components/articleList/index.vue b/src/components/articleList/index.vue index 782c316..7c2506f 100644 --- a/src/components/articleList/index.vue +++ b/src/components/articleList/index.vue @@ -33,9 +33,9 @@ - 中国证券报 + 中国证券报 - {{ + {{ dayjs(item.time).format("YYYY-MM-DD HH:MM:ss") }} @@ -143,7 +143,7 @@ const handleClick = (item: any) => { border-radius: 4rpx; background-color: #e7303f; // font-size: 20rpx; - font-size: var(--h6-font-size); + font-size: 22rpx; color: #fff; z-index: 9; }