This commit is contained in:
yumoqing 2025-10-26 13:52:55 +08:00
parent adabedc08f
commit 0331384b03

View File

@ -4,7 +4,7 @@
"widgettype":"HBox", "widgettype":"HBox",
"options":{ "options":{
{% if int(params_kw._is_mobile) == 1 %} {% if int(params_kw._is_mobile) == 1 %}
"width": "49.5%" "width": "49.5%",
{% else %} {% else %}
"cwidth":22, "cwidth":22,
{% endif %} {% endif %}