v1.4.2 - enhancements

This commit is contained in:
LINING-PC\lining
2025-11-01 15:46:12 +08:00
parent 65059e1978
commit 4fff9d20f4
37 changed files with 10325 additions and 2635 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ onMounted(async () => {
position: fixed;
top: 0;
left: 0;
width: 540px; /* 增加Drawer宽度,适中大气 */
width: 50%; /* 增加Drawer宽度,适中大气 */
height: 100vh;
background: var(--gantt-bg-primary, #fff);
box-shadow: 2px 0 24px rgba(0, 0, 0, 0.1);