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