Mak*_*aki 6 ruby-on-rails slim-lang
我试着做一个简单的桌子
table class="table table-striped"
thead
tr
th username
Run Code Online (Sandbox Code Playgroud)
它工作正常,但当我尝试添加另一个th或tbody我得到一个错误格式缩进,例如这段代码对我不起作用
table class="table table-striped"
thead
tr
th username
th provider
Run Code Online (Sandbox Code Playgroud)
要么
table class="table table-striped"
thead
tr
th username
tbody
tr
td test
Run Code Online (Sandbox Code Playgroud)
有谁能够帮我?
| 归档时间: |
|
| 查看次数: |
2792 次 |
| 最近记录: |