|
@@ -1791,7 +1791,7 @@ watch(
|
|
|
item.querySelector('.vf-custom-bg')?.setAttribute("fill", "#132D4C")
|
|
|
item.querySelector('.vf-custom-bot')?.setAttribute("fill", "#040D1E")
|
|
|
// 预备小节
|
|
|
- if(state.sectionFirst && measureNum === state.sectionFirst.MeasureNumberXML){
|
|
|
+ if(state.sectionFirst && measureNum === state.sectionFirst.MeasureNumberXML && state.section.length === 2){
|
|
|
item?.querySelector('.vf-custom-bg')?.setAttribute("fill", "#71B8BD")
|
|
|
item?.querySelector('.vf-custom-bot')?.setAttribute("fill", "#448F9C")
|
|
|
}
|