修复暂停按钮图标显示

pull/1123/head
lyswhut 2023-01-06 14:35:52 +08:00
parent b40e57f191
commit 399208429d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</svg> </svg>
</button> </button>
<button v-if="pauseBtn" type="button" :aria-label="$t('list__pause')" @contextmenu.capture.stop @click.stop="handleClick('pause')"> <button v-if="pauseBtn" type="button" :aria-label="$t('list__pause')" @contextmenu.capture.stop @click.stop="handleClick('pause')">
<svg v-once version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" height="100%" viewBox="0 0 277.338 277.338" space="preserve"> <svg v-once version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" height="100%" viewBox="0 0 1024 1024" space="preserve">
<use xlink:href="#icon-pause" /> <use xlink:href="#icon-pause" />
</svg> </svg>
</button> </button>