Skip to content

Commit 0f3e597

Browse files
committed
fixed doc error
1 parent 2b9b82a commit 0f3e597

File tree

2 files changed

+2
-2
lines changed
  • examples/src/docs

2 files changed

+2
-2
lines changed

examples/src/docs/en/ve-table/api/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export const db = {
684684
desc: `The min row height (PX). The smaller the value is, the more row is rendered in the table visualization range. It can be set according to the actual minimum height`,
685685
type: "<code>Number</code>",
686686
optionalVal: "-",
687-
default: "42",
687+
default: "40",
688688
},
689689
{
690690
param: "scrolling",

examples/src/docs/zh/ve-table/api/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export const db = {
684684
desc: `最小行高(px)。值越小,可视化范围渲染的数据越多,具体根据实际最小高度设置即可`,
685685
type: "<code>Number</code>",
686686
optionalVal: "-",
687-
default: "42",
687+
default: "40",
688688
},
689689
{
690690
param: "scrolling",

0 commit comments

Comments
 (0)