Commit 99326342bc746b88e8f834c0b55e09748e9f77f0

Authored by wangkang
Committed by GitHub
1 parent dfe560a5

表格查询条件下拉框文本超长显示错乱 (#2242)

* Update index.less

fix: 下拉框文本超长显示问题修改

* Update BasicTable.vue

fix: 表格查询条件下拉框文本超长显示错乱
src/components/Table/src/BasicTable.vue
... ... @@ -375,6 +375,7 @@
375 375 padding: 16px;
376 376  
377 377 .ant-form {
  378 + width: 100%;
378 379 padding: 12px 10px 6px;
379 380 margin-bottom: 16px;
380 381 background-color: @component-background;
... ...