fix: inputnumber span 不起作用的问题,增加样式之后可以根据Span动态适应 (#2065)

Co-authored-by: van <vancnblog@126.com>
This commit is contained in:
vancenlee 2022-07-10 18:29:37 +08:00 committed by GitHub
parent baa42a57fd
commit 9afb4318fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -22,3 +22,10 @@
padding: 4px; padding: 4px;
} }
} }
.ant-input-number {
width: 100% !important;
max-width: 100%;
}