Browse Source

update

master
zhaohe 7 months ago
parent
commit
d50aeee85e
  1. 6
      src/components/ServiceConfigurationActionLog.vue

6
src/components/ServiceConfigurationActionLog.vue

@ -11,9 +11,9 @@
</div>
</div>
<a-modal v-model:open="reultDisplay" title="" width="90%" @ok="reultDisplay = false">
<div class="border rounded p-3 whitespace-pre bg-white mb-3 h-0 grow overflow-y-auto" style="height:600px;">
<vue-json-pretty :data="resultContent" :deep="1"></vue-json-pretty>
<a-modal v-model:open="reultDisplay" title="结果" @ok="reultDisplay = false" :closable="false">
<div class="border rounded p-3 whitespace-pre bg-white mb-3 grow overflow-y-auto">
<vue-json-pretty :data="resultContent" :deep="5"></vue-json-pretty>
</div>
</a-modal>

Loading…
Cancel
Save