From 81fe8221c26cfbf457ebfcd8f408ff8ca5712c89 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Thu, 26 Aug 2021 18:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/lf-waterfall/lf-waterfall.vue | 3 ++- pages/about/index.vue | 2 +- pages/channel/index.vue | 6 ++++-- pages/index/index.vue | 21 +++++++++++++++++++-- pages/order/order_details.vue | 5 +++-- static/defult_code.png | Bin 0 -> 75810 bytes 6 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 static/defult_code.png diff --git a/components/lf-waterfall/lf-waterfall.vue b/components/lf-waterfall/lf-waterfall.vue index 97ebc24..8fdd9b9 100644 --- a/components/lf-waterfall/lf-waterfall.vue +++ b/components/lf-waterfall/lf-waterfall.vue @@ -139,7 +139,8 @@ bottom: 0; right: 0; background-color: rgba(0,0,0,0.5); - width: 140rpx; + width: max-content; + padding: 0 20rpx; height: 48rpx; border-radius: 20rpx 0rpx 0rpx 0rpx; font-size: 22rpx; diff --git a/pages/about/index.vue b/pages/about/index.vue index c884ce7..787e40a 100644 --- a/pages/about/index.vue +++ b/pages/about/index.vue @@ -1,5 +1,5 @@