From ac77e237121735f8d3d73f423ddc2e1a2582bc3f Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 1 Nov 2019 16:34:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=20bi-border-radius=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=9C=A8fineui=E4=B8=AD=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/text_checker/text_checker.ts | 1 - .../pages/maintain/forms/components/form.jdbc.ts | 11 +++-------- .../pages/maintain/forms/components/form.jndi.ts | 15 --------------- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/src/modules/components/text_checker/text_checker.ts b/src/modules/components/text_checker/text_checker.ts index cb30572..430e761 100644 --- a/src/modules/components/text_checker/text_checker.ts +++ b/src/modules/components/text_checker/text_checker.ts @@ -36,7 +36,6 @@ export class TextChecker extends BI.Widget { items: [{ el: { type: TextEditor, - cls: 'bi-border-radius', width, allowBlank, value, diff --git a/src/modules/pages/maintain/forms/components/form.jdbc.ts b/src/modules/pages/maintain/forms/components/form.jdbc.ts index 6ba9523..972ebc3 100644 --- a/src/modules/pages/maintain/forms/components/form.jdbc.ts +++ b/src/modules/pages/maintain/forms/components/form.jdbc.ts @@ -114,7 +114,6 @@ export class FormJdbc extends BI.Widget { name: BI.i18nText('Dec-Dcm_Connection_Form_Database_Name'), forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, watermark: BI.i18nText('Dec-Dcm_Connection_Form_Database_Name'), @@ -135,7 +134,6 @@ export class FormJdbc extends BI.Widget { name: BI.i18nText('Dec-Dcm_Connection_Form_Host'), forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: host, @@ -221,7 +219,6 @@ export class FormJdbc extends BI.Widget { }, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: user, @@ -240,7 +237,7 @@ export class FormJdbc extends BI.Widget { }, forms: [{ type: Editor, - cls: 'bi-border bi-border-radius', + cls: 'bi-border', width: 300, height: 20, allowBlank: true, @@ -261,7 +258,6 @@ export class FormJdbc extends BI.Widget { }, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: principal, @@ -280,7 +276,7 @@ export class FormJdbc extends BI.Widget { }, forms: [{ type: Editor, - cls: 'bi-border bi-border-radius', + cls: 'bi-border', width: 300, height: 20, allowBlank: true, @@ -359,7 +355,6 @@ export class FormJdbc extends BI.Widget { name: BI.i18nText('Dec-Dcm_Connection_Form_Database_URL'), forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: url, @@ -508,7 +503,7 @@ export class FormJdbc extends BI.Widget { name: BI.i18nText('Dec-Dcm_Connection_Form_SQL_Validation_Query'), forms: [{ type: TextAreaEditor, - cls: 'bi-border bi-border-radius', + cls: 'bi-border', allowBlank: true, watermark: BI.i18nText('Dec-Dcm_Connection_Form_Place_Input'), value: validationQuery, diff --git a/src/modules/pages/maintain/forms/components/form.jndi.ts b/src/modules/pages/maintain/forms/components/form.jndi.ts index 3ad3cc5..360e3bb 100644 --- a/src/modules/pages/maintain/forms/components/form.jndi.ts +++ b/src/modules/pages/maintain/forms/components/form.jndi.ts @@ -64,7 +64,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: jndiName, @@ -131,7 +130,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.provider.url'], @@ -147,7 +145,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.security.principal'], @@ -163,7 +160,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.security.credentials'], @@ -225,7 +221,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.factory.object'], @@ -240,7 +235,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.factory.state'], @@ -255,7 +249,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.factory.url.pkgs'], @@ -270,7 +263,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.dns.url'], @@ -285,7 +277,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.authoritative'], @@ -300,7 +291,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.batchsize'], @@ -315,7 +305,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.referral'], @@ -330,7 +319,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.security.protocol'], @@ -345,7 +333,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.security.authentication'], @@ -360,7 +347,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.language'], @@ -375,7 +361,6 @@ export class FormJndi extends BI.Widget { nameWidth: 200, forms: [{ type: TextEditor, - cls: 'bi-border-radius', width: 300, allowBlank: true, value: contextHashtable['java.naming.applet'],