chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-05-24 12:51:50 +03:00
parent 10cc40ec5a
commit 0b0f9e80e4
3 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ async function show() {
font-family: ${fontFamily};
font-size: 16px;
margin: 10px 0 10px 0;
}`
}`,
});
}

View file

@ -102,9 +102,9 @@ async function show(data, options) {
if (data) {
if (isArray(data))
El.append(...data);
else
else
El.append(data);
modal.open(El, initConfig(Config, options));
return;
}

View file

@ -16,7 +16,7 @@
width: 100%;
font-size: 16px;
padding: 2px;
-webkit-appearance: none;
border: 0;
-webkit-appearance: none;
border: 0;
}