图片解密再次优化

This commit is contained in:
cc
2026-04-15 23:57:33 +08:00
parent 419a53d6ec
commit ab1d64e0c9
20 changed files with 1504 additions and 422 deletions

View File

@@ -410,6 +410,17 @@
background: rgba(245, 158, 11, 0.14);
}
&.status-pause_requested,
&.status-paused {
color: #b45309;
background: rgba(245, 158, 11, 0.14);
}
&.status-canceled {
color: #64748b;
background: rgba(148, 163, 184, 0.2);
}
&.status-completed {
color: #166534;
background: rgba(34, 197, 94, 0.14);
@@ -5817,8 +5828,9 @@
}
}
/* 终止时间选择器 */
.automation-stopat-picker {
/* 首次触发/终止时间选择器 */
.automation-stopat-picker,
.automation-first-trigger-picker {
display: flex;
align-items: center;
gap: 8px;
@@ -5884,4 +5896,4 @@
font-size: 11px;
border-radius: 6px;
}
}
}