zhongshujie
3 小时以前 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b
src/books/civilAviation/view/index.vue
@@ -1,8 +1,5 @@
<template>
    <div class="civilAviation-book" @mouseup="handleMouseUp" :style="{
      fontSize: fontSize ? fontSize + 'px' : '16px',
      transform: `scale(${pageZoom ? pageZoom : 1})`,
    }">
    <div class="civilAviation-book" @mouseup="handleMouseUp">
      <pageContent></pageContent>
    </div>
  </template>
@@ -10,7 +7,7 @@
  <script>
  import pageContent from "./components/index.vue"
  export default {
    name: "civilAviation-book",
    name: "civilAviation",
    components: { pageContent },
    computed: {
      fontSize() {