Browse Source

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

* Update index.less

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

* Update BasicTable.vue

fix: 表格查询条件下拉框文本超长显示错乱
wangkang 2 years ago
parent
commit
99326342bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/Table/src/BasicTable.vue

+ 1 - 0
src/components/Table/src/BasicTable.vue

@@ -375,6 +375,7 @@
       padding: 16px;
 
       .ant-form {
+        width: 100%;
         padding: 12px 10px 6px;
         margin-bottom: 16px;
         background-color: @component-background;