This commit is contained in:
X1627315083
2024-12-11 16:26:36 +08:00
parent 5d9dc7b77d
commit a6ae63e7cd
96 changed files with 6163 additions and 9414 deletions

View File

@@ -398,7 +398,7 @@ export default defineComponent({
.history_page {
width: 100%;
height: 100%;
padding: 0 9rem;
padding: 0 6rem;
overflow: hidden;
// min-width: 1440px;
position: relative;
@@ -420,7 +420,7 @@ export default defineComponent({
.history_page_body{
width: 100%;
height: 100%;
padding: 0 2.5rem 4rem;
padding: 4rem 2.5rem 4rem;
box-sizing: border-box;
.history_header{