forked from x/volcanos
opt bash
This commit is contained in:
parent
976f76bd52
commit
5574a1c662
@ -10,7 +10,6 @@ fieldset.Search input.word {
|
||||
width:-webkit-fill-available;
|
||||
}
|
||||
fieldset.Search div.output {
|
||||
max-height:600px;
|
||||
overflow:auto;
|
||||
}
|
||||
fieldset.Search div.output div.content {
|
||||
|
@ -38,7 +38,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
|
||||
}, can.onimport._word(can, msg, cmds, fields)
|
||||
|
||||
can.get("Action", "size", function(msg, top, left, width, height) {
|
||||
can.page.Modify(can, can._output, {style: {"max-width": width}})
|
||||
can.page.Modify(can, can._output, {style: {"max-width": width, "max-height": height-40}})
|
||||
can.page.Modify(can, can._target, {style: {top: top, left: left}})
|
||||
})
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user