|
@@ -422,7 +422,7 @@ export default defineComponent({
|
|
|
return <img data-index={nk} src={fingerData.subject?.json?.[nk]} />;
|
|
|
})}
|
|
|
<div
|
|
|
- id="finger-note-2"
|
|
|
+ style={{left: data.viewIndex == 2 ? '0': '64%'}}
|
|
|
class={[styles.tizhi, canTizhi && styles.canDisplay]}
|
|
|
onClick={() =>
|
|
|
(fingerData.relationshipIndex = fingerData.relationshipIndex === 0 ? 1 : 0)
|
|
@@ -430,6 +430,15 @@ export default defineComponent({
|
|
|
>
|
|
|
替指
|
|
|
</div>
|
|
|
+ <div
|
|
|
+ id="finger-note-2"
|
|
|
+ style={{left: '50%', transform: 'translateX(-50%)'}}
|
|
|
+ class={styles.tizhi}
|
|
|
+ onClick={() =>
|
|
|
+ (fingerData.relationshipIndex = fingerData.relationshipIndex === 0 ? 1 : 0)
|
|
|
+ }
|
|
|
+ >
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -577,6 +586,7 @@ export default defineComponent({
|
|
|
const steps = new Array(Math.abs(tone.step)).fill(1);
|
|
|
return (
|
|
|
<Button
|
|
|
+ class={[fingerData.fingeringInfo.name == "hulusi-flute" && styles.hulusiBtn]}
|
|
|
round
|
|
|
plain
|
|
|
type={data.popupActiveTone.realName === tone.realName ? "primary" : "default"}
|