From e4576474efb941c1fe59b429677bdf073e27e378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BD=AD=E5=A4=A7=E8=99=8E=E7=8C=AB?= Date: Mon, 15 Aug 2022 08:15:38 +0000 Subject: [PATCH] update docs/component/uniui/uni-table.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 龙潭大虎猫 --- docs/component/uniui/uni-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/uniui/uni-table.md b/docs/component/uniui/uni-table.md index 4e4cbd28b..b414c19fe 100644 --- a/docs/component/uniui/uni-table.md +++ b/docs/component/uniui/uni-table.md @@ -88,7 +88,7 @@ |属性名|类型|默认值|可选值|说明| |:-:|:-: |:-:| :-:|:-:| -|width|String | -|-| 单元格宽度| +|width|String | -|-| 单元格宽度(支持纯数字、携带单位px或rpx。目前不支持百分比)| |align|String | left|left/center/right| 表头对齐方式| |filter-type|String ||search/select/range/date | 筛选类型,search关键字搜索,select类别选择| |filter-data|Array ||| 筛选数据| -- Gitee