APlayer
APlayer copied to clipboard
Fixed Mode position
It may be better if the position of the player(left/right) is switchable.
if you use vue & less in you project,above styles can help you change APlayer to right side
.aplayer {
left: unset;
::v-deep {
.aplayer-list {
width: 400px;
}
.aplayer-body {
left: unset;
padding-right: 0;
.aplayer-miniswitcher {
right: unset;
left: -18px;
transform: rotate(180deg);
}
}
}
}