Browse Source

style(TableColumn): fix Column settings container is too wide #3043 (#3044)

invalid w 1 year ago
parent
commit
e4778757ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/Table/src/components/settings/ColumnSetting.vue

+ 1 - 0
src/components/Table/src/components/settings/ColumnSetting.vue

@@ -502,6 +502,7 @@
       }
       }
 
 
       .ant-checkbox-group {
       .ant-checkbox-group {
+        display: inline-block;
         width: 100%;
         width: 100%;
         min-width: 260px;
         min-width: 260px;
         // flex-wrap: wrap;
         // flex-wrap: wrap;