From 53da3d7231f41f25662beac846576f3dfb7a7bfe Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 6 Nov 2023 10:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/withdrawalModal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/withdrawalModal.vue b/src/components/withdrawalModal.vue index f5e8286..564ad6b 100644 --- a/src/components/withdrawalModal.vue +++ b/src/components/withdrawalModal.vue @@ -449,5 +449,7 @@ const handleSubmitConfirm=()=>{ .cert .arco-form-item-label-col { flex: 0 0 8px !important; } - + .arco-btn-disabled{ + cursor: not-allowed!important; + } \ No newline at end of file