fix: show_llms_cards card overlap - set col_cwidth:25 matching card width, col_cgap:1 for spacing

This commit is contained in:
yumoqing 2026-06-12 11:20:41 +08:00
parent 4d455da18c
commit 2792fc7bda

View File

@ -13,7 +13,9 @@
"widgettype":"DynamicColumn", "widgettype":"DynamicColumn",
"options":{ "options":{
"css":"plaza-grid", "css":"plaza-grid",
"width":"100%" "width":"100%",
"col_cwidth":25,
"col_cgap":1
}, },
"subwidgets":[ "subwidgets":[
{% for cate in data %} {% for cate in data %}