Browse Source

美化表格展示效果

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

4
src/components/ServiceConfigurationActionLog.vue

@ -22,8 +22,8 @@
<div ref="chartContainer" class="w-full bg-white mb-3 border rounded" style="height:600px;"></div>
</a-modal>
<a-modal v-model:open="tableDisEnable" title="表单" width="90%" @ok="tableDisEnable = false">
<a-table :pagination=false :scroll="{ y: '50vh' }" :columns="columns" :data-source="tableData" />
<a-modal v-model:open="tableDisEnable" title="表单" width="90%" @ok="tableDisEnable = false">
<a-table :pagination=false :scroll="{ x: 3000, y: '50vh' }" :expand-column-width="100" :columns="columns" :data-source="tableData" />
</a-modal>
</div>

Loading…
Cancel
Save