|
@@ -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;
|
|
|
}
|