v1.0.10 - UX upgrades

This commit is contained in:
LINING-PC\lining
2025-07-06 11:03:03 +08:00
parent 94ee66cbb4
commit af4a35254f
20 changed files with 2026 additions and 191 deletions
+3 -3
View File
@@ -587,7 +587,7 @@ onUnmounted(() => {
background: var(--gantt-bg-toolbar, #f8f9fa);
border-bottom: 1px solid var(--gantt-border-color, #ebeef5);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease;
/*transition: all 0.2s ease;*/
}
.toolbar-left {
@@ -616,7 +616,7 @@ onUnmounted(() => {
background: transparent;
color: var(--gantt-text-primary, #606266);
cursor: pointer;
transition: all 0.2s ease;
/*transition: all 0.2s ease;*/
outline: none;
}
@@ -682,7 +682,7 @@ onUnmounted(() => {
border: 1px solid var(--gantt-border-color, #dcdfe6);
color: var(--gantt-text-primary, #606266);
cursor: pointer;
transition: all 0.2s ease;
/*transition: all 0.2s ease;*/
outline: none;
font-size: 14px;
white-space: nowrap;