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;
}