Skip to content

fix(search): Fix the margin issue of multi terminal mode dropdown type #3453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/vue/src/search/src/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ export const classes = {
'pc-search-input-btn-icon-search-transparent': 'fill-color-bg-1',
'pc-search-input-btn-icon-search': 'text-base fill-color-none align-text-bottom',
'search-selector':
'absolute top-full left-0 overflow-hidden min-w-[theme(spacing.18)] border border-solid border-color-border rounded text-xs shadow bg-color-bg-1 text-color-text-primary mt-0.5 py-1 hidden sm:block',
'absolute top-full left-0 overflow-hidden min-w-[theme(spacing.18)] border border-solid border-color-border rounded text-xs shadow bg-color-bg-1 text-color-text-primary mt-0.5 hidden sm:block',
'search-selector-body': 'max-h-[theme(spacing.72)] overflow-x-hidden overflow-y-auto',
'search-selector-poplist-item':
'px-3 min-h-[theme(spacing.6)] leading-6 max-w-full overflow-hidden text-left text-ellipsis whitespace-nowrap cursor-pointer hover:bg-color-bg-2',
'flex items-center h-8 !px-2 max-w-full overflow-hidden text-left text-ellipsis whitespace-nowrap cursor-pointer hover:bg-color-bg-2',
'search-selector-poplist-item-big': 'text-sm',
'search-selector-poplist-item-medium': 'text-sm',
'search-selector-poplist-item-mini': 'text-xs',
Expand Down
Loading