ltao 3 年之前
父節點
當前提交
4ea5f0f303
共有 2 個文件被更改,包括 6 次插入0 次删除
  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>