mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
feat: remove extra classname
This commit is contained in:
parent
69070441c0
commit
f1519b7f5c
@ -17,7 +17,7 @@ export class WindowView extends PureComponent<{
|
|||||||
if (!initReady) {
|
if (!initReady) {
|
||||||
const Loading = engineConfig.get('loadingComponent', BuiltinLoading);
|
const Loading = engineConfig.get('loadingComponent', BuiltinLoading);
|
||||||
return (
|
return (
|
||||||
<div className={`workspace-engine-main 111 ${active ? 'active' : ''}`}>
|
<div className={`workspace-engine-main ${active ? 'active' : ''}`}>
|
||||||
<Loading />
|
<Loading />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user