在Vue项目中,需要通过npm安装相关包(开发依赖即可)
然后直接使用即可:
<style scoped> .box1 { width: 400px; height: 400px; background-color: antiquewhite; .childBox { width: 200px; height: 200px; background-color: aqua; } } </style>
在Vue项目中,需要通过npm安装相关包(开发依赖即可)
然后直接使用即可:
<style scoped> .box1 { width: 400px; height: 400px; background-color: antiquewhite; .childBox { width: 200px; height: 200px; background-color: aqua; } } </style>
postgresql修改端口后无法通过psql连接psql: error: could not connect to server: No such file or directory
2024-07-06