Browse Source

update

master
zhaohe 7 months ago
parent
commit
113854c9c7
  1. 4
      src/components/ServiceConfigurationActionLog.vue

4
src/components/ServiceConfigurationActionLog.vue

@ -12,8 +12,8 @@
</div>
<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">
<vue-json-pretty :data="resultContent" :deep="5" :show-double-quotes="false" :show-key-value-space="false" :show-icon="true" :item-height="18" :style="{ maxHeight: '70vh', overflowY: 'auto' }"></vue-json-pretty>
<div class="border rounded p-3 whitespace-pre bg-white mb-3 grow" style="max-height: 80vh; overflow-y: auto;">
<vue-json-pretty :data="resultContent" :deep="5" :show-double-quotes="false" :show-key-value-space="false" :show-icon="true" :item-height="18"></vue-json-pretty>
</div>
</a-modal>

Loading…
Cancel
Save