diff options
Diffstat (limited to 'development/selector.js')
-rw-r--r-- | development/selector.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/selector.js b/development/selector.js index b58904cdf..c466905ca 100644 --- a/development/selector.js +++ b/development/selector.js @@ -17,6 +17,9 @@ NewComponent.prototype.render = function () { const selected = state.selected || selectedKey return h('select', { + style: { + margin: '20px 20px 0px', + }, value: selected, onChange:(event) => { const selectedKey = event.target.value |