up
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
</div>
|
||||
|
||||
<form method="get" enctype="multipart/form-data" action="/admin/"
|
||||
class="flex items-center border-[#F6F6F6] m-[12px_0_20px] p-[15px] bg-white rounded-[10px] shadow-[0px_1px_4px_0px_rgba(0,0,0,0.10)]">
|
||||
class="flex flex-wrap items-center border-[#F6F6F6] m-[12px_0_20px] p-[15px_15px_0_15px] bg-white rounded-[10px] shadow-[0px_1px_4px_0px_rgba(0,0,0,0.10)]">
|
||||
<input type="text" name="q" id="keyword" value="" placeholder="Tìm theo email hoặc số điện thoại"
|
||||
class="w-[375px] h-[36px] border border-[#D8D8D8] m-[0_10px_0_0] p-[0_10px] bg-white rounded-[4px] shadow-[0px_2px_4px_0px_rgba(0,0,0,0.12)] ">
|
||||
class="w-[375px] h-[36px] border border-[#D8D8D8] m-[0_10px_15px_0] p-[0_10px] bg-white rounded-[4px] shadow-[0px_2px_4px_0px_rgba(0,0,0,0.12)] ">
|
||||
|
||||
<div class="items-center flex">
|
||||
<div class="items-center flex mb-[15px]">
|
||||
<p class="mr-1"> Từ ngày </p>
|
||||
|
||||
<div class="relative m-[0_20px_0_10px]">
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="items-center flex">
|
||||
<div class="items-center flex mb-[15px]">
|
||||
<p class="mr-1"> Đến ngày </p>
|
||||
|
||||
<div class="relative m-[0_20px_0_10px]">
|
||||
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
|
||||
<input type="submit" value="Tìm kiếm"
|
||||
class="h-[36px] bg-[#0041E8] text-[#fff] font-[500] p-[0_8px] cursor-pointer rounded-[4px]">
|
||||
class="h-[36px] bg-[#0041E8] text-[#fff] font-[500] p-[0_8px] mb-[15px] cursor-pointer rounded-[4px]">
|
||||
</form>
|
||||
|
||||
<div class="m-[14px_0] flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user