mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 20:03:26 +08:00
uniapp【优化】: 积分页面样式优化
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
}
|
||||
.time-box {
|
||||
color: #8799a3;
|
||||
font-size: 27rpx;
|
||||
.time{
|
||||
min-width: 270rpx;
|
||||
font-size: 27rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
<template v-for="item in state.list" :key="item.id">
|
||||
<view class="item-box">
|
||||
<view class="title-box">
|
||||
<text class="name">{{ item.typeName }}</text>
|
||||
<text class="num">{{ item.num > 0 ? '+' : '' }} {{ item.num }}</text>
|
||||
<view class="name">{{ item.typeName }}</view>
|
||||
<view class="num">{{ item.num > 0 ? '+' : '' }} {{ item.num }}</view>
|
||||
</view>
|
||||
<view class="time-box">
|
||||
<text>{{ item.remarks.replace(/积分/, shopConfigStore?.config?.pointShowName) }}</text>
|
||||
<text>{{ item.createTime }}</text>
|
||||
<view>{{ item.remarks.replace(/积分/, shopConfigStore?.config?.pointShowName) }}</view>
|
||||
<view class="time">{{ item.createTime }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user