fix
This commit is contained in:
@@ -640,11 +640,11 @@ export default defineComponent({
|
||||
.homeMain_max{
|
||||
position: relative;
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
.homeMain_content_body{
|
||||
flex: 1;
|
||||
height: calc(100vh - 7rem);
|
||||
height: calc(100% - 7rem);
|
||||
}
|
||||
}
|
||||
.homeMain_heade {
|
||||
|
||||
@@ -1161,6 +1161,7 @@ export default defineComponent({
|
||||
display: flex;
|
||||
// padding-left: 0.7rem;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;calc(100vh - 7rem)
|
||||
|
||||
.home_page_left {
|
||||
// width: 44.4rem;
|
||||
|
||||
Reference in New Issue
Block a user