Lista zestawień: poprawki dostępności i wyglądu

This commit is contained in:
2022-01-09 17:09:47 +01:00
parent 2c9218872e
commit f0f1aef6db
4 changed files with 48 additions and 36 deletions
+2 -3
View File
@@ -1,6 +1,4 @@
<template>
<ready-stock-list />
<section class="inputs">
<div class="input inputs_loco">
<div class="input_container">
@@ -44,6 +42,7 @@
<div class="input_ready-stock">
<button class="btn" @click="setReadyStockList(true)"><b>REALNE ZESTAWIENIA</b></button>
<ready-stock-list />
</div>
<div class="input_checkbox">
@@ -123,7 +122,7 @@
<script lang="ts">
import { ICarWagon, ILocomotive, IStore } from '@/types';
import { defineComponent, inject, provide, ref } from 'vue';
import { defineComponent, inject, provide, Ref, ref } from 'vue';
import ReadyStockList from '@/components/ReadyStockList.vue';