企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 样式 `style`标签中直接写`scss`语句 如: ``` <style lang="scss" scoped> .container{ margin-left: auto; margin-right: auto; width: 80%; .about{ text-align: center; img{ width: 270px; height: 400px; margin-bottom: 30px; } h3{ margin-bottom: 50px; } } p{ text-indent:2em; } } </style> ``` >lang="scss" scoped必须有,否则无法写scss语句