【修改】修改样式

This commit is contained in:
zhoulingpo
2023-05-25 15:41:17 +08:00
parent fc824252c9
commit 23d1f7c3fe
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
<div class="table">
<vxe-table ref="xTable" :data="tableData" @checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent"
:empty-render="{name: 'NotData'}" align="center" border stripe
v-table-min-height="'calc(100vh - 320px)'">
v-table-min-height="'calc(100vh - 320px)'" >
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
<template #default="{ row, rowIndex }">