|
@@ -424,5 +424,27 @@ provide('submitForm', submitForm)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ :deep(table) {
|
|
|
+ border-collapse: collapse !important;
|
|
|
+ width: 100% !important;
|
|
|
+ text-align: center !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ :deep(th) {
|
|
|
+ border: 1px solid #ddd !important;
|
|
|
+ padding: 8px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ :deep(td) {
|
|
|
+ border: 1px solid #ddd !important;
|
|
|
+ padding: 8px !important;
|
|
|
+ }
|
|
|
+ :deep(table tr:nth-child(even)) {
|
|
|
+ background-color: #f2f2f2 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ :deep(table tr:hover) {
|
|
|
+ background-color: #ddd !important;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|