解决大屏样式与主样式冲突问题

This commit is contained in:
孙阿龙
2022-08-11 15:18:54 +08:00
parent 909b874a2c
commit ce7bbf8c46
3 changed files with 5 additions and 5 deletions

View File

@@ -88,6 +88,8 @@ export default {
};
</script>
<style lang="scss">
<style lang="scss" >
@import "./home.scss";
@import '../../assets/bigScreen/css/theme/index.css';
@import "../../assets/bigScreen/css/index.scss"
</style>