Compare commits

...

2 Commits

Author SHA1 Message Date
e8e62576e1 Merge remote-tracking branch 'origin/dev' into dev 2025-05-27 09:23:39 +08:00
11cd6a5e6c 主页高度问题 2025-05-27 09:23:30 +08:00

View File

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