|
@@ -20,8 +20,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="titlebtn titleanniu imgtupian2" :class="{headeractive: headeractive === '3'}" @click="handleSelect('3')" >瓦斯爆炸推演</div>
|
|
|
- <div class="titlebtn titleanniu imgtupian2" :class="{headeractive: headeractive === '4'}" @click="handleSelect('4')" >模型库</div>
|
|
|
+ <div class="titlebtn titleanniu imgtupian2" :class="{headeractive2: headeractive === '3'}" @click="handleSelect('3')" >瓦斯爆炸推演</div>
|
|
|
+ <div class="titlebtn titleanniu imgtupian2" :class="{headeractive2: headeractive === '4'}" @click="handleSelect('4')" >模型库</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -81,5 +81,8 @@ defineExpose({headeractive,hname});
|
|
|
.headeractive{
|
|
|
background-image: url('/src/assets/img/Rectangle4562.png') !important;
|
|
|
}
|
|
|
-
|
|
|
+.headeractive2{
|
|
|
+ background-image: url('/src/assets/img/Rectangle45622.png') !important;
|
|
|
+ background-size: 100%;
|
|
|
+}
|
|
|
</style>
|