Module:DateTitleList: Difference between revisions
No edit summary |
No edit summary |
||
Line 86: | Line 86: | ||
-- 包装在 <ul> 中,作为返回结果 | -- 包装在 <ul> 中,作为返回结果 | ||
return '<ul class="date-title-list">' .. table.concat(result, "\n") .. '</ul>' | return '<ul class="date-title-list" style="height: -webkit-fill-available;">' .. table.concat(result, "\n") .. '</ul>' | ||
end | end | ||
return p | return p |