fix:swagger display

This commit is contained in:
bbh
2025-09-11 01:03:10 +08:00
parent fef3976dab
commit f69cb6704f
198 changed files with 45350 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}