gpt4 book ai didi

ruby-on-rails-4 - Active Admin Rails 4 内联表单

转载 作者:行者123 更新时间:2023-12-04 12:50:34 24 4
gpt4 key购买 nike

我在 Rails 4 ActiveAdmin 和 Money-Rails 上使用。有没有办法在一行文本中有两个或多个输入?

para "Please enter the amount"
f.input :amount_due_currency, :label => "Dollars ",:input_html => {:style => 'width:3%'}
para "and"
f.input :amount_due_cents, :label => "cents ", :input_html => {:style => 'width:10%'}
para "to deposit on your account."

我需要的输出看起来像
请输入要存入您帐户的金额 __ 美元和 __ 美分。

我尝试过字符串插值,但失败了。有人能帮助我吗?

最佳答案

我相信你可以使用 Arbre columns布局表单。为了更好的控制,我使用 CSS 来覆盖单个输入的样式,例如:

form.subscription {
#details {
li:nth-child(n+2):nth-child(-n+5) {
display: inline-block;
width: 48%;
}
}

关于ruby-on-rails-4 - Active Admin Rails 4 内联表单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30848373/

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