feat: 调整back top position

This commit is contained in:
2026-08-01 17:11:15 +08:00
parent 3100c1c1e9
commit 2ead477997

View File

@@ -63,8 +63,8 @@ import backTopIcon from "@/assets/icon/back-top.svg?url";
@media (max-width: 768px) { @media (max-width: 768px) {
.back-top { .back-top {
right: 24px; right: 48px;
bottom: 48px; bottom:100px;
} }
} }
</style> </style>