@@ -160,12 +160,16 @@ export default {
right: 90px;
.name {
height: 30px;
+ background: red;
margin-bottom: 10px;
line-height: 30px;
font-size: 18px;
font-weight: bold;
- border: 1px solid red;
border-radius: 10px;
+ position: sticky;
+ left: 0px;
+ top: 0px;
+ z-index: 999;
}
.list {
background: #f1f1f1;