forked from github/dataease
feat: 视图字段可调整高度
This commit is contained in:
parent
54c32bdf34
commit
41f8907926
@ -84,6 +84,10 @@
|
||||
@click="changeDs"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="field-split">
|
||||
<fu-split-pane top="50%" direction="vertical">
|
||||
<template v-slot:top>
|
||||
<div class="padding-lr field-height">
|
||||
<span>{{ $t('chart.dimension') }}</span>
|
||||
<draggable
|
||||
@ -110,6 +114,8 @@
|
||||
</transition-group>
|
||||
</draggable>
|
||||
</div>
|
||||
</template>
|
||||
<template v-slot:bottom>
|
||||
<div class="padding-lr field-height">
|
||||
<span>{{ $t('chart.quota') }}</span>
|
||||
<draggable
|
||||
@ -142,6 +148,10 @@
|
||||
</transition-group>
|
||||
</draggable>
|
||||
</div>
|
||||
</template>
|
||||
</fu-split-pane>
|
||||
</div>
|
||||
|
||||
</el-col>
|
||||
|
||||
<el-col
|
||||
@ -2749,7 +2759,7 @@ span {
|
||||
}
|
||||
|
||||
.field-height {
|
||||
height: calc(50% - 20px);
|
||||
height: 100%;
|
||||
border-top: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
@ -2883,4 +2893,9 @@ span {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.field-split{
|
||||
height: 700px;
|
||||
// height: calc(100% - 40px);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user