Close workbench P0 resource lifecycle gaps

This commit is contained in:
lix-2026
2026-05-20 20:48:18 +08:00
parent e0b0e70fb8
commit fe13444dbc
14 changed files with 610 additions and 7 deletions
+18
View File
@@ -2426,6 +2426,24 @@ body {
opacity: 0.65;
}
.mnote-close-guard-notice {
display: flex;
align-items: center;
min-height: 34px;
padding: 7px 16px;
border-bottom: 1px solid #fecaca;
background: #fff3f3;
color: #991b1b;
font-size: 13px;
line-height: 1.45;
transition: opacity 160ms ease;
}
.mnote-close-guard-notice.is-hiding {
opacity: 0;
pointer-events: none;
}
.mnote-main-tab-badge {
width: 14px;
height: 14px;