Browse Source

style: 冒号后面加空格

qufenxi
alan 6 years ago
parent
commit
6f4ac86489
  1. 4
      src/shared/service/dialog.service.ts

4
src/shared/service/dialog.service.ts

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

Loading…
Cancel
Save