Browse Source

REPORT-93627【迭代】【平台视觉适配】数据连接管理-模式选择处有滚动条

fix: 并非这次迭代导致,之前就有问题。
调整一下间距的设置大小,防止挤出滚动条
feature/x
旭旭 2 years ago
parent
commit
7e3dabb316
  1. 3
      src/modules/pages/maintain/forms/components/form.jdbc.ts

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

@ -573,6 +573,7 @@ export class FormJdbc extends BI.Widget {
forms: [
{
type: BI.VerticalLayout.xtype,
height: 55,
items: [
{
type: BI.FloatLeftLayout.xtype,
@ -595,9 +596,9 @@ export class FormJdbc extends BI.Widget {
},
{
type: BI.TextValueCombo.xtype,
_tgap: 15,
$value: 'schema',
width: EDITOR_WIDTH,
tgap: 15,
disabled: true,
value: schema,
items: schema ? [{ text: schema, value: schema }] : [],

Loading…
Cancel
Save