mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
10cc40ec5a
commit
0b0f9e80e4
3 changed files with 5 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ async function show() {
|
|||
font-family: ${fontFamily};
|
||||
font-size: 16px;
|
||||
margin: 10px 0 10px 0;
|
||||
}`
|
||||
}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
width: 100%;
|
||||
font-size: 16px;
|
||||
padding: 2px;
|
||||
-webkit-appearance: none;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue