Compare commits

..

No commits in common. "e9053f0c002f230ded1f2386019b2cb0eb210af5" and "426534402f6619446c84f2ac0df10adc8a880701" have entirely different histories.

3 changed files with 2 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

View File

@ -1036,7 +1036,7 @@ module.exports = {
innerInsulation: `内保温{index}`, innerInsulation: `内保温{index}`,
co2Supplement: `CO2补气{index}`, co2Supplement: `CO2补气{index}`,
axialFan: "轴流风机", axialFan: "轴流风机",
circulationFan: "环流风", circulationFan: "环流风",
wetCurtainWindow: "湿帘外翻窗", wetCurtainWindow: "湿帘外翻窗",
tempSourceSelect: "温度来源选择", tempSourceSelect: "温度来源选择",
lightSourceSelect: "光照来源选择", lightSourceSelect: "光照来源选择",

View File

@ -119,7 +119,7 @@
</div> </div>
<div> <div>
<div v-for="item, index in rightList2.slice(4, 8)" <div v-for="item, index in rightList2.slice(4, 8)"
:class="right2Index[item.index]=='1' ? (item.index==7?'active red':'active') : ''">{{ item.name }}</div> :class="right2Index[item.index]=='1' ? 'active' : ''">{{ item.name }}</div>
</div> </div>
</div> </div>
<div class="right-view3"> <div class="right-view3">
@ -850,11 +850,6 @@ export default {
text-shadow: 0px 2px 0px rgba(0, 111, 128, 0.5); text-shadow: 0px 2px 0px rgba(0, 111, 128, 0.5);
color: #FFFFFF; color: #FFFFFF;
&.red{
background: url(../../assets/image/right-view2-act-red.png) no-repeat center;
background-size: 100% 100%;
text-shadow: 0px 2px 0px rgba(28, 176, 199, 0.5);
}
} }
} }
} }