!75 [Component] [select] el-form为行内表单时,select下拉框父级未设置宽度,导致样式错误 #15811

Merge pull request !75 from lbw/N/A
This commit is contained in:
lbw 2024-02-07 14:37:23 +00:00 committed by Gitee
commit 4df716631e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -60,6 +60,7 @@
}
.el-form-item__content {
min-width: var(--el-form-inline-content-width);
.el-select {
width: 100% !important;
}