修改样式作用域错误的问题
This commit is contained in:
parent
e18ad6f75d
commit
4d2ed7bac8
|
|
@ -326,7 +326,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style lang="scss" scoped>
|
||||||
.box1 {
|
.box1 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
|
|
||||||
|
|
@ -377,7 +377,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped="scss">
|
<style lang="scss" scoped>
|
||||||
.dian0{
|
.dian0{
|
||||||
background-color: #e933dd;
|
background-color: #e933dd;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue