Browse Source

右间距为4

es6
windy 5 years ago
parent
commit
214d76af60
  1. 2
      dist/2.0/fineui.ie.js
  2. 2
      dist/2.0/fineui.js
  3. 2
      dist/base.js
  4. 2
      dist/bundle.ie.js
  5. 2
      dist/bundle.js
  6. 2
      dist/fineui.ie.js
  7. 2
      dist/fineui.js
  8. 2
      dist/fineui_without_jquery_polyfill.js
  9. 2
      src/base/single/editor/editor.textarea.js

2
dist/2.0/fineui.ie.js vendored

@ -47228,7 +47228,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/2.0/fineui.js vendored

@ -47632,7 +47632,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/base.js vendored

@ -9359,7 +9359,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/bundle.ie.js vendored

@ -47228,7 +47228,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/bundle.js vendored

@ -47632,7 +47632,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/fineui.ie.js vendored

@ -47473,7 +47473,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/fineui.js vendored

@ -47877,7 +47877,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

2
dist/fineui_without_jquery_polyfill.js vendored

@ -34991,7 +34991,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

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

@ -31,7 +31,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
items: [this.content]
},
left: 4,
right: 10,
right: 4,
top: 4,
bottom: 8
}]

Loading…
Cancel
Save