更改

添加5字节 、 2023年2月8日 (三) 04:30
无编辑摘要
第141行: 第141行:  
     local props = SMWUtils.query_page_properties("[["..title.."]]", prop_names)[1]["properties"]
 
     local props = SMWUtils.query_page_properties("[["..title.."]]", prop_names)[1]["properties"]
 
     local root = mw.html.create("div")
 
     local root = mw.html.create("div")
     root:attr("style", "display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, auto)); width: 100%")
+
     root:attr("style", "display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, auto)) auto; width: 100%")
 
     local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])
 
     local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])