|
@@ -18,7 +18,7 @@ import first from '../images/staff/first.png'
|
|
|
import firstActive from '../images/staff/first-active.png'
|
|
|
import fixed from '../images/staff/fixed.png'
|
|
|
import fixedActive from '../images/staff/fixed-active.png'
|
|
|
-import { Button, Popover, showLoadingToast, showToast } from 'vant';
|
|
|
+import { Button, NoticeBar, Popover, showLoadingToast, showToast } from 'vant';
|
|
|
import { state } from '@/state';
|
|
|
import {
|
|
|
getInstrumentName,
|
|
@@ -502,7 +502,11 @@ export default defineComponent({
|
|
|
opacity: !data.musicPdfUrl ? '1' : '0',
|
|
|
height: !data.musicPdfUrl ? 'auto' : '0'
|
|
|
}}>
|
|
|
- {item.value?.musicSheetName}
|
|
|
+ <NoticeBar
|
|
|
+ text={item.value?.musicSheetName}
|
|
|
+ class={styles.noticeBar}
|
|
|
+ background="none"
|
|
|
+ />
|
|
|
</div>
|
|
|
{data.iframeSrc &&
|
|
|
(isEnsemble.value || data.musicPdfUrl || !isMusicImg.value) ? (
|