HeaderBack增加浮动

master
LiuJiaNan 2025-11-19 09:48:57 +08:00
parent d5fd058f92
commit 8ed234c242
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
padding: 10px 20px;
border-bottom: 1px solid #dcdfe6;
margin-bottom: 10px;
position: sticky;
top: 0;
background-color: #fff;
z-index: 1;
.action {
display: flex;