duy 2 сар өмнө
parent
commit
938ba3ce17

+ 2 - 2
src/views/transfer/preliminary-examination.vue

@@ -6,7 +6,7 @@
                     <HcIcon name="stack" />
                 </div>
                 <div class="project-name-box ml-2">
-                    <span class="text-cut project-alias text-xl">{{ projectInfo.projectAlias }}</span>
+                    <span class="text-cut project-alias text-xl text-gray">{{ projectInfo.projectAlias }}</span>
                     <div class="text-cut project-name text-xs">{{ projectInfo.name }}</div>
                 </div>
             </div>
@@ -347,7 +347,7 @@ const onmousedown = () => {
     position: relative;
     margin-top: 20px;
     width: 100%;
-    height: calc(100% - 90px);
+    height: calc(100% - 100px);
 }
 .hc-card-diy-tip-view {
     display: flex;

+ 1 - 2
src/views/transfer/writing-conclusion.vue

@@ -257,10 +257,9 @@ const changeTips = (val)=>{
 }
 .hc-table-opinion-text {
     position: relative;
-    color: #010101;
+    color:  var(--el-text-color-primary);;
     font-size: 16px;
     margin-bottom: 10px;
-    color: var(--el-text-color-primary);
     .title {
         position: relative;
         margin-bottom: 10px;