mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
perf(export): optimize task center modal responsiveness
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user