| | |
| | | </view> |
| | | <view class="form-cell"> |
| | | <label class="form-label">规格型号:</label> |
| | | <input class="input small-font" v-model="toolModel" placeholder="刀具带出" disabled /> |
| | | <input class="input small-font input-tool-model" v-model="toolModel" placeholder="刀具带出" disabled /> |
| | | </view> |
| | | <!-- 新增的刀具目录按钮 --> |
| | | <view class="form-cell"> |
| | |
| | | margin-right: 4px; |
| | | } |
| | | |
| | | .input-use-limit { |
| | | width: 60px !important; |
| | | min-width: 0 !important; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | .input-tool-model { |
| | | width: 60px !important; |
| | | min-width: 0 !important; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | </style> |