diff --git a/package/component/src/component/iconPicker/index.vue b/package/component/src/component/iconPicker/index.vue index 47ebf6f8..ec7f9436 100644 --- a/package/component/src/component/iconPicker/index.vue +++ b/package/component/src/component/iconPicker/index.vue @@ -81,7 +81,7 @@ const search = (e: any) => { currentPage.value = 1; const start = (currentPage.value - 1) * 12; const end = start + 12; - const text = e.target.value; + const text = e; if (text) { if (props.page) { icones.value = searchList(text, icons).slice(start, end); diff --git a/package/component/src/component/select/index.less b/package/component/src/component/select/index.less index 0f77e4ab..546f488c 100644 --- a/package/component/src/component/select/index.less +++ b/package/component/src/component/select/index.less @@ -5,7 +5,6 @@ .layui-select { width: 220px; - .layui-tag-input{ width: 220px; &-clear{ diff --git a/package/component/src/component/select/index.vue b/package/component/src/component/select/index.vue index ddb0732c..952c93c8 100644 --- a/package/component/src/component/select/index.vue +++ b/package/component/src/component/select/index.vue @@ -1,191 +1,203 @@ - - + + - -