Browse Source

REPORT-93628【迭代】【平台视觉适配】数据连接管理-修改下密码处的视觉展示

fix: 其实适配6.0的改动不涉及数据连接部分。
但是主风格改为输入框border-bottom风格了,那么这里也需要同步改一下。
feature/x
旭旭 2 years ago
parent
commit
93f297c614
  1. 8
      src/modules/pages/maintain/forms/components/form.jdbc.ts

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

@ -423,7 +423,7 @@ export class FormJdbc extends BI.Widget {
{
type: BI.Editor.xtype,
$value: 'password',
cls: 'bi-border bi-border-radius',
cls: 'bi-border-bottom',
width: EDITOR_WIDTH,
height: EDITOR_HEIGHT,
allowBlank: true,
@ -715,7 +715,7 @@ export class FormJdbc extends BI.Widget {
{
type: BI.Editor.xtype,
$value: 'temporary-file-pieces-limit',
cls: 'bi-border bi-border-radius',
cls: 'bi-border-bottom',
width: EDITOR_WIDTH,
height: EDITOR_HEIGHT,
allowBlank: true,
@ -735,7 +735,7 @@ export class FormJdbc extends BI.Widget {
{
type: BI.Editor.xtype,
$value: 'temporary-file-size-limit',
cls: 'bi-border bi-border-radius',
cls: 'bi-border-bottom',
width: EDITOR_WIDTH,
height: EDITOR_HEIGHT,
allowBlank: true,
@ -801,7 +801,7 @@ export class FormJdbc extends BI.Widget {
{
type: BI.Editor.xtype,
$value: 'hdfs-connection-address',
cls: 'bi-border bi-border-radius',
cls: 'bi-border-bottom',
width: EDITOR_WIDTH,
height: EDITOR_HEIGHT,
allowBlank: true,

Loading…
Cancel
Save