From 696d189d0e9ea5961ff1c1a38d5c3f603acf7c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20treeTable=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/treeTable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/treeTable.html b/examples/treeTable.html index 9f9daa9a..2e775d7d 100644 --- a/examples/treeTable.html +++ b/examples/treeTable.html @@ -33,7 +33,7 @@ layui.use(['treeTable'], function(){ {field: 'score', title: '评分', width: 80, sort: true}, {field: 'city', title: '城市', width: 150}, {field: 'description', title: '描述', minWidth: 200}, - {field: 'createTime', title: '创建时间', width: 170}, + {field: 'createTime', title: '创建时间', width: 170, fixed: 'right'}, ]], page: true });