Commit 13b15726 by liuyong

修改画布

1 parent 31ae5e3d
Showing with 1 additions and 2 deletions
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
{{ item.name }} {{ item.name }}
</div> </div>
</div> </div>
<div style="width: 80%;height: 100%;border: 1px solid #000;overflow: auto;"> <div style="width: 80%;height: 100%;border: 1px solid #000;overflow: auto;text-align: left;">
<div :style="{ 'display': 'inline-block','margin': '10px','border': graphIndex == index ? '2px solid #0D867F' : 'none','padding': '8px', 'border-radius': '6px' }" <div :style="{ 'display': 'inline-block','margin': '10px','border': graphIndex == index ? '2px solid #0D867F' : 'none','padding': '8px', 'border-radius': '6px' }"
v-for="(item, index) in graphList" :key="item.graphId"> v-for="(item, index) in graphList" :key="item.graphId">
<img @click="clickGraph(index)" class="tu_biao_icon" :src="'data:image/svg+xml;base64,'+item.icon" alt="" /> <img @click="clickGraph(index)" class="tu_biao_icon" :src="'data:image/svg+xml;base64,'+item.icon" alt="" />
...@@ -341,7 +341,6 @@ export default { ...@@ -341,7 +341,6 @@ export default {
} }
}, },
editItem(row) {//编辑 editItem(row) {//编辑
console.log(row)
this.ruleForm.let1 = row.elementName; this.ruleForm.let1 = row.elementName;
this.ruleForm.let2 = row.archiLevelId; this.ruleForm.let2 = row.archiLevelId;
this.ruleForm.let3 = row.archiBelongId; this.ruleForm.let3 = row.archiBelongId;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!