🔧工具(deps): add unplugin-imagemin

unplugin-imagemin +
vite-plugin-imagemin -
This commit is contained in:
2024-03-21 13:18:46 +08:00
parent 3e0dba1b56
commit c0ea4c40b0
15 changed files with 1569 additions and 2461 deletions

View File

@@ -1,7 +1,7 @@
.svg-icon {
// svg 图标默认宽高,根据个人使用情况自行调整
width: 20px;
height: 20px;
fill: currentColor;
overflow: hidden;
}
.svg-icon {
// svg 图标默认宽高,根据个人使用情况自行调整
width: 100px;
height:100px;
fill: currentColor;
overflow: hidden;
}