From 7e4eec5c76700be5f8393fcbb69f0fb642b338e4 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Mon, 24 Mar 2025 17:18:16 +0800
Subject: [PATCH] 修改bug
---
src/layout/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 3ddb165..bc9d3d9 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -63,8 +63,8 @@
</script>
<style lang="scss" scoped>
- @import "@/assets/styles/mixin.scss";
- @import "@/assets/styles/variables.module.scss";
+@import "@/assets/styles/mixin.scss";
+@import "@/assets/styles/variables.module.scss";
.app-wrapper {
@include clearfix;
--
Gitblit v1.9.2