gpt4 book ai didi

css - 在此 Rails 应用程序 View 循环中,如何包含 CSS 按钮样式?

转载 作者:太空宇宙 更新时间:2023-11-04 15:01:17 25 4
gpt4 key购买 nike

我希望下面的“完整”具有假按钮样式,基本上是边框和彩色内部。

执行此操作的最佳方法是什么?我尝试添加后缀 class: 'btn btn-mini' 但这不起作用(原因很明显,因为它不是真正的按钮)。

- @tasks.each do |task|
%tr
%td= task.content
- if @dayhash[task.day_id] == "today"
- if task.start != nil && task.stop.nil?
%td underway
- elsif task.start !=nil and task.stop !=nil
%td complete

最佳答案

  - elsif task.start !=nil and task.stop !=nil
%td
.btn.btn-mini Complete

关于css - 在此 Rails 应用程序 View 循环中,如何包含 CSS 按钮样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16376126/

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