Commit 99326342bc746b88e8f834c0b55e09748e9f77f0
Committed by
GitHub
1 parent
dfe560a5
表格查询条件下拉框文本超长显示错乱 (#2242)
* Update index.less fix: 下拉框文本超长显示问题修改 * Update BasicTable.vue fix: 表格查询条件下拉框文本超长显示错乱
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Table/src/BasicTable.vue
@@ -375,6 +375,7 @@ | @@ -375,6 +375,7 @@ | ||
375 | padding: 16px; | 375 | padding: 16px; |
376 | 376 | ||
377 | .ant-form { | 377 | .ant-form { |
378 | + width: 100%; | ||
378 | padding: 12px 10px 6px; | 379 | padding: 12px 10px 6px; |
379 | margin-bottom: 16px; | 380 | margin-bottom: 16px; |
380 | background-color: @component-background; | 381 | background-color: @component-background; |