| | |
| | | } |
| | | }; |
| | | const handleEdit = (row) => { |
| | | patternWidth.value = row.patternWidth; |
| | | patternHeight.value = row.patternHeight; |
| | | patternThickness.value = row.patternThickness; |
| | | filmsId.value = row.filmsId; |
| | | remainQuantity.value = row.remainQuantity; |
| | | window.localStorage.setItem('deviceId', row.deviceId) |
| | | window.localStorage.setItem('slot', row.slot) |
| | | Edit.value = true; |
| | |
| | | <style scoped> |
| | | #dt { display:block; float:left;line-height: 20px;margin-left: 100px;} |
| | | #dta { display:block; float:left;line-height: 20px;margin-left: 80%;} |
| | | .awatch{ |
| | | height: 400px; |
| | | width: 1500px; |
| | | max-width: 100%; |
| | | } |
| | | #dialog-footer { |
| | | text-align: center; |
| | | margin-top: -15px; |
| | |
| | | max-width: 100%; |
| | | background-size: 800px 450px; |
| | | overflow: hidden; |
| | | position:relative |
| | | position:relative; |
| | | margin-left: 30% |
| | | } |
| | | .img-car1{ |
| | | display: flex; |