feat: 竖屏适配 #54

Manually merged
remilia merged 8 commits from feat/media-layout into master 2025-11-01 16:38:38 +08:00
5 changed files with 294 additions and 14 deletions
Showing only changes of commit fc164beaf3 - Show all commits

View File

@ -104,7 +104,6 @@
watch(height, (h) => { watch(height, (h) => {
if (h > 0) { if (h > 0) {
carouselHeight.value = h + 40 + 'px'; carouselHeight.value = h + 40 + 'px';
console.log('carouselHeight updated:', carouselHeight.value);
} }
}); });