zhongshujie
2024-11-20 8a6e1280dc243939759a0116c18136c723f9c977
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>