fix: BUG修改

This commit is contained in:
kun 2023-06-26 15:10:50 +08:00
parent 3ae2a2c555
commit 15a7322ecf
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
} }
} }
.content { .content {
min-height: 83%; // min-height: 83%;
// padding: 0 10px; // padding: 0 10px;
// background-color: #ffffff; // background-color: #ffffff;
.fule { .fule {

View File

@ -10,7 +10,7 @@
height: 78px !important; height: 78px !important;
} }
:deep(.content) { :deep(.content) {
height: calc(100% - 100px) !important; height: calc(100% - 160px) !important;
} }
.leftProject { .leftProject {
// padding: 5px 8px; // padding: 5px 8px;