ltao 3 år sedan
förälder
incheckning
4ea5f0f303
2 ändrade filer med 6 tillägg och 0 borttagningar
  1. 3 0
      src/views/thought/responses/index.vue
  2. 3 0
      src/views/thought/thoughtPlan/index.vue

+ 3 - 0
src/views/thought/responses/index.vue

@@ -1196,4 +1196,7 @@ export default {
 ::v-deep .el-dialog__footer {
   margin-right: 54px;
 }
+::v-deep th{
+  background: #004d86 !important;
+}
 </style>

+ 3 - 0
src/views/thought/thoughtPlan/index.vue

@@ -1427,4 +1427,7 @@ export default {
 ::v-deep .el-textarea__inner {
   padding: 24px 28px;
 }
+::v-deep th{
+  background: #004d86 !important;
+}
 </style>