Skip to content

Commit

Permalink
feat: global config 0625 (#587)
Browse files Browse the repository at this point in the history
* feat: global config 0625

* feat: filter width update
  • Loading branch information
PengYYYYY authored Jun 26, 2022
1 parent f8e960b commit 3733562
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/global-config/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ export default {
fillWithZero: true,
controllerConfig: undefined,
},
input: {
autocomplete: undefined,
},
dialog: {
closeOnEscKeydown: undefined,
closeOnOverlayClick: undefined,
confirmBtnTheme: {
default: 'primary',
info: 'primary',
Expand Down Expand Up @@ -42,6 +47,12 @@ export default {
select: {
// 清除按钮
clearIcon: undefined,
filterable: undefined,
},
drawer: {
closeOnEscKeydown: undefined,
closeOnOverlayClick: undefined,
size: undefined,
},
tree: {
// 目录层级图标
Expand Down
1 change: 1 addition & 0 deletions style/web/components/cascader/_new.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

&--filter {
width: auto;
min-width: (@cascader-width-s - 2px);
}
}

Expand Down

0 comments on commit 3733562

Please sign in to comment.