feat: 【ele】新增 general 单表代码生成示例
parent
316fc05c52
commit
f6a9340c53
|
@ -43,11 +43,7 @@ defineExpose({
|
||||||
<template #content>
|
<template #content>
|
||||||
<div class="max-w-[200px]">搜索</div>
|
<div class="max-w-[200px]">搜索</div>
|
||||||
</template>
|
</template>
|
||||||
<ElButton
|
<ElButton class="ml-2 font-[8px]" circle @click="onHiddenSearchBar">
|
||||||
class="ml-2 font-[8px]"
|
|
||||||
circle
|
|
||||||
@click="onHiddenSearchBar"
|
|
||||||
>
|
|
||||||
<Search :size="15" />
|
<Search :size="15" />
|
||||||
</ElButton>
|
</ElButton>
|
||||||
</ElTooltip>
|
</ElTooltip>
|
||||||
|
|
Loading…
Reference in New Issue