审计内容3添加固定表头
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
</a-space>
|
||||
</div>
|
||||
</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 v-if="column.key === 'action'">
|
||||
<a-button type="primary" danger>删除</a-button>
|
||||
@@ -2077,4 +2077,4 @@ export default {
|
||||
margin-bottom: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user