From 35bbc4ae1911beeb27999d578205c48d04f532cb Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 27 六月 2024 15:05:53 +0800
Subject: [PATCH] 去掉不用的资源文件
---
sub_pages/farmer/flower-manage/flower-manage.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sub_pages/farmer/flower-manage/flower-manage.vue b/sub_pages/farmer/flower-manage/flower-manage.vue
index 8d16711..7187f3c 100644
--- a/sub_pages/farmer/flower-manage/flower-manage.vue
+++ b/sub_pages/farmer/flower-manage/flower-manage.vue
@@ -90,7 +90,7 @@
</view>
<!-- 输入框-->
- <view class="flex w-fit">
+ <view class="flex w-fit ">
<u-input v-model="content" :placeholder="inputplaceholder" type="digit"
style="max-width: 390rpx;background-color: #F2F2F2;" v-if="currentInputKey=='price'" />
@@ -102,7 +102,7 @@
</view>
<!-- 提交按钮 -->
<view class="line-gray" style="margin-bottom: 0px;"></view>
- <view class="flex">
+ <view class="flex flex-wrap-normal">
<u-button type="default" class="w-fit flex1 " text="取消"
@click="()=>{$refs.popup_input.close()}"></u-button>
<view class="component-line-vert"></view>
--
Gitblit v1.9.3