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'),
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;
},

Loading…
Cancel
Save