style标签增加scoped

This commit is contained in:
songwc
2022-09-15 09:14:51 +08:00
parent 2bfc43677d
commit 56e5c178f7
4 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ export default {
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
<style scoped lang="scss">
.moreactive {
.crumb {
color: #fff;

View File

@@ -373,7 +373,7 @@ export default {
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
<style scoped lang="scss">
.moreactive {
.crumb {
color: #fff;

View File

@@ -193,7 +193,7 @@ export default {
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
<style scoped lang="scss">
.moreactive {
.crumb {
color: #fff;

View File

@@ -120,7 +120,7 @@ export default {
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
<style scoped lang="scss">
.moreactive {
.crumb {
color: #fff;