|
@@ -467,6 +467,7 @@ body {
|
|
|
font-family: PingFang SC !important;
|
|
|
font-weight: bold !important;
|
|
|
color: #FFFFFF !important;
|
|
|
+ border: 0 !important;
|
|
|
}
|
|
|
|
|
|
.table_wrap thead tr th:first-child {
|
|
@@ -475,7 +476,7 @@ body {
|
|
|
border-radius: 15px 0 0 0 !important;
|
|
|
}
|
|
|
|
|
|
-.table_wrap thead tr th:last-child {
|
|
|
+.table_wrap thead tr th:nth-last-child(2) {
|
|
|
border-collapse: separate;
|
|
|
border-spacing: 0;
|
|
|
border-radius: 0 15px 0 0;
|
|
@@ -713,6 +714,7 @@ body {
|
|
|
font-family: PingFang SC !important;
|
|
|
font-weight: bold !important;
|
|
|
color: #FFFFFF !important;
|
|
|
+ border: 0 !important;
|
|
|
}
|
|
|
|
|
|
.content_hide tbody tr td {
|
|
@@ -747,6 +749,12 @@ body {
|
|
|
border-radius: 15px 0 0 0 !important;
|
|
|
}
|
|
|
|
|
|
+.content_hide thead tr th:nth-last-child(2) {
|
|
|
+ border-collapse: separate !important;
|
|
|
+ border-spacing: 0 !important;
|
|
|
+ border-radius: 0 15px 0 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
.content_hide tbody tr:last-child td:first-child {
|
|
|
border-collapse: separate !important;
|
|
|
border-spacing: 0 !important;
|