style: 调整健康检查表格倒数第二列宽度

This commit is contained in:
Argo Zhang 2019-08-19 08:39:51 +08:00
parent 79154b1915
commit f839255d82
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,10 @@
</environment>
<style>
@@media (min-width: 768px) {
.card-body .bootstrap-table tr td:last-child, .card-body .bootstrap-table tr th:last-child {
.card-body .bootstrap-table tr td:nth-child(5),
.card-body .bootstrap-table tr th:nth-child(5),
.card-body .bootstrap-table tr td:last-child,
.card-body .bootstrap-table tr th:last-child {
width: 78px;
text-align: center;
}

View File

@ -18,7 +18,11 @@
<link href="../css/site-responsive.css" rel="stylesheet" asp-append-version="true" />
<style>
@media (min-width: 768px) {
.card-body .bootstrap-table tr td:last-child {
.card-body .bootstrap-table tr td:nth-child(5),
.card-body .bootstrap-table tr th:nth-child(5),
.card-body .bootstrap-table tr td:last-child,
.card-body .bootstrap-table tr th:last-child {
width: 78px;
text-align: center;
}