From d03a8ea542dd9b0862940c5d410ffe6249bc4993 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 11 Oct 2024 18:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=AC=E5=85=B1=E7=BB=84?= =?UTF-8?q?=E4=BB=B6button=E9=98=B4=E5=BD=B1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-components/my-button.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/my-components/my-button.vue b/components/my-components/my-button.vue index ac7601b..6004a5b 100644 --- a/components/my-components/my-button.vue +++ b/components/my-components/my-button.vue @@ -105,7 +105,8 @@ import { computed } from 'vue'; margin: auto; } .shadow{ - box-shadow: 0 0 10px #aaa; + // box-shadow: 0 0 10px #aaa; + box-shadow: 0 20rpx 60rpx -20rpx rgba(0,84,210,0.5); } .btn { font-size: 28rpx;