更改

大小无更改 、 2021年7月5日 (一) 10:55
无编辑摘要
第137行: 第137行:  
     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)) auto; width: 100%")
+
     root:attr("style", "display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, auto)) 3rem; width: 100%")
 
     local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])
 
     local maintainerTemp = renderMaintainers(frame, props["维护者"], props["创作者"])