refactor: 优化搜索输入框 input => input-search

This commit is contained in:
2024-11-23 21:27:29 +08:00
parent b030921189
commit 7402de5695
20 changed files with 30 additions and 36 deletions

View File

@@ -33,7 +33,15 @@
<template #title>
<a-space>
<img :src="item.logo" width="35px" height="25px" alt="logo" />
<a-typography-text bold>{{ item.alias }}</a-typography-text>
<a-typography-paragraph
:ellipsis="{
rows: 1,
showTooltip: true,
css: true,
}"
>
{{ item.alias }}
</a-typography-paragraph>
</a-space>
</template>
<template #description>