mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-04 14:08:12 +00:00
chore: improved inputs & warnings styles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex gap-2 items-center">
|
||||
<div class="flex gap-2 items-center" v-if="globalStore.currentTimetableData == null">
|
||||
<div class="flex gap-2 w-full">
|
||||
<input
|
||||
v-model="globalStore.journalTimetableSearch.driverName"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex gap-2">
|
||||
<div class="flex gap-2" v-if="globalStore.currentTimetableData == null">
|
||||
<div class="w-full">
|
||||
<input
|
||||
v-model="globalStore.localTimetableSearch"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex gap-2 flex-col mb-2 print:hidden">
|
||||
<div class="flex gap-2 flex-col print:hidden">
|
||||
<!-- Top Actions & Modes -->
|
||||
<SearchModeActions />
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
}`"
|
||||
@click="toggleViewMode('journal')"
|
||||
>
|
||||
<NotebookPenIcon />
|
||||
<HistoryIcon />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -71,8 +71,8 @@ import type { ViewMode, TimetableData } from '../../types/common.types';
|
||||
import {
|
||||
ArchiveIcon,
|
||||
FolderDownIcon,
|
||||
HistoryIcon,
|
||||
MoonIcon,
|
||||
NotebookPenIcon,
|
||||
PrinterIcon,
|
||||
SunIcon,
|
||||
WifiIcon
|
||||
|
||||
Reference in New Issue
Block a user