mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-31 14:01:57 +08:00
update ruoyi-ui/src/components/SizeSelect/index.vue.
修改 布局大小 图标位置不剧中问题
This commit is contained in:
@@ -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 }}
|
||||
@@ -53,4 +51,4 @@ export default {
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
Reference in New Issue
Block a user