This commit is contained in:
X1627315083
2024-06-01 10:02:21 +08:00
parent 89ee910ce9
commit ff9e2f510b
21 changed files with 2046 additions and 1798 deletions

View File

@@ -208,6 +208,8 @@ export default defineComponent({
}
this.getCredits()
this.getLang('')
//语言适配
this.store.dispatch('getLangType')
},
methods: {
setTask(data){
@@ -394,13 +396,15 @@ export default defineComponent({
.homeMain_max{
position: relative;
display: flex;
height: 100%;
height: 100vh;
flex-direction: column;
.homeMain_content_body{
flex: 1;
height: calc(100vh - 7rem);
}
}
.homeMain_heade {
flex-shrink: 0;
display: flex;
justify-content: space-between;
// padding: 0 30px;