2022-04-22 07:55:56 +00:00
|
|
|
<template>
|
|
|
|
|
<div class="select-icon">
|
2022-04-22 08:30:21 +00:00
|
|
|
<div>
|
|
|
|
|
<span class="m-r-20">选择图标</span>
|
|
|
|
|
|
|
|
|
|
<el-popover placement="bottom" :width="500" trigger="click">
|
|
|
|
|
<template #reference>
|
|
|
|
|
<el-button style="margin-right: 16px">
|
|
|
|
|
<el-icon><arrow-down /> </el-icon>
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<div>goerb</div>
|
|
|
|
|
</el-popover>
|
|
|
|
|
</div>
|
2022-04-22 07:55:56 +00:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" setup></script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped></style>
|