18d886c2f23dc5c032ebcf42bbb39c739d908a4f..df82d3e1d42ed6b12b2d209251507c70625aa5d7
2024-11-05 闫增涛
Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader
df82d3 对比 | 目录
2024-11-05 闫增涛
计算器
58e3b8 对比 | 目录
1个文件已修改
7 ■■■■ 已修改文件
src/views/readerPages/webHome.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/readerPages/webHome.vue
@@ -1287,7 +1287,8 @@
  />
  <!-- 计算器 -->
  <el-dialog title="计算器" align-center v-model="calculatorVisble" width="850" class="myDialogs">
    <calculatorNew></calculatorNew>
    <!-- <calculatorNew></calculatorNew> -->
    <iframe src="https://www.geogebra.org/scientific" frameborder="0" class="iframe-box"></iframe>
  </el-dialog>
</template>
<script setup lang="ts">
@@ -5391,4 +5392,8 @@
  bottom: 30px;
  left: 50px;
}
.iframe-box {
  width:100%;
  height: 800px;
}
</style>