From bed3665e5953d6c7a0938f574ea5c3dd8dae635f Mon Sep 17 00:00:00 2001 From: "LINING-PC\\lining" Date: Sun, 11 Jan 2026 17:29:49 +0800 Subject: [PATCH] v1.7.1 - demo style update --- demo/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/App.vue b/demo/App.vue index 5712109..b72cd03 100644 --- a/demo/App.vue +++ b/demo/App.vue @@ -2066,7 +2066,7 @@ const handleCustomMenuAction = (action: string, task: Task) => { border: 1px solid var(--gantt-border-color, #e4e7ed); border-radius: 8px; padding: 16px; - margin: 0 10px 20px 10px; + margin: 20px 10px 20px 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column;