mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-09 03:51:25 +08:00
refactor: replace simple px utility styles
This commit is contained in:
@@ -143,14 +143,16 @@ function menuIcon(menu: MenuRecordRaw) {
|
||||
}
|
||||
|
||||
.vben-normal-menu__icon {
|
||||
max-height: 20px;
|
||||
@apply max-h-5;
|
||||
|
||||
font-size: calc(var(--font-size-base, 16px) * 1.25);
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
|
||||
.vben-normal-menu__name {
|
||||
@apply mt-2;
|
||||
|
||||
width: 100%;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 0;
|
||||
font-size: calc(var(--font-size-base, 16px) * 0.75);
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user