mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(edit) add " "
This commit is contained in:
parent
076b2e2ae1
commit
978b79f38a
1 changed files with 6 additions and 6 deletions
|
|
@ -62,13 +62,13 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
|
|||
|
||||
function createElement() {
|
||||
var element = DOM.load({
|
||||
name : 'div',
|
||||
style :
|
||||
'width : 100%;' +
|
||||
'height : 100%;' +
|
||||
'font-family: "Droid Sans Mono";' +
|
||||
name: 'div',
|
||||
style:
|
||||
'width : 100%;' +
|
||||
'height : 100%;' +
|
||||
'font-family: "Droid Sans Mono";' +
|
||||
'position : absolute;',
|
||||
notAppend : true
|
||||
notAppend: true
|
||||
});
|
||||
|
||||
return element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue