Browse Source

Pull request #2152: 无JIRA任务 更新描述

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit 'c2391bf56d6a0bb07a092db1a1bfdb4ab3cd6346':
  chore: 更新描述
  REPORT-56714 fix: combo中已减border高度则布局上不需要减高度
es6
Teller 3 years ago
parent
commit
6a3e448f9f
  1. 2
      src/widget/multilayersingletree/multilayersingletree.combo.js
  2. 3
      typescript/base/single/editor/editor.textarea.ts

2
src/widget/multilayersingletree/multilayersingletree.combo.js

@ -39,7 +39,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
return this._shouldWrapper() ? combo : { return this._shouldWrapper() ? combo : {
type: "bi.absolute", type: "bi.absolute",
height: o.height - 2, height: o.height,
items: [{ items: [{
el: combo, el: combo,
left: 0, left: 0,

3
typescript/base/single/editor/editor.textarea.ts

@ -5,6 +5,9 @@ export declare class TextAreaEditor extends Single {
static EVENT_CHANGE: string; static EVENT_CHANGE: string;
static EVENT_FOCUS: string; static EVENT_FOCUS: string;
static EVENT_BLUR: string; static EVENT_BLUR: string;
static EVENT_CONFIRM: string;
static EVENT_EMPTY: string;
static EVENT_KEY_DOWN: string;
focus(): void; focus(): void;

Loading…
Cancel
Save