fix
This commit is contained in:
@@ -611,11 +611,13 @@ export default defineComponent({
|
||||
.homeMain_max{
|
||||
position: relative;
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
flex-direction: column;
|
||||
.homeMain_content_body{
|
||||
flex: 1;
|
||||
height: calc(100vh - 7rem);
|
||||
height: calc(100% - 20rem);
|
||||
// height: calc(100vh - 7rem);
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
@@ -668,7 +670,7 @@ export default defineComponent({
|
||||
.message_iconItem_value{
|
||||
padding: 1rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transform: translateX(-96%);
|
||||
top: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user