This commit is contained in:
2025-02-19 10:28:11 +07:00
parent dbeda7da6d
commit 7857cc0422
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<div class="w-[100%]"> <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> <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="flex flex-wrap justify-between items-center mt-[20px]">
<div class="btn-left flex items-center mb-[15px]"> <div class="btn-left flex items-center mb-[15px]">

View File

@@ -111,7 +111,7 @@
<div class="admin-header-container flex items-center flex-wrap justify-between bg-white px-4 py-3"> <div class="admin-header-container flex items-center flex-wrap justify-between bg-white px-4 py-3">
<div class="flex items-center"> <div class="flex items-center">
<a href="javascript:void(0)" title="Mở menu" <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> <i class="fa fa-bars text-[25px]"></i>
</a> </a>
<form class="w-[420px] relative w-[100%] menu-hide" id="js-form-search"> <form class="w-[420px] relative w-[100%] menu-hide" id="js-form-search">