修改流程
This commit is contained in:
@@ -160,8 +160,8 @@ defineExpose({
|
||||
</text>
|
||||
</view>
|
||||
<view v-else class="flex-1 min-w-0"></view>
|
||||
<view class="featured-dish-add center shrink-0">
|
||||
<image src="@img/chef/1285.png" class="w-28rpx h-28rpx" />
|
||||
<view class="featured-dish-add shrink-0">
|
||||
<image src="/static/app/images/add_cart.png" class="featured-dish-add__icon" />
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
@@ -282,11 +282,13 @@ defineExpose({
|
||||
}
|
||||
|
||||
.featured-dish-add {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.featured-dish-add__icon {
|
||||
width: 56rpx;
|
||||
height: 56rpx;
|
||||
border-radius: 50%;
|
||||
background: #14181b;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.12);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.featured-dish-promo {
|
||||
|
||||
Reference in New Issue
Block a user