<template>
<uni-section title="消防常识" type="line"></uni-section>
</template>
<style>
.uni-section{
margin: 0;
background-color: #1A1A38;
}
.uni-section /deep/ .line{
background-color: #0F94D1;
}
</style>
9***@qq.com
- 发布:2020-04-13 18:35
- 更新:2020-04-14 11:50
- 阅读:569
不勾选v3编译器。在页面中通过class设置组件的样式不生效
分类:uni-app