mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-30 12:07:22 +08:00
🛠️ lint: 修复格式问题
This commit is contained in:
@@ -180,7 +180,7 @@ const playlistDetail = ref<IListDetail | null>(null);
|
|||||||
const getCarouselItemStyle = (
|
const getCarouselItemStyle = (
|
||||||
index: number,
|
index: number,
|
||||||
delayStep: number,
|
delayStep: number,
|
||||||
totalItems: number = 5,
|
totalItems: number,
|
||||||
maxWidth?: number
|
maxWidth?: number
|
||||||
) => {
|
) => {
|
||||||
if (isMobile.value) {
|
if (isMobile.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user