提交 59fe775e 编写于 作者: C codecalm

w3c test fixes

上级 da384da5
......@@ -14,15 +14,15 @@
<div class="col-lg-6">
<label class="form-selectgroup-item">
<input type="radio" name="report-type" value="1" class="form-selectgroup-input"{% if forloop.index == 1 %} checked{% endif %}>
<div class="form-selectgroup-label d-flex align-items-center p-3">
<div class="mr-3">
<span class="form-selectgroup-label d-flex align-items-center p-3">
<span class="mr-3">
<span class="form-selectgroup-check"></span>
</div>
<div class="form-selectgroup-label-content">
<div class="form-selectgroup-title strong mb-1">{{ r[0] }}</div>
<div class="text-muted">{{ r[1] }}</div>
</div>
</div>
</span>
<span class="form-selectgroup-label-content">
<span class="form-selectgroup-title strong mb-1">{{ r[0] }}</span>
<span class="d-block text-muted">{{ r[1] }}</span>
</span>
</span>
</label>
</div>
{% endfor %}
......
......@@ -102,7 +102,6 @@ Select group
}
.form-selectgroup-label-content {
line-height: $line-height-sm;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册