Commit db42da49 authored by youjie's avatar youjie

优化

parent 4741b633
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
<span v-if="x.AreaRequirement>0" <span v-if="x.AreaRequirement>0"
:class="[x.EndAreaRequirement>0&&u.MallBaseId==18?'':'active']"> :class="[x.EndAreaRequirement>0&&u.MallBaseId==18?'':'active']">
面积: {{x.AreaRequirement}}</span> 面积: {{x.AreaRequirement}}</span>
<span v-if="x.EndAreaRequirement>0&&u.MallBaseId==18" <span v-if="x.EndAreaRequirement>0&&u.MallBaseId==18">店铺: {{x.EndAreaRequirement }}</span>
style="color:rgba(1, 126, 223, .6);">店铺: {{x.EndAreaRequirement }}</span>
</view> </view>
</view> </view>
</view> </view>
...@@ -90,6 +89,12 @@ ...@@ -90,6 +89,12 @@
color: #fff; color: #fff;
font-size: 20rpx; font-size: 20rpx;
} }
.imgNum span{
flex: 1;
}
.imgNum span:nth-child(2){
text-align: right;
}
.imgNum span.active{ .imgNum span.active{
width: 100%; width: 100%;
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment