version 1.5: update docker file

This commit is contained in:
pycook
2019-11-30 23:07:12 +08:00
parent 882b158d18
commit 8ee7c6daf8
4 changed files with 15 additions and 7 deletions

View File

@@ -35,8 +35,8 @@
<a-table
rowKey="ci_id"
size="middle"
:columns="firstCIColumns[child.id]"
:dataSource="firstCIs[child.name]"
:columns="firstCIColumns[parent.id]"
:dataSource="firstCIs[parent.name]"
:pagination="false"
:scroll="{x: '100%'}"
></a-table>