refactor: enhance UI compatibility

This commit is contained in:
qier222 2021-01-02 20:55:43 +08:00
parent 3c3e5e7569
commit acf3d768f8
14 changed files with 264 additions and 330 deletions

View file

@ -152,10 +152,6 @@ export default {
this.$parent.likeASong(this.track.id);
},
},
created() {
if (this.$parent.itemWidth !== -1)
this.trackStyle = { width: this.$parent.itemWidth + "px" };
},
};
</script>
@ -323,7 +319,6 @@ button {
}
.track.tracklist {
width: 256px;
img {
height: 36px;
width: 36px;