|
|
|
@ -235,7 +235,7 @@
|
|
|
|
v-model:currentWorkingInstrument="currentWorkingInstrument"
|
|
|
|
v-model:currentWorkingInstrument="currentWorkingInstrument"
|
|
|
|
:instruments="instruments"
|
|
|
|
:instruments="instruments"
|
|
|
|
:categories="categories" />
|
|
|
|
:categories="categories" />
|
|
|
|
<input type="Submit"/>
|
|
|
|
<input type="submit"/>
|
|
|
|
|
|
|
|
|
|
|
|
<label>Comments</label>
|
|
|
|
<label>Comments</label>
|
|
|
|
<textarea v-model="comments"/>
|
|
|
|
<textarea v-model="comments"/>
|
|
|
|
@ -258,7 +258,7 @@ input[type="number"] {
|
|
|
|
width: 5em;
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button, em {
|
|
|
|
button, em, [type="submit"]{
|
|
|
|
margin: 1em 0;
|
|
|
|
margin: 1em 0;
|
|
|
|
display:block;
|
|
|
|
display:block;
|
|
|
|
font-size:3em;
|
|
|
|
font-size:3em;
|
|
|
|
@ -269,4 +269,5 @@ button, em {
|
|
|
|
select {
|
|
|
|
select {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|