diff --git a/pages/cloud_warehouse/market/market.vue b/pages/cloud_warehouse/market/market.vue index 31c6997..ce8f75a 100644 --- a/pages/cloud_warehouse/market/market.vue +++ b/pages/cloud_warehouse/market/market.vue @@ -418,7 +418,7 @@ style="margin-left: 20rpx;color: #FF6D20;font-size: 22.78rpx; ">{{item.service_score}} {{item.distance}} - {{item.category_name}} + {{item.category_name}} - .tab-cont { - display: flex; - - .aside-left-placeholder { - width: 152rpx; - } - - .aside-left { - position: fixed; - left: 0; - z-index: 2; - display: flex; - flex-wrap: wrap; - width: 152rpx; - overflow-y: auto; - background-color: #F4F4F4; - - .aside-left-item { - width: 100%; - height: 94rpx; - line-height: 94rpx; - text-align: center; - padding: 0 14rpx; - } - - .aside-active { - position: relative; - font-weight: bold; - font-size: 26rpx; - color: #40AE36; - background-color: #fff; - - &::before { - content: ""; - display: inline-block; - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - width: 6rpx; - height: 36rpx; - background: #40AE36; - border-radius: 0rpx 4rpx 4rpx 0rpx; - - } - } - } - } -