style: Blazor 模式增加 Table 圆角样式
This commit is contained in:
parent
54835998dc
commit
bc359dca8d
|
@ -166,25 +166,22 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
|
||||||
.table-wrapper {
|
.table-wrapper {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
|
||||||
|
|
||||||
.table-wrapper .table {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-fixed-header {
|
|
||||||
border: solid 1px #dee2e6;
|
border: solid 1px #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-fixed-header .table {
|
.table-wrapper .table {
|
||||||
|
margin-bottom: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-wrapper .table {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-fixed-header .table th:last-child {
|
.table-wrapper .table th:last-child {
|
||||||
border-right-width: 0;
|
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;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue