ltao 3 rokov pred
rodič
commit
4ea5f0f303

+ 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>