style: 上线全局样式

This commit is contained in:
ccnetcore
2025-08-04 23:29:25 +08:00
parent 3e647ef14d
commit 225932eff1
10 changed files with 29 additions and 20 deletions

View File

@@ -68,7 +68,6 @@ const handleScroll = () => {
margin: 0;
padding: 0;
min-height: 10rem;
//background-color: #f0f2f5;
}
.fixed {
@@ -79,3 +78,4 @@ const handleScroll = () => {
z-index: 99999;
}
</style>