Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #371
发现箭头不居中为
font-size: 1.75rem;
属性所致,去除即恢复正常所以给了个
left: -0.875rem
解决不过虽然箭头是这样对齐了,但是这个div还是没对齐,鄙人不是做前端的不是很懂CSS,不过推测是因为居中的实现方法是
left:50%
,但我也不知道应该怎么居中好(居中问题的话,通过在
lower-container
的css增加position: absolute;
解决了,halo1的版本中是有这个修饰的此外,我没有npm run build,我构建会失败
根据提示在build.rollupOptions.external增加
APlayer
和APlayer/dist/APlayer.min.css?used
后可以构建了但是构建出来的/assets/dist/
就会没有aplayer的js和css,不知道正确应该是怎么构建的,请教一下,到时候我补上此外,构建也可以加个ci(