소스 검색

style(marketing-activity): 调整样式导入方式以提升可维护性

yz 3 주 전
부모
커밋
bc6f6e77b8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/marketing-activity/index.vue

+ 2 - 1
src/views/marketing-activity/index.vue

@@ -326,5 +326,6 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped src="./index.scss">
+<style lang="scss" scoped >
+@import './index.scss'
 </style>