refactor: 迁移 sass 模块语法

This commit is contained in:
2026-03-11 14:27:01 +08:00
parent b050c01a24
commit b4c36923ea
50 changed files with 71 additions and 70 deletions

View File

@@ -149,5 +149,5 @@ const { tagClass } = useSpecPopup()
</script>
<style lang="scss">
@import './styles/index.scss';
@use './styles/index.scss';
</style>