zhongshujie
2024-10-23 e9452a2408eef20d4a6841948377f55d75b38892
文字大小更改
4个文件已修改
12 ■■■■ 已修改文件
src/books/botany/assets/main.less 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/botany/view/components/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/botany/view/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/civilAviation/view/components/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/botany/assets/main.less
@@ -33,7 +33,6 @@
    }
  
    div.bodystyle {
      font-size: 18px;
      text-align: justify;
      padding: 20px 116px 104px 116px;
      line-height: 30px;
@@ -88,9 +87,7 @@
  
    p {
      font-family: '宋体';
      // text-indent: 2em;
      line-height: 30px;
      font-size: 18px;
      color: #000;
      text-align: justify;
    }
src/books/botany/view/components/index.vue
@@ -1,7 +1,7 @@
<template>
    <div class="page-main" @scroll="throttledScrollHandler">
      <div class="page-content" :style="{
        fontSize: fontSize ? fontSize + 'px' : '16px',
        fontSize: fontSize ? fontSize + 'px' : '18px',
        transform: `scale(${pageZoom ? pageZoom : 1})`,
        transformOrigin: 'center top',
      }">
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>
src/books/civilAviation/view/components/index.vue
@@ -4,7 +4,7 @@
      <div id="searchContent"></div>
    </div>
    <div class="page-content" :style="{
      fontSize: fontSize ? fontSize + 'px' : '16px',
      fontSize: fontSize ? fontSize + 'px' : '18px',
      transform: `scale(${pageZoom ? pageZoom : 1})`,
      transformOrigin: 'center top',
    }">