From c131805c414c4a7161d240193df1cbd2fee80179 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 16 Jan 2024 18:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/style/layout.css b/common/style/layout.css index 693f188..613b6ef 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -277,7 +277,7 @@ uni-button:after { margin: 0 40rpx 10rpx 0; border-radius: 30rpx; } -.btn-disabled, .submit-button:disabled { +.btn-disabled, .submit-button[disabled] { background-color: #c9c9c9; border: 1px solid #c9c9c9; color: #fff;