Commit c2c31e1f authored by WuFeiyang's avatar WuFeiyang

1.0

parent 58afa437
...@@ -164,9 +164,9 @@ export default class App extends Vue { ...@@ -164,9 +164,9 @@ export default class App extends Vue {
// } // }
//刷新值 //刷新值
this.importActiveWidgetList(); this.importActiveWidgetList();
for (var wid of this.widgetList) { // for (var wid of this.widgetList) {
((this.$refs[wid.ref] as Array<Widget>)[0] as Widget).refresh(); // ((this.$refs[wid.ref] as Array<Widget>)[0] as Widget).refresh();
} // }
}); });
} }
}); });
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
</b-col> </b-col>
<div v-show="isShowPath"><hr /></div> <div v-show="isShowPath"><hr /></div>
</b-row> </b-row>
<div style="width:100%"> <div style="width:100%;overflow:auto">
<span style="float:left;" class="largeFont">{{ StatusValue }}</span> <span style="float:left;" class="largeFont">{{ StatusValue }}</span>
<div v-show="isShowPath"><hr /></div>
</div> </div>
<div v-show="isShowPath"><hr /></div>
<b-input-group size="lg" prepend="path" v-show="isShowPath"> <b-input-group size="lg" prepend="path" v-show="isShowPath">
<b-form-input v-model="config.data.url"></b-form-input> <b-form-input v-model="config.data.url"></b-form-input>
<b-input-group-append> <b-input-group-append>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment