From 3ccb863bd3d0970ee8eccf568c42a82ac5315684 Mon Sep 17 00:00:00 2001
From: ye1023 <12588209+ye1023@user.noreply.gitee.com>
Date: Thu, 21 May 2026 18:42:46 +0800
Subject: [PATCH] =?UTF-8?q?yxk-20260521-=E5=85=9A=E5=A7=94=E4=BC=9A?=
=?UTF-8?q?=E4=B8=9A=E5=8A=A1=E8=A1=A8=E5=8D=95=EF=BC=9A=E8=AE=AE=E9=A2=98?=
=?UTF-8?q?=E5=BA=8F=E5=8F=B7=E7=A6=81=E7=94=A8=E6=97=B6=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E4=B8=8D=E5=8C=B9=E9=85=8D=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/BgPartymatterBPMForm.vue | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue
index b7340cc..fcc235b 100644
--- a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue
+++ b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue
@@ -66,7 +66,7 @@
-
+
@@ -671,6 +671,7 @@
}
:deep(.ant-input),
+ :deep(.ant-input-number),
:deep(.ant-picker),
:deep(.ant-select-selector) {
min-height: 30px;
@@ -687,6 +688,9 @@
:deep(.ant-input-affix-wrapper-disabled-focused),
:deep(.ant-input-outlined[disabled]),
:deep(.ant-input-outlined.ant-input-disabled),
+ :deep(.ant-input-number-disabled),
+ :deep(.ant-input-number-disabled:hover),
+ :deep(.ant-input-number-disabled:focus),
:deep(textarea.ant-input[disabled]),
:deep(.ant-picker-disabled),
:deep(.ant-select-disabled .ant-select-selector) {
@@ -700,6 +704,7 @@
:deep(.ant-input[disabled]),
:deep(.ant-input-disabled),
+ :deep(.ant-input-number-disabled),
:deep(.ant-input-affix-wrapper-disabled),
:deep(textarea.ant-input[disabled]) {
padding-left: 0 !important;
@@ -712,6 +717,13 @@
cursor: default !important;
}
+ :deep(.ant-input-number-disabled .ant-input-number-input) {
+ background: transparent !important;
+ color: #1f2937 !important;
+ -webkit-text-fill-color: #1f2937 !important;
+ cursor: default !important;
+ }
+
:deep(.ant-input[disabled]::placeholder),
:deep(.ant-input-disabled::placeholder),
:deep(.ant-input-affix-wrapper-disabled .ant-input::placeholder) {
@@ -746,6 +758,7 @@
:deep(.ant-picker-disabled .ant-picker-suffix),
:deep(.ant-input-disabled .ant-input-clear-icon),
:deep(.ant-input-affix-wrapper-disabled .ant-input-clear-icon),
+ :deep(.ant-input-number-disabled .ant-input-number-handler-wrap),
:deep(.ant-select-disabled .ant-select-clear) {
display: none;
}