このサイトはJavaScriptを使用しています
ホーム
登録
サインイン
DedeBIZ
/
DedeV6
ウォッチ
2
スター
0
フォーク
0
コード
プルリクエスト
0
リリース
29
アクティビティ
ソースを参照
调整比例
tags/6.2.7
叙述、别离
1年前
親
030aeb4560
コミット
44e4b20b3d
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/admin/css/codemirror.css
+1
-1
src/static/ckeditor/config.js
+ 1
- 1
src/admin/css/codemirror.css
ファイルの表示
@@ -3,7 +3,7 @@
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height:
40
0px;
height:
36
0px;
color: black;
direction: ltr;
}
+ 1
- 1
src/static/ckeditor/config.js
ファイルの表示
@@ -18,7 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
config.height =
40
0;
config.height =
36
0;
config.removePlugins = 'exportpdf';
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'Save,NewPage,Print,Preview,Templates,Smiley,About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
書き込み
プレビュー
読み込み中…
キャンセル
保存