update
This commit is contained in:
@@ -1,33 +1,25 @@
|
||||
<div class="w-[100%]">
|
||||
<div
|
||||
class="m-[15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)] overflow-x-auto">
|
||||
<h1 class="text-[24px] font-[700] mb-3">Tổng hợp đánh giá</h1>
|
||||
<div class="w-full">
|
||||
<div class="p-3 rounded-sm bg-white shadow overflow-x-auto">
|
||||
<h1 class="text-2xl font-bold mb-3">Tổng hợp đánh giá</h1>
|
||||
|
||||
<div class="list-filter-account flex items-center">
|
||||
<a href="javacsript:void(0)"
|
||||
class="px-[10px] py-[6px] text-[#fff] mr-[5px] bg-[#0041E8] rounded-[4px_4px_0_0] hover:bg-[#0041E8] hover:text-white">Trao
|
||||
<div class="list-filter-account flex items-center gap-3 mt-5">
|
||||
<a href="javacsript:void(0)" class="btn btn-view btn-outline">Trao
|
||||
đổi mới nhất</a>
|
||||
<a href="javacsript:void(0)"
|
||||
class="px-[10px] py-[6px] text-[#919699] mr-[5px] bg-[#F6F6F6] rounded-[4px_4px_0_0] hover:bg-[#0041E8] hover:text-white">Chưa
|
||||
<a href="javacsript:void(0)" class="btn btn-view btn-outline">Chưa
|
||||
có phản hồi</a>
|
||||
<a href="javacsript:void(0)"
|
||||
class="px-[10px] py-[6px] text-[#919699] mr-[5px] bg-[#F6F6F6] rounded-[4px_4px_0_0] hover:bg-[#0041E8] hover:text-white">Quản
|
||||
<a href="javacsript:void(0)" class="btn btn-view btn-outline">Quản
|
||||
trị viên chưa phản hồi</a>
|
||||
<a href="javacsript:void(0)"
|
||||
class="px-[10px] py-[6px] text-[#919699] mr-[5px] bg-[#F6F6F6] rounded-[4px_4px_0_0] hover:bg-[#0041E8] hover:text-white">Danh
|
||||
<a href="javacsript:void(0)" class="btn btn-view btn-outline">Danh
|
||||
sách phản hồi</a>
|
||||
</div>
|
||||
|
||||
<form action=""
|
||||
class="flex items-center p-[15px] rounded-[10px] shadow-[0_1px_1px_0_rgba(0,0,0,0.10)] mt-[15px] border-[1px] border-[#F6F6F6]">
|
||||
<input type="text" name=""
|
||||
class="w-[375px] h-[35px] rounded-[4px] input input-md input-bordered mr-[10px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]"
|
||||
placeholder="Tìm kiếm">
|
||||
<button type="submit" class="px-[8px] py-[6px] rounded-[4px] text-white bg-[#0041E8]">Tìm kiếm</button>
|
||||
<form action="" class="flex items-center p-3 rounded-sm shadow mt-5 gap-3">
|
||||
<input type="text" name="" class="rounded-sm input input-md input-bordered shadow" placeholder="Tìm kiếm">
|
||||
<button type="submit" class="btn btn-active">Tìm kiếm</button>
|
||||
</form>
|
||||
|
||||
|
||||
<div class="list-filter flex items-center justify-between mt-[15px] mb-[20px]">
|
||||
<div class="list-filter flex items-center justify-between mt-5 gap-3">
|
||||
<p>Tổng số: <b>1.996</b></p>
|
||||
<select name="" id=""
|
||||
class="w-[180px] h-[35px] min-h-[35px] select select-bordered rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)]">
|
||||
|
||||
Reference in New Issue
Block a user