feat(workbench): add expense stats detail modal

This commit is contained in:
caoxiaozhu
2026-06-03 14:59:55 +08:00
parent 3130c42d76
commit 20cb60e247
9 changed files with 1047 additions and 7 deletions

View File

@@ -574,14 +574,18 @@
content: "10日以上";
position: absolute;
top: -9px;
left: 0;
left: 50%;
z-index: 1;
display: inline-flex;
align-items: center;
height: 18px;
padding-right: 8px;
background: var(--workbench-surface);
color: var(--workbench-muted);
padding: 0 10px;
transform: translateX(-50%);
border: 1px solid rgba(var(--theme-primary-rgb, 58, 124, 165), 0.28);
border-radius: 4px;
background: color-mix(in srgb, var(--theme-primary) 11%, #ffffff);
box-shadow: 0 4px 10px rgba(var(--theme-primary-rgb, 58, 124, 165), 0.12);
color: var(--theme-primary-active);
font-size: 11px;
font-weight: 850;
line-height: 1;
@@ -595,7 +599,7 @@
left: 0;
right: 0;
height: 1px;
background: var(--workbench-line-soft);
background: rgba(var(--theme-primary-rgb, 58, 124, 165), 0.26);
pointer-events: none;
}