修改library里面的sketch的generate
This commit is contained in:
@@ -197,7 +197,6 @@ export default defineComponent({
|
||||
payOrder,
|
||||
TaskPage,
|
||||
navRouter,
|
||||
navRouter,
|
||||
},
|
||||
setup(){
|
||||
const store = useStore();
|
||||
@@ -612,8 +611,6 @@ export default defineComponent({
|
||||
this.store.commit('clearAllData')
|
||||
// window.location.reload()
|
||||
window.location.href = '/home';
|
||||
// window.location.reload()
|
||||
window.location.href = '/home';
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -640,11 +637,11 @@ export default defineComponent({
|
||||
.homeMain_max{
|
||||
position: relative;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
flex-direction: column;
|
||||
.homeMain_content_body{
|
||||
flex: 1;
|
||||
height: calc(100% - 7rem);
|
||||
height: calc(100vh - 7rem);
|
||||
}
|
||||
}
|
||||
.homeMain_heade {
|
||||
|
||||
Reference in New Issue
Block a user