style(articleList): 调整标签字体大小以保持样式一致

This commit is contained in:
34701892@qq.com 2026-01-15 09:29:38 +08:00
parent cae58ccd3f
commit 2c44b2dca5
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@
<view :class="['listItemContent', isLogin ? '' : 'mohu']"> <view :class="['listItemContent', isLogin ? '' : 'mohu']">
<view style="display: flex; align-items: center"> <view style="display: flex; align-items: center">
<!-- <view class="tag">{{ item.tag }}</view> --> <!-- <view class="tag">{{ item.tag }}</view> -->
<view class="tag">中国证券报</view> <view class="tag" style="font-size: 22rpx">中国证券报</view>
<!-- <view class="tag" style="margin-left: 10rpx; margin-top: 1px">{{ item.time }}</view> --> <!-- <view class="tag" style="margin-left: 10rpx; margin-top: 1px">{{ item.time }}</view> -->
<view class="tag" style="margin-left: 10rpx; margin-top: 1px">{{ <view class="tag" style="margin-left: 10rpx; margin-top: 1px; font-size: 22rpx">{{
dayjs(item.time).format("YYYY-MM-DD HH:MM:ss") dayjs(item.time).format("YYYY-MM-DD HH:MM:ss")
}}</view> }}</view>
</view> </view>
@ -143,7 +143,7 @@ const handleClick = (item: any) => {
border-radius: 4rpx; border-radius: 4rpx;
background-color: #e7303f; background-color: #e7303f;
// font-size: 20rpx; // font-size: 20rpx;
font-size: var(--h6-font-size); font-size: 22rpx;
color: #fff; color: #fff;
z-index: 9; z-index: 9;
} }