deepsea 1 tahun lalu
induk
melakukan
7f7f62a124
2 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 4 0
      src/views/ordinaryPage/index.less
  2. 2 0
      src/views/ordinaryPage/index.vue

+ 4 - 0
src/views/ordinaryPage/index.less

@@ -388,4 +388,8 @@
 .cell {
   word-break: break-word !important;
   text-align: center !important;
+}
+
+.plan.task-item.case-submit .el-input__inner {
+  color: #fff !important;
 }

+ 2 - 0
src/views/ordinaryPage/index.vue

@@ -587,6 +587,8 @@
               this.caseSubFunction = this.currentCase.expectation;
               this.caseMarket = this.currentCase.market;
               this.caseLanguage = this.currentCase.language;
+              this.isShowCaseCommit = false;
+              this.isShowCaseDetail = true;
             }
           },
           selectRowIssue(id) {