From 214d76af60cc4c966237e45f9b59b1911c970fa6 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 2 Sep 2019 19:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E9=97=B4=E8=B7=9D=E4=B8=BA4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/2.0/fineui.ie.js | 2 +- dist/2.0/fineui.js | 2 +- dist/base.js | 2 +- dist/bundle.ie.js | 2 +- dist/bundle.js | 2 +- dist/fineui.ie.js | 2 +- dist/fineui.js | 2 +- dist/fineui_without_jquery_polyfill.js | 2 +- src/base/single/editor/editor.textarea.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/2.0/fineui.ie.js b/dist/2.0/fineui.ie.js index b56d2a2ff..a83082d73 100644 --- a/dist/2.0/fineui.ie.js +++ b/dist/2.0/fineui.ie.js @@ -47228,7 +47228,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/2.0/fineui.js b/dist/2.0/fineui.js index 3be2bd50c..1492ee320 100644 --- a/dist/2.0/fineui.js +++ b/dist/2.0/fineui.js @@ -47632,7 +47632,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/base.js b/dist/base.js index 4e75992fc..3fc9bae58 100644 --- a/dist/base.js +++ b/dist/base.js @@ -9359,7 +9359,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/bundle.ie.js b/dist/bundle.ie.js index b56d2a2ff..a83082d73 100644 --- a/dist/bundle.ie.js +++ b/dist/bundle.ie.js @@ -47228,7 +47228,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/bundle.js b/dist/bundle.js index 3be2bd50c..1492ee320 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -47632,7 +47632,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/fineui.ie.js b/dist/fineui.ie.js index 36310d834..394d8c838 100644 --- a/dist/fineui.ie.js +++ b/dist/fineui.ie.js @@ -47473,7 +47473,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/fineui.js b/dist/fineui.js index 79c1c1d00..673357db9 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -47877,7 +47877,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/dist/fineui_without_jquery_polyfill.js b/dist/fineui_without_jquery_polyfill.js index 3c51d538b..e1a3d7fee 100644 --- a/dist/fineui_without_jquery_polyfill.js +++ b/dist/fineui_without_jquery_polyfill.js @@ -34991,7 +34991,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { items: [this.content] }, left: 4, - right: 10, + right: 4, top: 4, bottom: 8 }] diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index 0e66cf283..59cd55ca1 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/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 }]