gpt4 book ai didi

css - 将内联样式添加到 symfony2 Twig 形式

转载 作者:行者123 更新时间:2023-11-28 05:16:54 26 4
gpt4 key购买 nike

{{ form_widget(titleForm.titleBasic, {'attr' : {'style' : { 'color:red', 'border:none' } }} ) }}

有时我使用过内联 css,但我忘记了如何为内联 css 编写 twig sintax。

最佳答案

这对我有用。用 ; 代替 ,

{{ form_widget(titleForm.titleBasic, {'attr' : {'style' : 'color:red; border:none' } }} ) }}

关于css - 将内联样式添加到 symfony2 Twig 形式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39268374/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com