@@ -44,7 +44,8 @@
height: 100%;
}
.content {
- height: 100%;
+ // height: 100%;
+ height: calc(100vh - 78cpx);
flex: 1;
overflow-y: auto;
overflow-x: hidden;
@@ -53,6 +54,7 @@
justify-content: center;
&.fixed-screen {
+ height: 100%;
overflow-y: hidden;
@@ -229,7 +229,7 @@
.header.use-px .header__nav--item {
height: 45px;
padding: 10px 20px;
- font-size: 18px;
+ font-size: 16px;
border-radius: 4px;
@@ -29,6 +29,7 @@
width: 100%;
display: flex;
+ overflow-y: hidden;
.left-container {
@@ -561,11 +561,11 @@
.empty-state {
+ height: calc(100% - 45px);
flex-direction: column;
align-items: center;
- padding: 40px 20px;
color: #999;
gap: 12px;