style: 增加排序样式

This commit is contained in:
Argo Zhang 2020-01-27 14:39:16 +08:00
parent 8fb2867b94
commit b00359b60d
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 18 additions and 0 deletions

View File

@ -163,6 +163,24 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .sortable {
padding-right: 30px;
cursor: pointer;
}
.bootstrap-table .sortable span {
display: inline-block;
width: 100%;
}
.bootstrap-table .sortable i {
margin-left: 8px;
}
.bootstrap-table .sortable .fa-sort {
color: #dee2e6;
}
.table-wrapper {
border-radius: 4px;
margin-bottom: 1rem;