mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(components): svgIcon,添加type,调整size方案
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<div class="grid grid-cols-10">
|
||||
<template v-for="item in svgIcons" :key="item">
|
||||
<div class="mt-5px flex-x-center">
|
||||
<svg-icon :name="item" />
|
||||
<svg-icon :name="item" class="text-30px" />
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user