瀏覽代碼

样式修改

dengrui 2 月之前
父節點
當前提交
365fc39ae4

+ 3 - 3
src/views/modules/runTest/components/configDataAndDevice.vue

@@ -75,7 +75,7 @@ defineExpose({
           <!--        <el-table-column label="测试工程id" prop="engineeringId" />-->
           <el-table-column label="设定值" prop="setValue">
             <template #default="scope">
-              <el-input v-model="scope.row.setValue"></el-input>
+              <el-input v-model="scope.row.setValue" />
             </template>
           </el-table-column>
         </el-table>
@@ -113,7 +113,7 @@ defineExpose({
   display: flex;
   align-items: center;
   justify-content: space-between;
-  background-color: $hj-white-1;
+  background-color: black;
   padding: 0 20px;
   border-bottom: 1px solid $hj-white-3;
 
@@ -122,7 +122,7 @@ defineExpose({
 
     font-weight: bold;
     font-size: 14px;
-    color: $hj-black-1;
+    color: white;
     line-height: 16px;
     text-align: left;
   }

+ 1 - 1
src/views/modules/runTest/components/tit-header.vue

@@ -25,7 +25,7 @@ const props = defineProps({
     margin-left: 10px;
     font-weight: 400;
     font-size: var(--hj-fs-16);
-    color: var(--fc-color-9);
+    color: white;
     line-height: 19px;
     letter-spacing: 1px;
     text-align: left;

+ 3 - 2
src/views/modules/runTest/run-test.vue

@@ -596,7 +596,7 @@ const cancelMsgType5 = () => {
           <span>{{ selectedExcutingMachine?.ip }}</span>
         </div>
         <div class="csyq-tit">
-          <span>测试仪器</span>
+          <span style="color: white">测试仪器</span>
           <!--                  <el-button class="test-min-btn" type="primary">-->
           <!--                    <svg-icon icon-class="project-config" size="18" />-->
           <!--                  </el-button>-->
@@ -933,7 +933,8 @@ $color-progress: #3cbaff;
     width: 100%;
     //min-height: 300px;
     height: calc(100vh - $main-header-height - 300px - 64px);
-    background-color: $hj-white-1;
+    background-color: black;
+    color: white;
     //margin-bottom: 70px;
     display: flex;
     .content-B {