修改样式作用域错误的问题

This commit is contained in:
weidizhu_admin 2024-08-02 14:19:28 +08:00
parent e18ad6f75d
commit 4d2ed7bac8
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@
} }
</script> </script>
<style> <style lang="scss" scoped>
.box1 { .box1 {
position: absolute; position: absolute;
left: 0px; left: 0px;

View File

@ -377,7 +377,7 @@
} }
</script> </script>
<style scoped="scss"> <style lang="scss" scoped>
.dian0{ .dian0{
background-color: #e933dd; background-color: #e933dd;
} }