|
|
|
@ -159,7 +159,7 @@ class Dialog {
|
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Detailed_Information'), |
|
|
|
|
level: 'ignore', |
|
|
|
|
handler() { |
|
|
|
|
const isHide = this.getText() === BI.i18nText('Dec-Dcm_Connection_Detailed_Information'); |
|
|
|
|
const isHide = !More.isVisible(); |
|
|
|
|
Popover.element.css({ |
|
|
|
|
height: isHide ? '290' : '220', |
|
|
|
|
}); |
|
|
|
@ -194,6 +194,8 @@ class Dialog {
|
|
|
|
|
cls: 'show-more', |
|
|
|
|
text: more, |
|
|
|
|
invisible: true, |
|
|
|
|
height: 73, |
|
|
|
|
value: false, |
|
|
|
|
ref(ref: any) { |
|
|
|
|
More = ref; |
|
|
|
|
}, |
|
|
|
|