bug 673 761 719 754 728 727 763

This commit is contained in:
Ranyunqiao
2026-06-16 16:16:09 +08:00
parent deb5683ca6
commit cb82f8d5bf
10 changed files with 89 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<div class="table-container">
<div ref="tableWrapperRef" class="table-wrapper">
<vxe-table
@@ -9,8 +9,7 @@
:stripe="stripe"
:size="size === 'large' ? 'medium' : size === 'small' ? 'mini' : 'small'"
:height="computedTableHeight"
:row-config="{ keyField: rowKey || 'id', isHover: true }"
:highlight-current-row="highlightCurrentRow"
:row-config="{ keyField: rowKey || 'id', isHover: true, isCurrent: highlightCurrentRow }"
show-overflow="title"
show-header-overflow="title"
:auto-resize="true"