Skip to content

Commit fb9fe3b

Browse files
authored
fix: [serach] 修复mobilefirst的search图标不居中问题 (#3259)
1 parent 3b4d05c commit fb9fe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/search/src/token.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const classes = {
5858
'pc-search-input-btn-a-mini': 'w-11 leading-[calc(theme(spacing.6)-2*theme(borderWidth.DEFAULT))]',
5959
'pc-search-input-btn-a-unbig': 'w-10 leading-[calc(theme(spacing.7)-2*theme(borderWidth.DEFAULT))]',
6060
'pc-search-input-btn-icon-search-transparent': 'fill-color-bg-1',
61-
'pc-search-input-btn-icon-search': 'text-base fill-color-none',
61+
'pc-search-input-btn-icon-search': 'text-base fill-color-none align-text-bottom',
6262
'search-selector':
6363
'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',
6464
'search-selector-body': 'max-h-[theme(spacing.72)] overflow-x-hidden overflow-y-auto',

0 commit comments

Comments
 (0)