| | |
| | | .el-row{ |
| | | margin-bottom: 5px; |
| | | } |
| | | .el-input{ |
| | | .el-input-number{ |
| | | width: 182px; |
| | | } |
| | | /deep/.delInput input::-webkit-outer-spin-button, |
| | | /deep/.delInput input::-webkit-inner-spin-button { |
| | | -webkit-appearance: none!important; |
| | | } |
| | | /deep/.delInput input[type="number"]{ |
| | | -moz-appearance: textfield; |
| | | } |
| | | |
| | | |
| | |
| | | .el-row{ |
| | | margin-bottom: 5px; |
| | | } |
| | | .el-input{ |
| | | .el-input-number{ |
| | | width: 182px; |
| | | } |
| | | /deep/.delInput input::-webkit-outer-spin-button, |
| | | /deep/.delInput input::-webkit-inner-spin-button { |
| | | -webkit-appearance: none!important; |
| | | } |
| | | /deep/.delInput input[type="number"]{ |
| | | -moz-appearance: textfield; |
| | | } |
| | | |
| | | |
| | |
| | | .el-row{ |
| | | margin-bottom: 5px; |
| | | } |
| | | .el-input{ |
| | | .el-input-number{ |
| | | width: 182px; |
| | | } |
| | | /deep/.delInput input::-webkit-outer-spin-button, |
| | | /deep/.delInput input::-webkit-inner-spin-button { |
| | | -webkit-appearance: none!important; |
| | | } |
| | | /deep/.delInput input[type="number"]{ |
| | | -moz-appearance: textfield; |
| | | } |
| | | |
| | | |
| | |
| | | |
| | | <el-row :gutter="8"> |
| | | <el-col :span="12"> |
| | | <el-select v-model.trim="stuff.process" size="small" clearable placeholder="原片工艺" filterable> |
| | | <el-select v-model.trim="stuff.process" size="small" clearable :placeholder="$t('glassPrice.glass')+$t('glassPrice.craft')" filterable> |
| | | <el-option v-for="item in props.basicData.process" |
| | | :key="item.id" |
| | | :label="item.basicName" |
| | |
| | | .el-row{ |
| | | margin-bottom: 5px; |
| | | } |
| | | .el-input{ |
| | | .el-input-number{ |
| | | width: 182px; |
| | | } |
| | | /deep/.delInput input::-webkit-outer-spin-button, |
| | | /deep/.delInput input::-webkit-inner-spin-button { |
| | | -webkit-appearance: none!important; |
| | | } |
| | | /deep/.delInput input[type="number"]{ |
| | | -moz-appearance: textfield; |
| | | } |
| | | |
| | | |