fix: show_llms_cards card overlap - set col_cwidth:25 matching card width, col_cgap:1 for spacing
This commit is contained in:
parent
4d455da18c
commit
2792fc7bda
@ -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 %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user