188
次編輯
TerminalFlow(對話 | 貢獻) 小 (先大概这样用吧) |
TerminalFlow(對話 | 貢獻) 小 (// Edit via Wikiplus) |
||
第42行: | 第42行: | ||
end | end | ||
local outer_wrapper = mw.html.create("div") | local outer_wrapper = mw.html.create("div") | ||
outer_wrapper:cssText("overflow:auto;position:relative;width: | outer_wrapper:cssText("overflow:auto;position:relative;max-width: 960px;max-height:60vh") | ||
local wrapper_div = mw.html.create("div") | local wrapper_div = mw.html.create("div") | ||
outer_wrapper:node(wrapper_div) | outer_wrapper:node(wrapper_div) | ||
wrapper_div:cssText(" | wrapper_div:cssText("position:relative;max-width:100%") | ||
wrapper_div:css("width", pos_max["x_max"] - pos_max["x_min"] + 100 .. "px") | wrapper_div:css("width", pos_max["x_max"] - pos_max["x_min"] + 100 .. "px") | ||
wrapper_div:css("height", pos_max["y_max"] - pos_max["y_min"] + 100 .."px") | wrapper_div:css("height", pos_max["y_max"] - pos_max["y_min"] + 100 .."px") |
次編輯