Skip to content

Commit

Permalink
!75 [Component] [select] el-form为行内表单时,select下拉框父级未设置宽度,导致样式错误 #15811
Browse files Browse the repository at this point in the history
Merge pull request !75 from lbw/N/A
  • Loading branch information
lbw authored and gitee-org committed Feb 7, 2024
2 parents c289403 + 117b858 commit 4df7166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/element.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
}

.el-form-item__content {
min-width: var(--el-form-inline-content-width);
.el-select {
width: 100% !important;
}
Expand Down

0 comments on commit 4df7166

Please sign in to comment.