step 44 : remove lg:hidden, lg:mb-5
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
<a href="settings.html" class="text-black/87 transition font-bold hover:text-[#2196F3]">SETTING</a>
|
||||
</li>
|
||||
<li class="bg-[#E3F2FD] rounded-sm p-3">
|
||||
<a href="assay_format.html" class="text-[#2196F3] transition font-bold hover:text-black/87">ASSAY FORMAT</a>
|
||||
<a href="assay_format.html" class="text-[#2196F3] transition font-bold hover:text-black/87">ASSAY
|
||||
FORMAT</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="result.html" class="text-black/87 transition font-bold hover:text-[#2196F3]">RESULT</a>
|
||||
@@ -290,7 +291,8 @@
|
||||
<!-- Assay Code -->
|
||||
<label for="Assay Code"
|
||||
class="relative block rounded-md border border-gray-400 focus-within:border-blue-600 focus-within:ring-1 focus-within:ring-blue-600">
|
||||
<input type="text" id="Assay Code" autocomplete="off" x-model="assayCode" @change="onChangeAssayCodeAdd()"
|
||||
<input type="text" id="Assay Code" autocomplete="off" x-model="assayCode"
|
||||
@change="onChangeAssayCodeAdd()"
|
||||
class="peer pl-2 border-none py-3 bg-transparent placeholder-transparent focus:border-transparent focus:ring-0 focus:outline-hidden"
|
||||
placeholder="Assay Code" />
|
||||
|
||||
@@ -306,7 +308,8 @@
|
||||
<!-- Decimal Font -->
|
||||
<label for="Decimal"
|
||||
class="relative block rounded-md border border-gray-400 focus-within:border-blue-600 focus-within:ring-1 focus-within:ring-blue-600">
|
||||
<input type="text" id="Decimal" x-model="decimalFont" autocomplete="off" @change="onChangeDecimalFontAdd()"
|
||||
<input type="text" id="Decimal" x-model="decimalFont" autocomplete="off"
|
||||
@change="onChangeDecimalFontAdd()"
|
||||
class="peer pl-2 border-none py-3 bg-transparent placeholder-transparent focus:border-transparent focus:ring-0 focus:outline-hidden"
|
||||
placeholder="Decimal" />
|
||||
|
||||
@@ -323,7 +326,8 @@
|
||||
<label for="Formula"
|
||||
class="relative block rounded-md border border-gray-400 focus-within:border-blue-600 focus-within:ring-1 focus-within:ring-blue-600">
|
||||
|
||||
<textarea id="Formula" x-model="formulaAdd" autocomplete="off" @change="onChangeFormulaAdd()"
|
||||
<textarea id="Formula" x-model="formulaAdd" autocomplete="off"
|
||||
@change="onChangeFormulaAdd()"
|
||||
class="resize-none peer w-full pl-2 border-none py-3 bg-transparent placeholder-transparent focus:border-transparent focus:ring-0 focus:outline-none"
|
||||
placeholder="Formula"></textarea>
|
||||
|
||||
@@ -374,7 +378,8 @@
|
||||
</button>
|
||||
<button @click="save()" :class="objForm.isValidForm
|
||||
? 'text-white bg-[#1976D2] font-bold text-sm uppercase px-4 py-2 rounded-md transition duration-200 hover:bg-[#135BA1]'
|
||||
: 'bg-gray-300 text-gray-500 cursor-not-allowed px-4 py-2 rounded-md'" :disabled="!objForm.isValidForm">
|
||||
: 'bg-gray-300 text-gray-500 cursor-not-allowed px-4 py-2 rounded-md'"
|
||||
:disabled="!objForm.isValidForm">
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
@@ -606,7 +611,7 @@
|
||||
<div class="mb-2"></div>
|
||||
|
||||
<!-- Assay No Inputan -->
|
||||
<div class="bg-white w-full px-3 py-2 lg:hidden lg:mb-0">
|
||||
<div class="bg-white w-full px-3 py-2 mb-5 lg:hidden lg:mb-0">
|
||||
<label for="Assay No"
|
||||
class="relative block rounded-md border border-gray-400 focus-within:border-blue-600 focus-within:ring-1 focus-within:ring-blue-600">
|
||||
<input type="text" id="Assay No" x-model="assayNo"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<!-- konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]"
|
||||
x-data="assayFormatMobileAdd">
|
||||
<div class="relative w-full lg:hidden">
|
||||
<div class="relative w-full ">
|
||||
<!-- instrument -->
|
||||
<fieldset @click.outside="openInstrument = false"
|
||||
class="relative border border-gray-400 rounded-md focus-within:border-blue-500 focus-within:ring-1 focus-within:ring-blue-500 px-3 pt-2 pb-2">
|
||||
@@ -61,7 +61,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- Assay Code -->
|
||||
<label for="Assay Code"
|
||||
@@ -77,7 +77,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- Decimal Font -->
|
||||
<label for="Decimal"
|
||||
@@ -93,7 +93,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- formula -->
|
||||
<label for="Formula"
|
||||
@@ -129,7 +129,7 @@
|
||||
</div>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- hasil verifikasi -->
|
||||
<div>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<!-- konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]"
|
||||
x-data="assayFormatMobileEdit">
|
||||
<div class="relative w-full lg:hidden">
|
||||
<div class="relative w-full ">
|
||||
<!-- instrument -->
|
||||
<fieldset @click.outside="openInstrument = false"
|
||||
class="relative border border-gray-400 rounded-md focus-within:border-blue-500 focus-within:ring-1 focus-within:ring-blue-500 px-3 pt-2 pb-2">
|
||||
@@ -61,7 +61,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- Assay Code -->
|
||||
<label for="Assay Code"
|
||||
@@ -77,7 +77,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- Decimal Font -->
|
||||
<label for="Decimal"
|
||||
@@ -93,7 +93,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- formula -->
|
||||
<label for="Formula"
|
||||
@@ -128,7 +128,7 @@
|
||||
</div>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- hasil verifikasi -->
|
||||
<div>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<!-- konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]" x-data="orderMobileAdd">
|
||||
<div class="relative w-full lg:hidden">
|
||||
<div class="relative w-full ">
|
||||
<!-- Order Date -->
|
||||
<label for="Order Date"
|
||||
class="relative block rounded-md border border-gray-400 focus-within:border-blue-600 focus-within:ring-1 focus-within:ring-blue-600">
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- MRN -->
|
||||
<label for="MRN"
|
||||
@@ -104,7 +104,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- SID -->
|
||||
<label for="SID"
|
||||
@@ -120,7 +120,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- Name -->
|
||||
<label for="Name"
|
||||
@@ -136,7 +136,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- DOB -->
|
||||
<label for="DOB"
|
||||
@@ -197,7 +197,7 @@
|
||||
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- pemeriksaan -->
|
||||
<label for="Pemeriksaan"
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
</div>
|
||||
|
||||
<div class="fixed bottom-0 left-0 w-full bg-white h-15 flex items-center align-middle shadow-custom p-4">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<!-- konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]" x-data="orderMobileEdit">
|
||||
<div class="relative w-full lg:hidden">
|
||||
<div class="relative w-full ">
|
||||
<!-- Order Date -->
|
||||
<label for="Order Date"
|
||||
class="relative block rounded-md border border-gray-400 focus-within:border-blue-600 focus-within:ring-1 focus-within:ring-blue-600">
|
||||
@@ -86,9 +86,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- MRN -->
|
||||
<label for="MRN"
|
||||
@@ -104,7 +103,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- SID -->
|
||||
<label for="SID"
|
||||
@@ -120,7 +119,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- Name -->
|
||||
<label for="Name"
|
||||
@@ -136,7 +135,7 @@
|
||||
</label>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- DOB -->
|
||||
<label for="DOB"
|
||||
@@ -197,7 +196,7 @@
|
||||
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
|
||||
<!-- pemeriksaan -->
|
||||
<label for="Pemeriksaan"
|
||||
@@ -253,7 +252,7 @@
|
||||
</div>
|
||||
|
||||
<!-- space 20 -->
|
||||
<div class="mb-5 lg:mb-0"></div>
|
||||
<div class="mb-5 "></div>
|
||||
</div>
|
||||
|
||||
<div class="fixed bottom-0 left-0 w-full bg-white h-15 flex items-center align-middle shadow-custom p-4">
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
<!-- konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]"
|
||||
x-data="settingsPageMobileAdd">
|
||||
<div class="relative w-full lg:hidden">
|
||||
<div class="relative w-full">
|
||||
<!-- jenis dropdown -->
|
||||
<fieldset @click.outside="openJenis = false" class="relative border border-gray-400 rounded-md focus-within:border-blue-500 focus-within:ring-1
|
||||
focus-within:ring-blue-500 px-3 pt-2 pb-2 lg:hidden">
|
||||
focus-within:ring-blue-500 px-3 pt-2 pb-2 ">
|
||||
<span x-text="selectedJenis.idJenis != -1 ? 'Jenis' : selectedJenis.namaJenis" class="pointer-events-none absolute start-2.5 top-0 -translate-y-1/2 bg-white p-0.5 text-xs text-gray-700 transition-all
|
||||
peer-placeholder-shown:top-1/2 peer-placeholder-shown:text-sm peer-focus:top-0 peer-focus:text-xs">
|
||||
</span>
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
<!-- konten utama -->
|
||||
<div class="flex-1 flex flex-col lg:flex-row px-5 pt-6 overflow-auto h-[calc(100vh-60px)]"
|
||||
x-data="settingsPageMobileEdit">
|
||||
<div class="relative w-full lg:hidden">
|
||||
<div class="relative w-full ">
|
||||
<!-- jenis dropdown -->
|
||||
<fieldset @click.outside="openJenis = false" class="relative border border-gray-400 rounded-md focus-within:border-blue-500 focus-within:ring-1
|
||||
focus-within:ring-blue-500 px-3 pt-2 pb-2 lg:hidden">
|
||||
focus-within:ring-blue-500 px-3 pt-2 pb-2 ">
|
||||
<span x-text="selectedJenis.idJenis != -1 ? 'Jenis' : selectedJenis.namaJenis" class="pointer-events-none absolute start-2.5 top-0 -translate-y-1/2 bg-white p-0.5 text-xs text-gray-700 transition-all
|
||||
peer-placeholder-shown:top-1/2 peer-placeholder-shown:text-sm peer-focus:top-0 peer-focus:text-xs">
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user