|
|
@@ -5,13 +5,13 @@
|
|
|
</cu-custom>
|
|
|
<view class="tab-top bg-fff">
|
|
|
<view class="title ">营业日</view>
|
|
|
- <view style="padding-bottom:20upx;border-bottom: 1px solid #EEEEEE;">
|
|
|
- <text v-for="(tag, index) in tags" :key="index" class="tag-type" :class="{
|
|
|
+ <view style="padding-bottom:20upx;border-bottom: 1px solid #EEEEEE;overflow: hidden;">
|
|
|
+ <view v-for="(tag, index) in tags" :key="index" class="tag-type" :class="{
|
|
|
'disable-background': isDisable(tag),
|
|
|
'selected-background': isSelected(tag)
|
|
|
}" :style="tag == '周四' || tag == '整周' ? 'margin-right:0' : ''" @click="toggleSelection(tag)">
|
|
|
{{ tag }}
|
|
|
- </text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view style="padding-top:18upx">营业时段</view>
|
|
|
<view class="cu-form-group" style="border-bottom: 1upx solid #eee;margin:0" v-if="timeType.length > 0">
|
|
|
@@ -269,7 +269,9 @@ page {
|
|
|
}
|
|
|
|
|
|
.tag-type {
|
|
|
- display: inline-block;
|
|
|
+ // display: inline-block;
|
|
|
+ // display: flex;
|
|
|
+ float: left;
|
|
|
font-size: 26upx;
|
|
|
width: 146upx;
|
|
|
height: 54upx;
|