1
0
forked from x/volcanos
This commit is contained in:
harveyshao 2021-11-05 13:03:14 +08:00
parent 976f76bd52
commit 5574a1c662
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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}})
})
},