feat: 快速预定样式调整

This commit is contained in:
duanshuwen
2025-11-09 17:42:03 +08:00
parent 84f169f792
commit 921108ee6a
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
</view> </view>
<view <view
v-if="item.commodityFacility" v-if="item.commodityFacility"
class="font-size-12 line-height-16 color-99A0AE mb-4" class="font-size-12 line-height-16 color-99A0AE mb-4 ellipsis-1"
> >
{{ item.commodityFacility.join(" ") }} {{ item.commodityFacility.join(" ") }}
</view> </view>

View File

@@ -4,6 +4,7 @@
} }
.right { .right {
max-width: 259px;
height: 100%; height: 100%;
} }