style: Blazor 模式增加 Table 圆角样式

This commit is contained in:
Argo Zhang 2020-01-26 15:52:34 +08:00
parent 54835998dc
commit bc359dca8d
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 7 additions and 10 deletions

View File

@ -166,25 +166,22 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
.table-wrapper {
border-radius: 4px;
margin-bottom: 1rem;
}
.table-wrapper .table {
margin-bottom: 0;
}
.table-fixed-header {
border: solid 1px #dee2e6;
}
.table-fixed-header .table {
.table-wrapper .table {
margin-bottom: -1px;
}
.table-wrapper .table {
border: none;
}
.table-fixed-header .table th:last-child {
.table-wrapper .table th:last-child {
border-right-width: 0;
}
.table-fixed-header .table th:first-child, .table-fixed-header .table td:first-child {
.table-wrapper .table th:first-child, .table-wrapper .table td:first-child {
border-left-width: 0;
}