质量检验方案1
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
<div class="grid_sub">
|
||||
<div class="a_11" v-for="(item, index) of paint" :key="index">
|
||||
<div @click="Accumulator(item, index)" class="button_">
|
||||
<el-badge :value="item.counter" type="primary"
|
||||
><div class="context">{{ item.inspectionName }}</div></el-badge
|
||||
>
|
||||
|
||||
<div class="context">{{ item.inspectionName }}</div>
|
||||
<el-input-number style="margin-bottom: 0px;" size="mini" v-model="item.counter" @change="handleChange"></el-input-number>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -34,9 +35,8 @@
|
||||
<div class="grid_sub">
|
||||
<div class="a_11" v-for="(item, index) of device" :key="index">
|
||||
<div @click="Accumulator(item, index)" class="button_">
|
||||
<el-badge :value="item.counter" type="primary"
|
||||
><div class="context">{{ item.inspectionName }}</div></el-badge
|
||||
>
|
||||
<div class="context">{{ item.inspectionName }}</div>
|
||||
<span role="button" class="el-input-number__decrease"><i class="el-icon-minus"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -267,6 +267,21 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep .el-input-number {
|
||||
width: 68px;
|
||||
}
|
||||
::v-deep .el-input-number__decrease {
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
::v-deep .el-input-number__increase {
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
::v-deep .el-input > .el-input__inner {
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 30px;
|
||||
@@ -359,14 +374,14 @@ export default {
|
||||
}
|
||||
}
|
||||
.grid > * {
|
||||
height: 250px;
|
||||
height: 300px;
|
||||
background-color: #ebeef5;
|
||||
color: white;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
.grid_sub > * {
|
||||
height: 60px;
|
||||
height: 80px;
|
||||
background-color: #11a983;
|
||||
color: white;
|
||||
border-radius: 0.2em;
|
||||
|
||||
Reference in New Issue
Block a user