闫增涛
2024-05-17 46c17ea395352fc3d2bd3d5e5163f601f4d466c1
src/books/childHealth/view/content/components/chapter012.vue
@@ -1,5 +1,5 @@
<template>
  <div class="chapter" :num="12">
  <div class="chapter" num="12">
    <div class="page-box" page="276">
      <div class="padding-96">
        <p class="center" id="a018">
@@ -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>