up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="w-[100%]">
|
||||
<div class="m-[15px_0_15px_15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]">
|
||||
<div class="m-[15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]">
|
||||
<h1 class="text-2xl font-[700] mb-3">Danh sách sản phẩm ({{ page.total | format_number }})</h1>
|
||||
<div class="flex flex-wrap justify-between items-center mt-[20px]">
|
||||
<div class="btn-left flex items-center mb-[15px]">
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
<div class="admin-header-container flex items-center flex-wrap justify-between bg-white px-4 py-3">
|
||||
<div class="flex items-center">
|
||||
<a href="javascript:void(0)" title="Mở menu"
|
||||
class="icon-close lg:hidden md:block mr-[10px] 2xl:hidden sm:hidden" id="js-show-menu">
|
||||
class="icon-close lg:hidden md:block mr-[10px] 2xl:hidden sm:block" id="js-show-menu">
|
||||
<i class="fa fa-bars text-[25px]"></i>
|
||||
</a>
|
||||
<form class="w-[420px] relative w-[100%] menu-hide" id="js-form-search">
|
||||
|
||||
Reference in New Issue
Block a user