闫增涛
2024-05-15 24a4a7ea01a61f90cbe6d6aaadc1c7573a37f3d3
src/books/childHealth/view/content/components/chapter012.vue
@@ -78,14 +78,22 @@
</template>
<script>
import oddHeader from '../../components/pageHeader/oddHeader.vue';
import oddHeader from "../../components/pageHeader/oddHeader.vue";
export default {
  name: "chapterTwelve",
  components: {oddHeader},
  components: { oddHeader },
  data() {
    return {};
  },
};
</script>
<style lang="less" scoped></style>
<style lang="less" scoped>
p {
  line-height: 2em !important;
  text-align: justify !important;
}
a {
  text-decoration: none;
}
</style>