Browse Source

fix: 去掉 bi-border-radius 改为在fineui中统一改

research/10.0
alan 5 years ago
parent
commit
ac77e23712
  1. 1
      src/modules/components/text_checker/text_checker.ts
  2. 11
      src/modules/pages/maintain/forms/components/form.jdbc.ts
  3. 15
      src/modules/pages/maintain/forms/components/form.jndi.ts

1
src/modules/components/text_checker/text_checker.ts

@ -36,7 +36,6 @@ export class TextChecker extends BI.Widget {
items: [{ items: [{
el: { el: {
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width, width,
allowBlank, allowBlank,
value, value,

11
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'), name: BI.i18nText('Dec-Dcm_Connection_Form_Database_Name'),
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
watermark: BI.i18nText('Dec-Dcm_Connection_Form_Database_Name'), 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'), name: BI.i18nText('Dec-Dcm_Connection_Form_Host'),
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: host, value: host,
@ -221,7 +219,6 @@ export class FormJdbc extends BI.Widget {
}, },
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: user, value: user,
@ -240,7 +237,7 @@ export class FormJdbc extends BI.Widget {
}, },
forms: [{ forms: [{
type: Editor, type: Editor,
cls: 'bi-border bi-border-radius', cls: 'bi-border',
width: 300, width: 300,
height: 20, height: 20,
allowBlank: true, allowBlank: true,
@ -261,7 +258,6 @@ export class FormJdbc extends BI.Widget {
}, },
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: principal, value: principal,
@ -280,7 +276,7 @@ export class FormJdbc extends BI.Widget {
}, },
forms: [{ forms: [{
type: Editor, type: Editor,
cls: 'bi-border bi-border-radius', cls: 'bi-border',
width: 300, width: 300,
height: 20, height: 20,
allowBlank: true, allowBlank: true,
@ -359,7 +355,6 @@ export class FormJdbc extends BI.Widget {
name: BI.i18nText('Dec-Dcm_Connection_Form_Database_URL'), name: BI.i18nText('Dec-Dcm_Connection_Form_Database_URL'),
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: url, value: url,
@ -508,7 +503,7 @@ export class FormJdbc extends BI.Widget {
name: BI.i18nText('Dec-Dcm_Connection_Form_SQL_Validation_Query'), name: BI.i18nText('Dec-Dcm_Connection_Form_SQL_Validation_Query'),
forms: [{ forms: [{
type: TextAreaEditor, type: TextAreaEditor,
cls: 'bi-border bi-border-radius', cls: 'bi-border',
allowBlank: true, allowBlank: true,
watermark: BI.i18nText('Dec-Dcm_Connection_Form_Place_Input'), watermark: BI.i18nText('Dec-Dcm_Connection_Form_Place_Input'),
value: validationQuery, value: validationQuery,

15
src/modules/pages/maintain/forms/components/form.jndi.ts

@ -64,7 +64,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: jndiName, value: jndiName,
@ -131,7 +130,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.provider.url'], value: contextHashtable['java.naming.provider.url'],
@ -147,7 +145,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.security.principal'], value: contextHashtable['java.naming.security.principal'],
@ -163,7 +160,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.security.credentials'], value: contextHashtable['java.naming.security.credentials'],
@ -225,7 +221,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.factory.object'], value: contextHashtable['java.naming.factory.object'],
@ -240,7 +235,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.factory.state'], value: contextHashtable['java.naming.factory.state'],
@ -255,7 +249,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.factory.url.pkgs'], value: contextHashtable['java.naming.factory.url.pkgs'],
@ -270,7 +263,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.dns.url'], value: contextHashtable['java.naming.dns.url'],
@ -285,7 +277,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.authoritative'], value: contextHashtable['java.naming.authoritative'],
@ -300,7 +291,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.batchsize'], value: contextHashtable['java.naming.batchsize'],
@ -315,7 +305,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.referral'], value: contextHashtable['java.naming.referral'],
@ -330,7 +319,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.security.protocol'], value: contextHashtable['java.naming.security.protocol'],
@ -345,7 +333,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.security.authentication'], value: contextHashtable['java.naming.security.authentication'],
@ -360,7 +347,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.language'], value: contextHashtable['java.naming.language'],
@ -375,7 +361,6 @@ export class FormJndi extends BI.Widget {
nameWidth: 200, nameWidth: 200,
forms: [{ forms: [{
type: TextEditor, type: TextEditor,
cls: 'bi-border-radius',
width: 300, width: 300,
allowBlank: true, allowBlank: true,
value: contextHashtable['java.naming.applet'], value: contextHashtable['java.naming.applet'],

Loading…
Cancel
Save