mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
parent
a073413c6b
commit
35b7b07a1d
@ -1,6 +1,4 @@
|
||||
.main {
|
||||
width: calc(100% - var(--bs-sidebar-width));
|
||||
position: relative;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@ -81,6 +79,12 @@
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.section {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.sidebar-title {
|
||||
display: flex;
|
||||
}
|
||||
@ -92,8 +96,11 @@
|
||||
top: 0;
|
||||
border-right: solid 1px #c0c4cc;
|
||||
background-color: #f0f0f0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: calc(var(--bs-header-height)*-1);
|
||||
}
|
||||
|
||||
.main {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
@ -22,11 +22,6 @@
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
section {
|
||||
flex-direction: column;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.table-container .table tbody tr.highlight,
|
||||
.table-container .table-row.highlight {
|
||||
background-color: #409eff;
|
||||
@ -1305,11 +1300,6 @@ section {
|
||||
z-index: 1040;
|
||||
}
|
||||
|
||||
.section {
|
||||
flex-direction: row;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user