田源
2023-12-27 fab1e8f1779f98cc43816e6b06c55458a1bd1133
Source/UBCS-WEB/src/components/code-dialog-page/formulaEditor.vue
@@ -3,6 +3,7 @@
  <el-dialog
    title="公式编辑框"
    append-to-body
    :close-on-click-modal="false"
    :visible.sync="isShowformulaEdit"
    @close="closeFormulaEdit"
    width="75%"
@@ -338,7 +339,7 @@
  </el-dialog>
</template>
  <script>
<script>
export default {
  name: "formulaEditor",
  props: {