update code

dev
haha 2024-08-02 23:36:11 +08:00
parent 8a24554d18
commit 39dc75197d
2 changed files with 12 additions and 0 deletions

View File

@ -561,6 +561,14 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
body.is-index{
.head-title {
background-color:rgba(2, 18, 56, 0.9);
}
.screen-one-2-1,.screen-one-1-1{
background-color:rgba(2, 18, 56, 0.4);
}
}
.head-title { .head-title {
z-index: 999; z-index: 999;
} }

View File

@ -527,6 +527,10 @@ export default {
if(this.$root.hasInitHeader){ if(this.$root.hasInitHeader){
this.initMe(); this.initMe();
} }
document.body.classList.add("is-index");
},
beforeDestroy(){
document.body.classList.remove("is-index");
}, },
methods: { methods: {
arrowRetract(){ arrowRetract(){