diff --git a/src/components/seal-form/components/wrapper.less b/src/components/seal-form/components/wrapper.less index c0295f24..3c8dc148 100644 --- a/src/components/seal-form/components/wrapper.less +++ b/src/components/seal-form/components/wrapper.less @@ -251,6 +251,12 @@ } } + :global(.ant-input-number.ant-input-number-disabled) { + &:hover { + background-color: inherit; + } + } + :global(.ant-input-outlined) { display: flex; align-items: center; diff --git a/src/components/seal-form/seal-select.tsx b/src/components/seal-form/seal-select.tsx index be2faf39..1e8ff5ba 100644 --- a/src/components/seal-form/seal-select.tsx +++ b/src/components/seal-form/seal-select.tsx @@ -87,7 +87,7 @@ const SealSelect: React.FC = (props) => {