|
|
@@ -43,7 +43,7 @@ limitations under the License. |
|
|
</div> |
|
|
</div> |
|
|
<div v-for="(item, itemIndex) in filterArr" |
|
|
<div v-for="(item, itemIndex) in filterArr" |
|
|
:key="itemIndex"> |
|
|
:key="itemIndex"> |
|
|
<el-input class="filter-input" |
|
|
|
|
|
|
|
|
<el-input class="filter-input long-input" |
|
|
:class="item.showError ? 'error-border' : ''" |
|
|
:class="item.showError ? 'error-border' : ''" |
|
|
v-model="item.model"></el-input> |
|
|
v-model="item.model"></el-input> |
|
|
<span class="input-behind" |
|
|
<span class="input-behind" |
|
|
@@ -694,9 +694,11 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.filter-input { |
|
|
.filter-input { |
|
|
width: 120px; |
|
|
|
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
.long-input { |
|
|
|
|
|
width: 120px; |
|
|
|
|
|
} |
|
|
.input-behind { |
|
|
.input-behind { |
|
|
padding: 0 5px; |
|
|
padding: 0 5px; |
|
|
} |
|
|
} |
|
|
|