浏览代码

男声女声设置调整位置

黄琪勇 11 月之前
父节点
当前提交
4c75df195b
共有 1 个文件被更改,包括 13 次插入13 次删除
  1. 13 13
      src/page-instrument/header-top/settting/index.tsx

+ 13 - 13
src/page-instrument/header-top/settting/index.tsx

@@ -87,6 +87,18 @@ export default defineComponent({
                                 </div>
                         }                        
                         {
+                            state.isSingleLine && state.modeType === "practise" && !state.isCombineRender && !state.isPercussion && 
+                                <div class={styles.cellBox}>
+                                <div class={styles.tit}>旋律线</div>
+                                    <Switch 
+                                        v-model={smoothAnimationState.isShow.value}
+                                        onChange={(value) => {
+                                            state.melodyLine = value
+                                        }}                                        
+                                    ></Switch>
+                                </div>   
+                        }
+                        {
                             state.modeType === 'practise' && state.mingSong && state.mingSongGirl &&
                             <div class={styles.cellBox}>
                                 <div class={styles.tit}>唱名类型</div>
@@ -104,19 +116,7 @@ export default defineComponent({
                                     }
                                 </div>
                             </div>                     
-                        }
-                        {
-                            state.isSingleLine && state.modeType === "practise" && !state.isCombineRender && !state.isPercussion && 
-                                <div class={styles.cellBox}>
-                                <div class={styles.tit}>旋律线</div>
-                                    <Switch 
-                                        v-model={smoothAnimationState.isShow.value}
-                                        onChange={(value) => {
-                                            state.melodyLine = value
-                                        }}                                        
-                                    ></Switch>
-                                </div>   
-                        }                           
+                        }                        
                         {
                             state.modeType === "evaluating" && 
                             <>