refine Semi UI alert mobile sheets
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user