Browse Source

fix: DEC-10788 密码输入框也改为圆角

research/10.0
alan 5 years ago
parent
commit
d59f2b772c
  1. 2
      src/modules/pages/maintain/forms/components/form.jdbc.ts

2
src/modules/pages/maintain/forms/components/form.jdbc.ts

@ -237,7 +237,7 @@ export class FormJdbc extends BI.Widget {
}, },
forms: [{ forms: [{
type: Editor, type: Editor,
cls: 'bi-border', cls: 'bi-border bi-border-radius',
width: 300, width: 300,
height: 20, height: 20,
allowBlank: true, allowBlank: true,

Loading…
Cancel
Save