|
|
@@ -122,7 +122,7 @@
|
|
|
<el-row v-if="item.flag2">
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="样品类型(二)" >
|
|
|
- <el-input v-model="item.yang_pin_lei_er_ || '/'" readonly="true" class="as"></el-input>
|
|
|
+ <el-input v-model="item.yang_pin_lei_er_ || '/'" readonly="true" ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
@@ -151,7 +151,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="留样数量(二)" required>
|
|
|
+ <el-form-item label="留样数量(二)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="item.liu_yang_shu_lian_er"></el-input>
|
|
|
</template>
|
|
|
@@ -198,7 +198,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="留样数量(三)" required>
|
|
|
+ <el-form-item label="留样数量(三)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="item.liu_yang_shu_lian_san"></el-input>
|
|
|
</template>
|
|
|
@@ -245,7 +245,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="留样数量(四)" required>
|
|
|
+ <el-form-item label="留样数量(四)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="item.liu_yang_shu_lian_si"></el-input>
|
|
|
</template>
|
|
|
@@ -649,9 +649,6 @@ import * as dayjs from 'dayjs'
|
|
|
|
|
|
/deep/ .el-form-item__label,/deep/ .el-input__inner{
|
|
|
color: none;
|
|
|
-}
|
|
|
-/deep/ .as{
|
|
|
- color: red;
|
|
|
}
|
|
|
.sample-scan .popContainer{
|
|
|
position: fixed;
|
|
|
@@ -673,8 +670,8 @@ import * as dayjs from 'dayjs'
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
/**必须设置.el-form-item__label为none */
|
|
|
- /deep/.zzj{
|
|
|
- color: #4709cc;
|
|
|
+ /deep/.zzj .el-form-item__content .el-input__inner{
|
|
|
+ color: #e60c14;
|
|
|
}
|
|
|
/deep/.el-form-item__content{
|
|
|
display: inline-block;
|