Poprawki funkcjonalności c.d.

This commit is contained in:
2022-10-21 16:57:37 +02:00
parent a166d4eda5
commit 214bbbf2fe
7 changed files with 68 additions and 21 deletions
+2 -2
View File
@@ -65,12 +65,11 @@ export default defineComponent({
}
.order {
max-width: 550px;
background-color: white;
color: black;
max-height: 95vh;
overflow-y: auto;
overflow: auto;
font-size: 15px;
@@ -179,3 +178,4 @@ select {
}
}
</style>