gpt4 book ai didi

css - ember.js 文本字段和 css(twitter bootstrap)

转载 作者:行者123 更新时间:2023-11-28 10:54:48 25 4
gpt4 key购买 nike

我想在 Ember.Textfield 上添加一些样式,即:style="max-width: 100%;"。我尝试使用 attributeBinding 来做到这一点,但没有取得多大成功。有人有可行的解决方案吗?

最佳答案

虽然您应该更好地使用 CSS 类名,但您可以扩展 Ember.TextField 并将“样式”添加到属性绑定(bind)

App.StyledTextField : Ember.TextField.extend({
attributeBindings: ['style', 'type', 'value', 'size']
})

现在你可以这样做:

{{view App.StyledTextField 
style="max-width: 100%"}}

关于css - ember.js 文本字段和 css(twitter bootstrap),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13640963/

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