🛠️ lint: 修复格式问题

This commit is contained in:
alger
2025-03-23 00:33:49 +08:00
parent cda440b01a
commit 4c10533a3d
+1 -1
View File
@@ -180,7 +180,7 @@ const playlistDetail = ref<IListDetail | null>(null);
const getCarouselItemStyle = (
index: number,
delayStep: number,
totalItems: number = 5,
totalItems: number,
maxWidth?: number
) => {
if (isMobile.value) {