提交 c017817c 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8333 已通过 于阶段
in 36 秒
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
<image v-else :src="rankIcon[index]" mode="aspectFill" class="icon" /> <image v-else :src="rankIcon[index]" mode="aspectFill" class="icon" />
</view> </view>
<view v-if="current === 1" class="item item-name text-ellipsis">{{ getDetailName }}</view> <view v-if="current === 1" class="item item-name text-ellipsis">{{ getDetailName }}</view>
<view class="item item-title text-ellipsis">{{ detail?.description }}</view> <view class="item item-title text-ellipsis">
{{ detail?.description?.replace(/(,|;)表演者:.*$/, '') }}
</view>
<view class="item item-num">{{ detail?.likesCount }}</view> <view class="item item-num">{{ detail?.likesCount }}</view>
<!-- <view class="item item-action">--> <!-- <view class="item item-action">-->
<!-- <u-button--> <!-- <u-button-->
...@@ -92,10 +94,11 @@ const getDetailName = computed(() => { ...@@ -92,10 +94,11 @@ const getDetailName = computed(() => {
color: #333333; color: #333333;
} }
.item-name { .item-name {
width: 20%; width: 16%;
font-weight: 500; font-weight: 500;
font-size: 48rpx; font-size: 48rpx;
color: #333333; color: #333333;
margin-left: 5%;
} }
.item-title { .item-title {
width: 35%; width: 35%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论