feat(own): add filter

This commit is contained in:
zhangheng
2026-06-06 14:05:46 +08:00
parent fb3ffe3dfd
commit e82cfc43ed
4 changed files with 73 additions and 4 deletions

View File

@@ -129,6 +129,25 @@
flex-direction: column;
}
.dashboardHeaderSelect :global(.mantine-Input-input) {
min-height: 28px;
border-color: #e5e6eb;
border-radius: 4px;
background: #ffffff;
color: #1d2129;
font-size: 12px;
box-shadow: none;
}
.dashboardHeaderSelect :global(.mantine-Input-input:focus) {
border-color: #1874ff;
box-shadow: 0 0 0 2px rgba(24, 116, 255, 0.12);
}
.dashboardHeaderSelect :global(.mantine-Input-section) {
color: #86909c;
}
.dashboardFilterBar {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;