@@ -127,7 +127,6 @@ function getMenuIcon(item) {
background-color: #fff;
display: flex;
flex-direction: column;
- padding-bottom: 111px;
transition: all 0.5s;
.menu-wrap {
flex: 1;
@@ -145,6 +145,7 @@ onMounted(() => {
}
.chart-render-box{
height: calc(100vh - 300px);
+ min-height: 600px;
</style>
@@ -131,7 +131,7 @@ function handleShowDetail(item){
multiple
clearable
v-model="selectBusinessValue"
- style="width: 240px; margin-right: 50px"
+ style="width: 280px; margin-right: 50px"
@change="refreshList"
/>
<t-button
@@ -123,6 +123,7 @@ function handleSelectChart(item) {
.table-wrap {
flex-shrink: 0;
height: calc(100vh - 150px);
+ min-height: 850px;
.table-box {
width: 100%;
border-color: #dcdfe6;