fix: postcss build failed

This commit is contained in:
2025-07-11 17:48:33 +08:00
parent eedec80927
commit fae07d9eae
4 changed files with 10 additions and 7 deletions

View File

@@ -221,7 +221,7 @@ onMounted(async () => {
<style scoped lang="postcss">
/* 样式保持不变 */
@import "../assets/main.css";
@import "@/assets/main.css";
.animate-slideRight {
animation: slideRight 0.3s ease-out forwards;