This commit is contained in:
GGJ
2023-12-26 14:51:03 +08:00
parent 14387d552f
commit c37fdba0e7
4 changed files with 8 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ body,
} }
.default-main { .default-main {
margin: var(--ba-main-space) var(--ba-main-space) 60px var(--ba-main-space); margin: var(--ba-main-space) var(--ba-main-space) 0px var(--ba-main-space);
} }
.zoom-handle { .zoom-handle {
position: absolute; position: absolute;

View File

@@ -41,6 +41,7 @@
/* dialog滚动条-s */ /* dialog滚动条-s */
.el-overlay-dialog, .el-overlay-dialog,
.el-tabs__content,
.ba-scroll-style { .ba-scroll-style {
scrollbar-width: none; scrollbar-width: none;
&::-webkit-scrollbar { &::-webkit-scrollbar {

View File

@@ -18,4 +18,9 @@ import Echart from '@/views/dashboard/components/echart.vue'
width: 100%; width: 100%;
height: 500px; height: 500px;
} }
::v-deep(.el-tabs__content) {
height: calc(100vh - 110px);
overflow-y: auto;
}
</style> </style>