From 11f7661538f75c2d4eefd32408eba6dc0d77052b Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 29 七月 2024 11:17:38 +0800 Subject: [PATCH] add 供应商的入位 --- sub_pages/customer/trade/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 56aa5f0..37ef47f 100644 --- a/sub_pages/customer/trade/list.vue +++ b/sub_pages/customer/trade/list.vue @@ -134,7 +134,7 @@ </view> <view class="button-space"></view> <view> - <view class="button-green" style="background-color: #fff;color: #000;width: 200rpx;left: 40rpx;right: unset;" + <view class="button-green" style="background-color: #fff;border: 2rpx solid #666; color: #666;width: 200rpx;left: 40rpx;right: unset;" @click="closeParamPopAndQuery"> 查询 </view> -- Gitblit v1.9.3