【问题标题】:How I can change the default sylius bundle object?如何更改默认的 sylius 捆绑对象?
【发布时间】:2014-02-05 14:03:20
【问题描述】:

如何更改show.html.twig 中的下一个标签

{{ form_row(form.quantity, {'attr': {'class': 'center-text'}, 'empty_value': '1'}) }}

我需要改变风格,我该怎么做?

谢谢

【问题讨论】:

    标签: symfony twig symfony-forms


    【解决方案1】:

    尝试使用任何 CSS 样式将 style 属性添加到 attr

    {{ form_row(form.quantity, {'attr': {'class': 'center-text', style: "color: red;"}, 'empty_value': '1'}) }}
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-01
      相关资源
      最近更新 更多