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>