全部显示物流
This commit is contained in:
@@ -317,7 +317,7 @@ export default {
|
||||
height: $image-height !important;
|
||||
}
|
||||
}
|
||||
@mixin common-mine($content-padding-top, $content-padding-bottom, $image-width, $image-height) {
|
||||
@mixin common-mine($content-padding-top, $content-padding-row, $content-padding-bottom, $image-width, $image-height) {
|
||||
box-sizing: border-box;
|
||||
width: 710rpx;
|
||||
background: rgba(255,255,255,1);
|
||||
@@ -337,7 +337,7 @@ export default {
|
||||
color: #999;
|
||||
}
|
||||
.content {
|
||||
padding: $content-padding-top 20rpx $content-padding-bottom;
|
||||
padding: $content-padding-top $content-padding-row $content-padding-bottom;
|
||||
display: flex;
|
||||
> view {
|
||||
text-align: center;
|
||||
@@ -357,6 +357,7 @@ export default {
|
||||
.order {
|
||||
@include common-mine(
|
||||
$content-padding-top: 22rpx,
|
||||
$content-padding-row: 30rpx,
|
||||
$content-padding-bottom: 30rpx,
|
||||
$image-height: 36rpx,
|
||||
$image-width: 36rpx
|
||||
@@ -434,6 +435,7 @@ export default {
|
||||
.tool {
|
||||
@include common-mine(
|
||||
$content-padding-top: 24rpx,
|
||||
$content-padding-row: 20rpx,
|
||||
$content-padding-bottom: 25rpx,
|
||||
$image-height: 71rpx,
|
||||
$image-width: 71rpx
|
||||
@@ -450,6 +452,7 @@ export default {
|
||||
.more-tool {
|
||||
@include common-mine(
|
||||
$content-padding-top: 24rpx,
|
||||
$content-padding-row: 20rpx,
|
||||
$content-padding-bottom: 48rpx,
|
||||
$image-height: 71rpx,
|
||||
$image-width: 71rpx
|
||||
|
||||
Reference in New Issue
Block a user