修改样式

This commit is contained in:
Niujiawei
2020-08-05 22:44:08 +08:00
parent ed0edbab2f
commit 1313a90d5e
4 changed files with 7 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
<view class="title">
<view class="title-text">我的订单</view>
<view class="more" @click="toOtherPage('/order/Index')">
<view>查看全部订单</view>
<view class="title-text">查看全部订单</view>
<image src="/static/image/mine/21.png"></image>
</view>
</view>
@@ -355,7 +355,7 @@ export default {
}
.tool {
@include common-mine(
$content-padding-top: 8rpx,
$content-padding-top: 24rpx,
$content-padding-bottom: 25rpx,
$image-height: 71rpx,
$image-width: 71rpx
@@ -368,7 +368,7 @@ export default {
}
.more-tool {
@include common-mine(
$content-padding-top: 8rpx,
$content-padding-top: 24rpx,
$content-padding-bottom: 48rpx,
$image-height: 71rpx,
$image-width: 71rpx