From cf56b5db24f9981a1a1783f3a95fb92d77fe65d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Mon, 29 Jul 2024 15:39:51 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E8=8A=82=E7=82=B9=E4=B8=8B?= =?UTF-8?q?=E7=BA=A7=E6=95=B0=E9=87=8F=E5=A4=A7=E4=BA=8E100=E6=94=B6?= =?UTF-8?q?=E8=B5=B7=E6=97=B6=E6=98=BE=E7=A4=BA=E7=9C=81=E7=95=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Edit.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue index b0d17042..0fc646bf 100644 --- a/web/src/pages/Edit/components/Edit.vue +++ b/web/src/pages/Edit/components/Edit.vue @@ -412,6 +412,9 @@ export default { cssText, height: 30 } + }, + expandBtnNumHandler: num => { + return num >= 100 ? '…' : num } // createNodePrefixContent: (node) => { // const el = document.createElement('div')