大屏预览底部空白修复
This commit is contained in:
@@ -271,7 +271,6 @@ export default {
|
|||||||
return { top: top, left: left }
|
return { top: top, left: left }
|
||||||
},
|
},
|
||||||
objToOne(obj) {
|
objToOne(obj) {
|
||||||
console.log(obj)
|
|
||||||
let tmpData = {}
|
let tmpData = {}
|
||||||
for (let index in obj) {
|
for (let index in obj) {
|
||||||
if (typeof obj[index] == 'object' && !this.isArrayFn(obj[index])) {
|
if (typeof obj[index] == 'object' && !this.isArrayFn(obj[index])) {
|
||||||
|
|||||||
@@ -20,8 +20,8 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
:title="''"
|
:title="''"
|
||||||
class="dialogDrillDrown dialogDrillDrownView" :visible.sync="visiableDrillView">
|
class="dialogDrillDrown dialogDrillDrownView" :visible.sync="visiableDrillView">
|
||||||
<drill-drown-view :screenData="screenData"></drill-drown-view>
|
<drill-drown-view :screenData="screenData"></drill-drown-view>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
@@ -133,9 +133,9 @@ export default {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.layout {
|
.layout {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow:hidden
|
|
||||||
}
|
}
|
||||||
.dialogDrillDrownView .el-dialog{
|
.dialogDrillDrownView .el-dialog{
|
||||||
width:auto;
|
width:auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user