We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44e48d commit ab98cebCopy full SHA for ab98ceb
src/components/Form/src/Form.vue
@@ -425,11 +425,14 @@ export default defineComponent({
425
}
426
427
.@{elNamespace}-form--inline {
428
- .@{elNamespace}-input {
429
- min-width: 189.5px;
+ :deep(.el-form-item__content) {
+ & > :first-child {
430
+ min-width: 229.5px;
431
+ }
432
- .@{elNamespace}-select {
433
+ .@{elNamespace}-input-number {
434
+ // 229.5px是兼容el-input-number的最小宽度,
435
436
437
438
</style>
0 commit comments