mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-16 18:57:15 +08:00
refactor: 优化搜索输入框 input => input-search
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user