使用div避免容易选中第一个
This commit is contained in:
parent
f200712d9f
commit
74e0b91845
@ -25,7 +25,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</label>
|
</label>
|
||||||
@endif
|
@endif
|
||||||
<label>
|
<div>
|
||||||
复制的常驻留言,请选择:
|
复制的常驻留言,请选择:
|
||||||
<br>
|
<br>
|
||||||
@foreach($broadcastList as $broadcast)
|
@foreach($broadcastList as $broadcast)
|
||||||
@ -35,7 +35,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<br>
|
<br>
|
||||||
@endforeach
|
@endforeach
|
||||||
</label>
|
</div>
|
||||||
@include("common.form_error")
|
@include("common.form_error")
|
||||||
@if(sizeof($broadcastList) <= 0)
|
@if(sizeof($broadcastList) <= 0)
|
||||||
<div class="block my-2 text-center">
|
<div class="block my-2 text-center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user