实现“无刷新” #16

Merged
cxykevin merged 13 commits from :main into main 2024-08-11 21:10:43 +08:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit ebd3e75839 - Show all commits

View File

@ -107,6 +107,11 @@ h2 {
margin-right: 4px !important;
}
hr {
margin-top: 16px !important;
margin-bottom: 16px !important;
}
@media (max-width: 641px) {
.hideonmobile {
display: none !important;