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"
|
||||
|
||||
Reference in New Issue
Block a user