zhongshujie
2024-10-31 9076aac9d92eafd4b44fce4a9a53c8bd16e7e7d2
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>