|
@@ -45,7 +45,7 @@ export default defineComponent({
|
|
|
<div onClick={() => doubeClick()} class={[styles.fingeringContainer]}>
|
|
|
<span class={[styles.yidiao, rs.includes(0) && styles.canDisplay]}>转调</span>
|
|
|
|
|
|
- <div class={styles.imgs}>
|
|
|
+ <div class={styles.imgs} style={{transform: state.fingeringInfo.transform}}>
|
|
|
<img src={fingerData.subject?.json?.full} />
|
|
|
{rs.map((key: number | string, index: number) => {
|
|
|
const nk: string = typeof key === "string" ? key.replace("active-", "") : String(key);
|