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