mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 03:16:47 +08:00
style标签增加scoped
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user