Browse Source

update

master
zhaohe 7 months ago
parent
commit
77546bd110
  1. 2
      src/App.vue

2
src/App.vue

@ -15,7 +15,7 @@
@click="showMessageBoxList" placeholder="显示消息" />
</a-layout-content>
<a-layout-content :style="{ overflow: 'auto' }">
<a-layout-content :style="{ overflow: 'auto',height:'100vh' }">
<div :style="{ padding: '15px' }">
<service-configuration :service-key="activeServiceKey"></service-configuration>
</div>

Loading…
Cancel
Save