图片样式修改
This commit is contained in:
parent
ef027af1a4
commit
e2daa18de9
|
|
@ -32,7 +32,7 @@
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
<TableModel :formLabel="[]" :showOperation="false" :showRightTools="false" ref="dataRecognitionTableRef"
|
<TableModel :formLabel="[]" :showOperation="false" :showRightTools="false" ref="dataRecognitionTableRef"
|
||||||
:columnsList="columnsList" :request-api="dataRecognitionListAPI" :handleColWidth="250"
|
:columnsList="columnsList" :request-api="dataRecognitionListAPI" :handleColWidth="250"
|
||||||
:showSearch="false" :sendParams="queryParams">
|
:showSearch="false" :sendParams="queryParams" :tableMaxHeight="580">
|
||||||
<template slot="tableTitle">
|
<template slot="tableTitle">
|
||||||
<h3>数据列表</h3>
|
<h3>数据列表</h3>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue