优化细节

This commit is contained in:
2026-02-06 12:06:33 +08:00
parent b7545173c6
commit d00f0b7412
83 changed files with 3901 additions and 2354 deletions

View File

@@ -502,7 +502,7 @@ right: 0;
top: 0;
bottom: 0;
width: 50%;
background-color: #fff;
transform: translateX(100%);
transition: transform 0.3s ease-in-out;
display: flex;
@@ -659,3 +659,4 @@ border: none;
.flex-2 { flex: 2; }
.flex-3 { flex: 3; }
</style>