perf(export): optimize task center modal responsiveness

This commit is contained in:
tisonhuang
2026-03-04 20:24:34 +08:00
parent 43643d1a83
commit 4568795081
2 changed files with 305 additions and 243 deletions

View File

@@ -362,6 +362,10 @@
cursor: pointer;
font-size: 12px;
font-weight: 600;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
&:hover {
background: var(--primary-hover);
@@ -374,6 +378,7 @@
&.running {
background: var(--primary-hover);
opacity: 0.65;
}
}