日志优化修改-设备监控优化

This commit is contained in:
lyd
2022-08-19 15:11:58 +08:00
parent 7f7265e5fc
commit e395d856c7
5 changed files with 124 additions and 139 deletions

View File

@@ -120,6 +120,8 @@ export default {
autoWrap: true,
metaKeyMultipleSelected: true,
multipleSelectKey: 'shift',
stopZoomGraph: true,
stopScrollGraph: true,
keyboard: {
enabled: true
},
@@ -563,7 +565,7 @@ export default {
}
/* 由于背景图和gird不对齐需要css处理一下 */
.diagram /deep/ .lf-background {
left: -9px;
/*left: -9px;*/
}
.diagram-wrapper {
box-sizing: border-box;

View File

@@ -6,8 +6,8 @@ import icon_alert from '../../../image/icon_alert.png'
class ButtonNodeModel extends HtmlResize.model {
initNodeData(data) {
super.initNodeData(data)
this.width = 100
this.height = 100
this.width = 34
this.height = 34
this.text.draggable = true
this.text.editable = false
}

View File

@@ -1,7 +1,7 @@
<template>
<div>
<div style="overflow: hidden" >
<el-row>
<div id="container" className="container" />
<div id="container" className="container" style="min-height: 100%"/>
</el-row>
<!--点击设备显示信息-->
<el-dialog