[update 87469] 首页样式补充

This commit is contained in:
danshihao
2024-08-06 10:11:10 +08:00
parent 39a84c6408
commit 99b53c0b72
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -110,6 +110,9 @@ export default {
}
// 1366屏幕
@media screen and (max-width: 1366px) {
.all-wrapper {
height: calc(100vh - 60px - 8px - 20px + 200px);
}
/deep/ .top-wrapper {
.left-p {
font-size: 16px;
@@ -579,7 +579,7 @@ export default {
@media screen and (max-width: 1366px) {
.warning-wrapper {
/deep/ .ant-table-body {
max-height: calc(100vh - 414px) !important;
max-height: calc(100vh - 345px) !important;
}
//height: calc(110vh - 550px) !important;
}