主页高度问题

This commit is contained in:
姚俊旭 2025-05-27 09:23:30 +08:00
parent 1c1b1369b3
commit 11cd6a5e6c

View File

@ -34,7 +34,7 @@ const isReload = computed(() => SettingStore.isReload);
flex: 1;
display: flex;
width: 100%;
height: 100%;
height: fit-content;
@include scrollable;
box-sizing: border-box;