fix:高度

This commit is contained in:
刘玉霞 2024-11-18 18:27:52 +08:00
parent 9b2bf6c7f7
commit 9fe9f1ec93

View File

@ -1457,17 +1457,13 @@ $labelHeight: 38px;
}
}
}
@media screen and (max-width: 1366px) {
@media screen and (max-width: 1360px) {
.default-main {
font-size: 11px !important;
height: auto !important;
.summarize {
word-break: break-all !important;
}
}
}
@media screen and (max-width: 1360px) {
.default-main {
font-size: 11px !important;
.matrix {
height: auto !important;
}
@ -1525,9 +1521,9 @@ $labelHeight: 38px;
padding: 0 !important;
padding-bottom: 10px !important;
}
.matrix {
height: 900px !important;
}
// .matrix {
// height: 900px !important;
// }
:deep(.el-tabs__header) {
margin-top: -33px !important;
}