修复列表编号与图标显示问题
parent
928cf264b0
commit
ff8a8d860f
|
@ -505,7 +505,7 @@ table {
|
|||
flex: auto;
|
||||
}
|
||||
|
||||
&.num {
|
||||
&.num, .num {
|
||||
.nobreak;
|
||||
.center;
|
||||
padding-left: 3px;
|
||||
|
@ -591,6 +591,6 @@ table {
|
|||
|
||||
.play-active-enter-from,
|
||||
.play-active-leave-to {
|
||||
transform: scale(0.8);
|
||||
transform: scale(0.3);
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
>
|
||||
<div class="list-item-cell no-select" :class="$style.num" style="flex: 0 0 5%;">
|
||||
<div v-if="playerInfo.isPlayList && playerInfo.playIndex === index" :class="$style.playIcon">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" width="50%" viewBox="0 0 512 512" space="preserve">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" height="50%" viewBox="0 0 512 512" space="preserve">
|
||||
<use xlink:href="#icon-play-outline" />
|
||||
</svg>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<div class="list-item-cell no-select" :class="$style.num" style="flex: 0 0 5%;">
|
||||
<transition name="play-active">
|
||||
<div v-if="playerInfo.isPlayList && playerInfo.playIndex === index" :class="$style.playIcon">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" width="50%" viewBox="0 0 512 512" space="preserve">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" height="50%" viewBox="0 0 512 512" space="preserve">
|
||||
<use xlink:href="#icon-play-outline" />
|
||||
</svg>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue