mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
Zapisywanie rozkazów
This commit is contained in:
@@ -89,7 +89,9 @@ export default defineComponent({
|
||||
|
||||
switch (savedOrderStatus) {
|
||||
case -1:
|
||||
this.showActionMonit('<span class="text--warn">Wypełnij numer rozkazu, numer pociągu i datę zanim dodasz rozkaz!</span>');
|
||||
this.showActionMonit(
|
||||
'<span class="text--warn">Wypełnij numer rozkazu, numer pociągu i datę zanim dodasz rozkaz!</span>'
|
||||
);
|
||||
break;
|
||||
case 0:
|
||||
this.showActionMonit('<span class="text--warn">Ostatni zapisany rozkaz jest identyczny z obecnym!</span>');
|
||||
@@ -109,7 +111,6 @@ export default defineComponent({
|
||||
<style lang="scss" scoped>
|
||||
.order-message {
|
||||
padding: 1em;
|
||||
width: 500px;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
@@ -120,10 +121,6 @@ export default defineComponent({
|
||||
button {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.message_body {
|
||||
|
||||
Reference in New Issue
Block a user