lijingjia 4 weeks ago
parent 571df2ad83
commit 4e11b0831c

@ -28,6 +28,7 @@
size="mini"
@cell-dblclick="dbclickVxeRow"
>
<vxe-column type="checkbox" width="40"></vxe-column>
<vxe-column
v-for="(item, index) in getBindValues.columns"
:key="`${item.dataIndex}-${index}`"

@ -64,7 +64,6 @@ export function useTableScroll(
if (!table) return
const tableEl: Element = table.$el
console.log(tableEl)
if (!tableEl) return
if (!bodyEl) {
@ -151,7 +150,6 @@ export function useTableScroll(
const headerCellHeight =
(tableEl.querySelector('.ant-table-title') as HTMLElement)?.offsetHeight ?? 0
console.log(wrapHeight - formHeight - headerCellHeight - tablePadding - paginationMargin)
bottomIncludeBody =
wrapHeight - formHeight - headerCellHeight - tablePadding - paginationMargin
} else {

@ -204,7 +204,7 @@ h5 {
.YSDBC,
.WTJ,
.YDC {
padding: 4px 13px;
padding: 2px 13px;
border-radius: 30px;
font-size: 10px;
font-weight: 700 !important;

Loading…
Cancel
Save