提交
This commit is contained in:
@@ -45,7 +45,7 @@ body,
|
||||
}
|
||||
|
||||
.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 {
|
||||
position: absolute;
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
/* dialog滚动条-s */
|
||||
.el-overlay-dialog,
|
||||
.el-tabs__content,
|
||||
.ba-scroll-style {
|
||||
scrollbar-width: none;
|
||||
&::-webkit-scrollbar {
|
||||
|
||||
@@ -16,7 +16,7 @@ const scatterOptions = reactive({
|
||||
title: {
|
||||
text: '散点图',
|
||||
// top: 'center',
|
||||
left: 'center'
|
||||
left: 'center'
|
||||
},
|
||||
|
||||
toolbox: {
|
||||
|
||||
@@ -18,4 +18,9 @@ import Echart from '@/views/dashboard/components/echart.vue'
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
::v-deep(.el-tabs__content) {
|
||||
height: calc(100vh - 110px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user