|
@@ -6,7 +6,7 @@ export default function(editor) {
|
|
|
|
|
|
const conf = {
|
|
|
width: 900,
|
|
|
- height: 560,
|
|
|
+ height: 450,
|
|
|
|
|
|
// panel 中可包含多个 tab
|
|
|
tabs: [{
|
|
@@ -14,9 +14,9 @@ export default function(editor) {
|
|
|
title: app.$t('evaluation.editor.insertFormula'),
|
|
|
// 模板
|
|
|
tpl: `<div>
|
|
|
- <iframe id="${inputIFrameId}" class="iframe" height="500px" width="100%" frameborder="0" scrolling="no" src="/kityformula/index.html"></iframe>
|
|
|
+ <iframe id="${inputIFrameId}" class="iframe" height="400px" width="100%" frameborder="0" scrolling="no" src="/kityformula/index.html"></iframe>
|
|
|
<div class="w-e-button-container">
|
|
|
- <button id="${btnOkId}" class="right">
|
|
|
+ <button id="${btnOkId}" class="right" style="float:left">
|
|
|
${app.$t('evaluation.editor.confirmInsert')}
|
|
|
</button>
|
|
|
</div>
|