首页动态图标大小优化

This commit is contained in:
lutinglt
2025-02-10 12:08:14 +08:00
parent 0bae3b4533
commit 91f5c77faf
3 changed files with 9 additions and 0 deletions

7
src/dashboard.scss Normal file
View File

@@ -0,0 +1,7 @@
// Made by Luting ^-^
.page-content.dashboard {
.flex-item .flex-item-trailing svg {
height: 16px;
width: 16px;
}
}