Browse Source

code_editor样式

es6
windy 7 years ago
parent
commit
103b36107f
  1. 2
      bi/base.js
  2. 2
      dist/base.js
  3. 2
      dist/bundle.js
  4. 4
      dist/bundle.min.js
  5. 2
      src/base/single/editor/editor.code.js

2
bi/base.js

@ -19022,7 +19022,7 @@ BI.shortcut("bi.text_node", BI.TextNode);/**
BI.CodeEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.CodeEditor.superclass._defaultConfig.apply(), {
baseCls: 'bi-code-editor bi-card',
baseCls: 'bi-code-editor',
value: '',
watermark: "",
lineHeight: 2,

2
dist/base.js vendored

@ -19022,7 +19022,7 @@ BI.shortcut("bi.text_node", BI.TextNode);/**
BI.CodeEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.CodeEditor.superclass._defaultConfig.apply(), {
baseCls: 'bi-code-editor bi-card',
baseCls: 'bi-code-editor',
value: '',
watermark: "",
lineHeight: 2,

2
dist/bundle.js vendored

@ -48051,7 +48051,7 @@ BI.shortcut("bi.text_node", BI.TextNode);/**
BI.CodeEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.CodeEditor.superclass._defaultConfig.apply(), {
baseCls: 'bi-code-editor bi-card',
baseCls: 'bi-code-editor',
value: '',
watermark: "",
lineHeight: 2,

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/single/editor/editor.code.js

@ -7,7 +7,7 @@
BI.CodeEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.CodeEditor.superclass._defaultConfig.apply(), {
baseCls: 'bi-code-editor bi-card',
baseCls: 'bi-code-editor',
value: '',
watermark: "",
lineHeight: 2,

Loading…
Cancel
Save