From 68aef91840844073d5ed770b71dd5f79e31840ab Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Mon, 20 Mar 2023 16:43:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/components/test_status/test_status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/components/test_status/test_status.ts b/src/modules/components/test_status/test_status.ts index c9c6bf0..a055e6e 100644 --- a/src/modules/components/test_status/test_status.ts +++ b/src/modules/components/test_status/test_status.ts @@ -42,7 +42,7 @@ export class TestStatus extends BI.Widget { render() { const LAYOUT_WIDTH = 400; const { loadingCls, loadingText, successCls, successText, failCls, failText, retryText } = this.options; - var self = this; + return { type: BI.CenterAdaptLayout.xtype, cls: 'bi-z-index-mask',