Explorar el Código

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

yz hace 3 semanas
padre
commit
bc6f6e77b8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>