zhongshujie
2025-01-22 cd11526f129cf05fd352444f60446562a6984f4c
src/books/botany/view/index.vue
@@ -1,8 +1,5 @@
<template>
  <div class="botany" @mouseup="handleMouseUp" :style="{
    fontSize: fontSize ? fontSize + 'px' : '16px',
    transform: `scale(${pageZoom ? pageZoom : 1})`,
  }">
  <div class="botany" @mouseup="handleMouseUp">
    <pageContent></pageContent>
  </div>
</template>