fix select postion

This commit is contained in:
2023-05-26 16:37:09 +08:00
parent 6c966e8424
commit 13f45bcfef
8 changed files with 39 additions and 19 deletions

View File

@@ -40,12 +40,14 @@ export interface TagInputProps {
size?: TagInputSize;
tagProps?: TagProps;
disabledInput?: boolean;
position?:string;
}
const props = withDefaults(defineProps<TagInputProps>(), {
placeholder: undefined,
minCollapsedNum: 0,
size: "md",
position:"top"
});
const emit = defineEmits([
@@ -274,6 +276,7 @@ defineExpose({
trigger="hover"
popperStyle="padding:6px"
:disabled="!collapseTagsTooltip"
:position="position"
>
<LayTag v-bind="tagProps" key="more" :closable="false" :size="size">
+{{ moreCount }}...