QYF-GitLab1
3 天以前 b5d1cc7fde9823f39c0c9595f21c7aee2582ac59
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>