修改bug
This commit is contained in:
parent
879f08c3b3
commit
a9e5966311
|
@ -295,10 +295,10 @@
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
height: 100vh;
|
// height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
|
// overflow: hidden;
|
||||||
.leftTab {
|
.leftTab {
|
||||||
width:19%;
|
width:19%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -202,10 +202,10 @@
|
||||||
margin-left: 42%;
|
margin-left: 42%;
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
height: 100vh;
|
// height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
|
// overflow: hidden;
|
||||||
.leftTab {
|
.leftTab {
|
||||||
width:19%;
|
width:19%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -396,10 +396,11 @@
|
||||||
margin-left: 42%;
|
margin-left: 42%;
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
height: 100vh;
|
// height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
|
// overflow: hidden;
|
||||||
|
|
||||||
.leftTab {
|
.leftTab {
|
||||||
width:19%;
|
width:19%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue