mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 05:19:49 +08:00
uniapp【优化】: 积分页面样式优化
This commit is contained in:
@@ -41,6 +41,11 @@
|
|||||||
}
|
}
|
||||||
.time-box {
|
.time-box {
|
||||||
color: #8799a3;
|
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">
|
<template v-for="item in state.list" :key="item.id">
|
||||||
<view class="item-box">
|
<view class="item-box">
|
||||||
<view class="title-box">
|
<view class="title-box">
|
||||||
<text class="name">{{ item.typeName }}</text>
|
<view class="name">{{ item.typeName }}</view>
|
||||||
<text class="num">{{ item.num > 0 ? '+' : '' }} {{ item.num }}</text>
|
<view class="num">{{ item.num > 0 ? '+' : '' }} {{ item.num }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="time-box">
|
<view class="time-box">
|
||||||
<text>{{ item.remarks.replace(/积分/, shopConfigStore?.config?.pointShowName) }}</text>
|
<view>{{ item.remarks.replace(/积分/, shopConfigStore?.config?.pointShowName) }}</view>
|
||||||
<text>{{ item.createTime }}</text>
|
<view class="time">{{ item.createTime }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user