| | |
| | | <template v-for="(itemDatile,index) in item.detailList" :key="index"> |
| | | <tr style="width: 100%;"> |
| | | <td colspan="1" style="font-weight: bold">加工品种:</td> |
| | | <td colspan="4"><el-input type="textarea" :autosize="{ minRows: 2, maxRows: 20 }" v-model="itemDatile.product_name"/></td> |
| | | <td colspan="4"><el-input class="textarea" type="textarea" :autosize="{ minRows: 2, maxRows: 20 }" v-model="itemDatile.product_name"/></td> |
| | | </tr> |
| | | <template v-for="(item,index) in itemDatile.detailList" :key="index"> |
| | | <tr style="width: 100%;margin-top: 20px"> |
| | |
| | | font-size: 15px; |
| | | } |
| | | |
| | | |
| | | .textarea{ |
| | | --el-border-color: rgba(255,255,255,0.0); |
| | | --el-input-focus-border-color: rgba(255,255,255,0.0); |
| | | --el-input-focus-border-width: 0px; |
| | | --el-input-hover-border-color: rgba(255,255,255,0.0); |
| | | --el-input-hover-border-width: 0px; |
| | | } |
| | | |
| | | </style> |