zhongshujie
2024-10-25 5c23e43fd26c3cce38ac18c1b2f48d28a89960ae
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>