Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 activeadmin 应用程序,该应用程序在所有大写字母中都有一个列标签,并且似乎无法摆脱它。column("Status", :order_status, :sortable => :order_status_id)
column("Status", :order_status, :sortable => :order_status_id)
让我猜猜……你的样式表中可能有text-transform: uppercase;CSS 规则吗?
text-transform: uppercase;