From 38f91da5af9e33cb8e288ae9f5fe77138c3b0636 Mon Sep 17 00:00:00 2001 From: zoumingjun <846027729@qq.com> Date: Sat, 18 Oct 2025 21:22:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=8F=8C=E5=88=97?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E7=BB=84=E4=BB=B6=E7=82=B9=E5=87=BB=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E5=B7=A6=E4=BE=A7=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=8D=E5=B1=85=E4=B8=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/views/examples/layout/col-page.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/playground/src/views/examples/layout/col-page.vue b/playground/src/views/examples/layout/col-page.vue index 5b18330e..5070ac3d 100644 --- a/playground/src/views/examples/layout/col-page.vue +++ b/playground/src/views/examples/layout/col-page.vue @@ -22,8 +22,8 @@ const props = reactive({ leftWidth: 30, resizable: true, rightWidth: 70, - splitHandle: false, - splitLine: false, + splitHandle: true, + splitLine: true, }); const leftMinWidth = ref(props.leftMinWidth || 1); const leftMaxWidth = ref(props.leftMaxWidth || 100); @@ -42,7 +42,11 @@ const leftMaxWidth = ref(props.leftMaxWidth || 100);