fix 固定列无法显示问题

This commit is contained in:
xuliangzhan
2024-04-26 11:11:34 +08:00
parent c925e7d421
commit b6a6da61b5
5 changed files with 41899 additions and 2 deletions

1
lib_temp/demo.html Normal file
View File

@@ -0,0 +1 @@
<!doctype html><meta charset="utf-8"><title>index demo</title><script src="./index.umd.js"></script><link rel="stylesheet" href="./index.css"><script>console.log(index)</script>

1
lib_temp/index.css Normal file

File diff suppressed because one or more lines are too long

41895
lib_temp/index.umd.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "3.8.0",
"version": "3.8.1",
"description": "一个基于 vue 的 PC 端表单/表格组件支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",

View File

@@ -1109,7 +1109,7 @@ export default {
/**
* 表体
*/
h('vxe-table-body', {
h(VxeTableBody, {
ref: 'tableBody',
props: {
tableData,