mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<pre-code class="typescript">{{ demoCodes[3] }}</pre-code>
|
||||
</pre>
|
||||
|
||||
<p class="tip">设置为 <table-api-link prop="auto-resize"/> 响应式就可以自动跟随父容器宽、高动态变化</p>
|
||||
<p class="tip">默认 <table-api-link prop="auto-resize"/> 是关闭的,设置为 <table-api-link prop="auto-resize"/> 响应式就可以自动跟随父容器宽、高动态变化</p>
|
||||
|
||||
<vxe-toolbar>
|
||||
<template #buttons>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table",
|
||||
"version": "4.5.14-beta.0",
|
||||
"version": "4.5.14-beta.1",
|
||||
"description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
|
||||
"scripts": {
|
||||
"update": "npm install --legacy-peer-deps",
|
||||
|
||||
@@ -14,7 +14,7 @@ const GlobalConfig: VXETableConfigOptions = {
|
||||
showHeader: true,
|
||||
animat: true,
|
||||
delayHover: 250,
|
||||
autoResize: true,
|
||||
autoResize: false,
|
||||
minHeight: 144,
|
||||
// keepSource: false,
|
||||
// showOverflow: null,
|
||||
|
||||
Reference in New Issue
Block a user