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>