mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
refactor(projects): 去除vicons,统一使用iconify图标
This commit is contained in:
@ -8,10 +8,3 @@ export default [
|
||||
}),
|
||||
Icons()
|
||||
];
|
||||
|
||||
/**
|
||||
* iconify用法(安装对应的vscode智能提示的插件: Iconify IntelliSense)
|
||||
* 找图标:网址 https://icones.js.org/ 或者 vscode安装 icones插件
|
||||
* 确定图标名字:找到图标后复制名字 如:mdi:ab-testing 组件为: <icon-mdi:ab-testing />
|
||||
* 样式:同html标签一样直接应用style属性或者class属性; 通过设置color和font-size属性设置对应的颜色和大小
|
||||
*/
|
||||
|
Reference in New Issue
Block a user