zhongshujie
2024-11-20 6c037bf2b6ad74a7caeddafd0481c6f9ed9a5708
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>