mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 12:13:18 +00:00
feature(help) add margin: 25px
This commit is contained in:
parent
762606a269
commit
996877f1c2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ var CloudCmd, Util, DOM;
|
|||
success:function(pResult){
|
||||
var lDiv = DOM.anyload({
|
||||
name : 'div',
|
||||
style : 'white-space: normal;',
|
||||
style : 'white-space: normal; margin: 25px',
|
||||
inner : pResult.toString()
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue