你需要重置位置,請嘗試以下代碼:
.overlay { &.-show { .items-content { transform: translateX(0); // 這里應(yīng)該是0 transition: transform 0.4s ease-in-out; } }
}