mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
顶部悬浮
This commit is contained in:
@@ -8,12 +8,15 @@
|
||||
float: left;
|
||||
}
|
||||
.right-cont {
|
||||
flex:1;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.right-top {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.right-main {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user