fix 修改图标大小

This commit is contained in:
lwh 2023-06-02 21:46:13 +08:00
parent dfdfd071c8
commit b7b3306f22

View File

@ -53,8 +53,8 @@ const sideTheme = computed(() => settingsStore.sideTheme);
width: 100%;
& .sidebar-logo {
width: 50px;
height: 50px;
width: 70px;
height: 70px;
vertical-align: middle;
margin-right: 12px;
}