1
闫增涛
2025-01-23 a919905ea3eb9e22da26831d86186c24da7f5ca2
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>