diff --git a/packages/select-transfer-modal/index.vue b/packages/select-transfer-modal/index.vue index 4cc4c6d..e65032b 100644 --- a/packages/select-transfer-modal/index.vue +++ b/packages/select-transfer-modal/index.vue @@ -14,15 +14,14 @@ - +
- + {{ option.label }} @@ -39,34 +38,21 @@ - + }" :data="data" :filter-method="filterMethod" :props="props">
@@ -262,5 +248,14 @@ watch(() => properties.show, (show) => { .el-checkbox:last-of-type { margin-right: 30px; } + + .el-transfer { + width: 100%; + display: flex; + + .el-transfer-panel { + flex: 1; + } + } } diff --git a/types/auto-imports.d.ts b/types/auto-imports.d.ts index 54cfeb9..b0a515f 100644 --- a/types/auto-imports.d.ts +++ b/types/auto-imports.d.ts @@ -306,7 +306,6 @@ declare module 'vue' { readonly $shallowRef: UnwrapRef readonly $toRef: UnwrapRef readonly EffectScope: UnwrapRef - readonly ElMessage: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef @@ -594,7 +593,6 @@ declare module '@vue/runtime-core' { readonly $shallowRef: UnwrapRef readonly $toRef: UnwrapRef readonly EffectScope: UnwrapRef - readonly ElMessage: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef readonly computed: UnwrapRef