审计内容3添加固定表头
This commit is contained in:
@@ -190,7 +190,7 @@
|
|||||||
</a-space>
|
</a-space>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<a-table :columns="item.columns" bordered :data-source="item.data">
|
<a-table :columns="item.columns" :scroll="{ y: 500 }" bordered :data-source="item.data">
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
<template v-if="column.key === 'action'">
|
<template v-if="column.key === 'action'">
|
||||||
<a-button type="primary" danger>删除</a-button>
|
<a-button type="primary" danger>删除</a-button>
|
||||||
@@ -2077,4 +2077,4 @@ export default {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user