Merge 3390ad9512
into aa211fd789
commit
fb54ffcc4f
|
@ -21,7 +21,7 @@ If you want specific control over the positioning and placement of the `Icon`, t
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<a-space direction="vertical">
|
<a-space direction="vertical">
|
||||||
<a-space warp>
|
<a-space wrap>
|
||||||
<a-tooltip title="search">
|
<a-tooltip title="search">
|
||||||
<a-button type="primary" shape="circle" :icon="h(SearchOutlined)" />
|
<a-button type="primary" shape="circle" :icon="h(SearchOutlined)" />
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
|
@ -32,7 +32,7 @@ If you want specific control over the positioning and placement of the `Icon`, t
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<a-button :icon="h(SearchOutlined)">Search</a-button>
|
<a-button :icon="h(SearchOutlined)">Search</a-button>
|
||||||
</a-space>
|
</a-space>
|
||||||
<a-space warp>
|
<a-space wrap>
|
||||||
<a-tooltip title="search">
|
<a-tooltip title="search">
|
||||||
<a-button shape="circle" :icon="h(SearchOutlined)" />
|
<a-button shape="circle" :icon="h(SearchOutlined)" />
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
|
|
Loading…
Reference in New Issue