feat(#I1899Q): Blazor 多标签页栏固定
#Comment comment #I1899Q #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1899Q
This commit is contained in:
parent
bf98514e1a
commit
de4d10fafd
|
@ -244,4 +244,20 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
|
|||
.toast-body {
|
||||
width: 360px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.main-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
padding: 1rem 1rem 0 1rem;
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
top: 40px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue