This commit is contained in:
zds
2022-08-24 11:24:10 +08:00
parent 9b3d8a8d93
commit 73a6f7d44e
14 changed files with 63 additions and 31 deletions

View File

@@ -53,8 +53,8 @@
v-loading="crud.loading"
:data="crud.data"
size="mini"
height="420"
style="width: 100%;"
:max-height="420"
style="width: 100%;background: transparent;overflow:auto;"
@selection-change="crud.selectionChangeHandler"
>
<el-table-column type="index" label="序号" width="100" align="center" />
@@ -63,7 +63,8 @@
</template>
</el-table>
<!--分页组件-->
<pagination />
<pagination />
</div>
</div>
</template>
@@ -131,4 +132,7 @@ export default {
<style scoped>
::-webkit-scrollbar-corner{
background: transparent;
}
</style>