diff --git a/src/views/safetyReview/dashboard/index.vue b/src/views/safetyReview/dashboard/index.vue index 20a750d..b169464 100644 --- a/src/views/safetyReview/dashboard/index.vue +++ b/src/views/safetyReview/dashboard/index.vue @@ -25,7 +25,7 @@ - +
@@ -833,50 +833,50 @@ const initShunYi = () => { cursor: pointer; } -table { +.myTable { width: 100%; border-collapse: collapse; -} -th, -td { - border: 1px solid #ddd; - padding: 8px 12px; - text-align: left; -} + th, + td { + border: 1px solid #ddd; + padding: 8px 12px; + text-align: left; + } -th { - background-color: #787878; - color: #ffffff; - font-weight: 600; - font-size: 16px; -} + th { + background-color: #787878; + color: #ffffff; + font-weight: 600; + font-size: 16px; + } -/* 隔行变色 - 奇数行 */ -tr { - background-color: #f5f5f5; - font-family: Microsoft YaHei; - font-weight: 400; - font-size: 16px; - text-align: left; - color: #000000; -} + /* 隔行变色 - 奇数行 */ + tr { + background-color: #f5f5f5; + font-family: Microsoft YaHei; + font-weight: 400; + font-size: 16px; + text-align: left; + color: #000000; + } -/* 隔行变色 - 偶数行 */ -tr:nth-child(even) { - background-color: #E4E4E4; - font-family: Microsoft YaHei; - font-weight: 400; - font-size: 16px; - text-align: left; - color: #000000; -} + /* 隔行变色 - 偶数行 */ + tr:nth-child(even) { + background-color: #E4E4E4; + font-family: Microsoft YaHei; + font-weight: 400; + font-size: 16px; + text-align: left; + color: #000000; + } -.status-checked { - color: #00B32A; -} + .status-checked { + color: #00B32A; + } -.status-pending { - color: #E13434; + .status-pending { + color: #E13434; + } } \ No newline at end of file
部门