如何将列表组项目放在 "Create Button" 下方
How to put List Grup Items below the "Create Button"
我有 List Group Items 如下图所示,在黑卡里面,"JavaScript 2.1" 有文字,主要创建按钮,我只是想,把 List group items 放在下面,不在同一行带按钮
- 我的观点
@extends('layouts.forum')
@section('heading')
<div class="d-block float-right">
<a href="{{route('thread.create')}}" class="btn btn-primary">Create Thread</a>
</div>
@endsection
@section('content')
@include('pages.forums.thread.inc.thread-list')
@endsection
尝试从 <div class="d-block float-right">
中删除 float-right
我有 List Group Items 如下图所示,在黑卡里面,"JavaScript 2.1" 有文字,主要创建按钮,我只是想,把 List group items 放在下面,不在同一行带按钮
@extends('layouts.forum')
@section('heading')
<div class="d-block float-right">
<a href="{{route('thread.create')}}" class="btn btn-primary">Create Thread</a>
</div>
@endsection
@section('content')
@include('pages.forums.thread.inc.thread-list')
@endsection
尝试从 <div class="d-block float-right">
float-right