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