diff --git a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue index 166a9b241..24ca1a1ad 100644 --- a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue +++ b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue @@ -66,16 +66,18 @@ row.type == 'LOCATION_CODE' " > - + + + @@ -263,4 +264,12 @@ defineExpose({ } } } +.input-box{ + display: flex; + flex: 1!important; +} +.input-box ::v-deep .el-input{ + flex: 1!important; + width: 0px!important; +}