|
@@ -186,6 +186,8 @@ export default defineComponent({
|
|
const actualEndIndex = state.userChooseEndIndex > state.section[1].MeasureNumberXML ? state.userChooseEndIndex : state.section[1].MeasureNumberXML
|
|
const actualEndIndex = state.userChooseEndIndex > state.section[1].MeasureNumberXML ? state.userChooseEndIndex : state.section[1].MeasureNumberXML
|
|
// 选段预备拍背景
|
|
// 选段预备拍背景
|
|
if (state.sectionFirst && item.MeasureNumberXML === state.sectionFirst.MeasureNumberXML) {
|
|
if (state.sectionFirst && item.MeasureNumberXML === state.sectionFirst.MeasureNumberXML) {
|
|
|
|
+ console.log(1111111)
|
|
|
|
+ item.staveBox.height = selectData.measureHeight + 'px';
|
|
return styles.prepareStaveBox;
|
|
return styles.prepareStaveBox;
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
@@ -212,6 +214,7 @@ export default defineComponent({
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if (state.activeMeasureIndex == item.MeasureNumberXML && !state.isReport) {
|
|
if (state.activeMeasureIndex == item.MeasureNumberXML && !state.isReport) {
|
|
|
|
+ item.staveBox.height = selectData.measureHeight + 'px';
|
|
return styles.staveBox;
|
|
return styles.staveBox;
|
|
}
|
|
}
|
|
}
|
|
}
|