|
|
@@ -635,6 +635,18 @@ export default {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
+::v-deep .special-duty-pane .tech-table thead th {
|
|
|
+ background-color: rgba(17, 36, 70, 1);
|
|
|
+}
|
|
|
+::v-deep .special-duty-pane .tech-table tbody tr:nth-child(odd) {
|
|
|
+ background-color: rgba(30, 50, 90, 1);
|
|
|
+}
|
|
|
+::v-deep .special-duty-pane .tech-table tbody .table-row {
|
|
|
+ background-color: rgba(30, 50, 90, 1);
|
|
|
+}
|
|
|
+::v-deep .special-duty-pane .tech-table tbody .table-row:hover {
|
|
|
+ background-color: rgb(75, 112, 185);
|
|
|
+}
|
|
|
::v-deep .special-duty-pane .tech-table .btn-group {
|
|
|
display: flex;
|
|
|
gap: 10px;
|