refine Semi UI alert mobile sheets

This commit is contained in:
lingniu
2026-07-18 16:00:18 +08:00
parent f0c17eac4d
commit f28dfebaae
3 changed files with 48 additions and 2 deletions

View File

@@ -1826,6 +1826,30 @@
width: 100% !important;
}
.v2-alert-filter-sidesheet.semi-sidesheet-bottom .semi-sidesheet-header,
.v2-alert-detail-sidesheet.semi-sidesheet-bottom .semi-sidesheet-header {
min-height: 72px;
padding: 15px 16px 12px;
}
.v2-alert-filter-sidesheet.semi-sidesheet-bottom .semi-sidesheet-body {
padding: 12px 14px 16px;
}
.v2-alert-filter-sidesheet.semi-sidesheet-bottom .semi-sidesheet-footer {
padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
}
.v2-alert-detail-sidesheet.semi-sidesheet-bottom .semi-sidesheet-body {
overflow: auto;
overscroll-behavior: contain;
}
.v2-alert-detail-sidesheet.semi-sidesheet-bottom .v2-alert-inspector.is-sheet.semi-card {
border-radius: 11px 11px 0 0;
background: transparent;
}
.v2-alert-sheet-footer {
width: 100%;
}