From 634361af1b9caff1fd0a6d887d545fc5d3bd6790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20treeTable=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/treeTable/examples/demo.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/treeTable/examples/demo.md b/docs/treeTable/examples/demo.md index b8b542b2..c4566066 100644 --- a/docs/treeTable/examples/demo.md +++ b/docs/treeTable/examples/demo.md @@ -41,11 +41,10 @@ layui.use(function(){ {type: 'checkbox', fixed: 'left'}, {field: 'id', title: 'ID', width: 80, sort: true, fixed: 'left'}, {field: 'name', title: '用户名', width: 180, fixed: 'left'}, - {field: 'experience', title: '积分', width: 90, sort: true}, {field: 'sex', title: '性别', width: 80, sort: true}, - {field: 'score', title: '评分', width: 80, sort: true}, - {field: 'city', title: '城市'}, - { fixed: "right", title: "操作", width: 181, align: "center", toolbar: "#TPL-treeTable-demo-tools"} + {field: 'experience', title: '积分', width: 90, sort: true}, + {field: 'city', title: '城市', width: 100}, + { fixed: "right", title: "操作", width: 190, align: "center", toolbar: "#TPL-treeTable-demo-tools"} ]], page: true });