style(articleList): 调整标签字体大小以保持样式一致
This commit is contained in:
parent
cae58ccd3f
commit
2c44b2dca5
|
|
@ -33,9 +33,9 @@
|
|||
<view :class="['listItemContent', isLogin ? '' : 'mohu']">
|
||||
<view style="display: flex; align-items: center">
|
||||
<!-- <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">{{
|
||||
<view class="tag" style="margin-left: 10rpx; margin-top: 1px; font-size: 22rpx">{{
|
||||
dayjs(item.time).format("YYYY-MM-DD HH:MM:ss")
|
||||
}}</view>
|
||||
</view>
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue