Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

吸底模式的列表文字没有右对齐 #399

Closed
MoonLikeSinging opened this issue May 22, 2020 · 1 comment
Closed

吸底模式的列表文字没有右对齐 #399

MoonLikeSinging opened this issue May 22, 2020 · 1 comment

Comments

@MoonLikeSinging
Copy link

我用的单文件模式

  APlayer, {
  defaultCover: require('./assets/img/long.jpg'),
  productionTip: false,
})

<APlayer  :audio='audio' :lrcType='3' fixed :listMaxHeight=90></APlayer>

audio: [{
        name: '夜照亮了夜',
        artist: 'Moon',
        url: require('./assets/audio/yezhaoliangleye.mp3'),
        cover: require('./assets/img/long.jpg'),
      },
      {
        name: '涛声依旧',
        artist: 'Moon',
        url: require('./assets/audio/taoshengyijiu.mp3')
      }]

@MoonLikeSinging
Copy link
Author

我自己的css的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant