优化代码

This commit is contained in:
24kycj
2024-11-08 01:09:14 +08:00
parent 2384fcf7f1
commit aea8d1a6e2
8 changed files with 199 additions and 691 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ export default {
}
</script>
<style lang="scss">
@import './styles/index.scss'; // 全局自定义的css样式
@use './styles/index.scss'; // 全局自定义的css样式
</style>