Pre Merge pull request !122 from itbofeng/N/A

pull/122/MERGE
itbofeng 1 year ago committed by Gitee
commit b0e5e5fb43
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -1,8 +1,6 @@
<template>
<el-dropdown trigger="click" @command="handleSetSize">
<div>
<svg-icon class-name="size-icon" icon-class="size" />
</div>
<svg-icon class-name="size-icon" icon-class="size" style="height: 100%"/>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item v-for="item of sizeOptions" :key="item.value" :disabled="size===item.value" :command="item.value">
{{ item.label }}

Loading…
Cancel
Save