product
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user