This commit is contained in:
2025-02-12 16:13:51 +07:00
parent c3c4efd679
commit 1315df5ebb
46 changed files with 817 additions and 673 deletions

View File

@@ -64,33 +64,36 @@
<textarea name="" id="" placeholder="Địa chỉ IP giới hạn truy cập. Nhập mỗi IP một dòng"
class="w-[100%] h-[80px] border-[1px] border-[#D8D8D8] py-[6px] px-[10px] rounded-[4px] shadow-[0_2px_4px_0_rgba(0,0,0,0.12)] mr-[10px]"></textarea>
</div>
<div class="check-form flex items-center mb-[15px]">
<label class="check-form flex items-center mb-[15px] cursor-pointer">
<input type="checkbox" name="change_url_on_update" value="1" checked=""
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
<span class="ml-[10px] text-[#6B7280]">Không giới hạn theo IP. Cho phép người ngày truy cập quản trị
class="checkbox checkbox-success">
<span class="ml-[10px] text-[#6B7280] label-text">Không giới hạn theo IP. Cho phép người ngày truy cập
quản trị
website ở mọi nơi (v.d. ở nhà, nơi công cộng)</span>
</div>
</label>
<div class="form-control mb-[15px] w-[100%]">
<label class="block font-[600] text-[14px] mb-[5px]">Phân quyền đặc biệt</label>
<div class="check-form flex items-center">
<label class="check-form flex items-center cursor-pointer">
<input type="checkbox" name="change_url_on_update" value="1" checked=""
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
<span class="ml-[10px] text-[#6B7280]">Cho phép tất cả quyền hạn (* quản trị viên có đặc quyền này
class="checkbox checkbox-success">
<span class="ml-[10px] text-[#6B7280] label-text">Cho phép tất cả quyền hạn (* quản trị viên có đặc
quyền này
sẽ
không cần bị hạn chế bởi quy định phân quyền)
</span>
</div>
</label>
</div>
<div class="form-control w-[100%]">
<label class="block font-[600] text-[14px] mb-[5px]">Khóa thành viên</label>
<div class="check-form flex items-center">
<label class="check-form flex items-center cursor-pointer">
<input type="checkbox" name="change_url_on_update" value="1" checked=""
class="checked:bg-[#0041E8] w-[18px] h-[18px] rounded-[4px]">
<span class="ml-[10px] text-[#6B7280]">Cho phép tất cả quyền hạn (* quản trị viên có đặc quyền này
class="checkbox checkbox-success">
<span class="ml-[10px] text-[#6B7280] label-text">Cho phép tất cả quyền hạn (* quản trị viên có đặc
quyền này
sẽ không cần bị hạn chế bởi quy định phân quyền)
</span>
</div>
</label>
</div>
</div>

View File

@@ -34,8 +34,8 @@
của phòng ban.
</div>
<table class="css-table">
<thead>
<table class="table">
<thead class="bg-[#f6f6f6] text-[14px] text-[#000] font-500">
<tr>
<th class="w-[40px]">STT</th>
<th>Hạng mục</th>
@@ -52,21 +52,18 @@
<td>Danh sách đơn hàng</td>
<td>
<div class="flex items-center">
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xem</span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xóa<a href=""></a></span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Cập nhật</span>
</div>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xem</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xóa</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Cập nhật</span>
</label>
</div>
</td>
</tr>
@@ -75,21 +72,18 @@
<td>Chờ mua sản phẩm</td>
<td>
<div class="flex items-center">
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xem</span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xóa<a href=""></a></span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Cập nhật</span>
</div>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xem</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xóa</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Cập nhật</span>
</label>
</div>
</td>
</tr>
@@ -98,21 +92,18 @@
<td>Thanh toán qua cổng dịch vụ</td>
<td>
<div class="flex items-center">
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xem</span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xóa<a href=""></a></span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Cập nhật</span>
</div>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xem</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xóa</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Cập nhật</span>
</label>
</div>
</td>
</tr>
@@ -125,21 +116,18 @@
<td>Danh sách Sản phẩm</td>
<td>
<div class="flex items-center">
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xem</span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Xóa<a href=""></a></span>
</div>
<div class="check-form flex items-center mr-[20px]">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Cập nhật</span>
</div>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xem</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Xóa</span>
</label>
<label class="check-form flex items-center mr-[20px] cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Cập nhật</span>
</label>
</div>
</td>
</tr>

View File

@@ -40,8 +40,8 @@
</div>
</div>
<table class="style-table mt-[15px]">
<thead>
<table class="table mt-[15px]">
<thead class="bg-[#f6f6f6] text-[14px] text-[#000] font-500">
<tr>
<th class="w-[38px]">STT</th>
<th>Họ tên</th>
@@ -80,18 +80,19 @@
</td>
<td>
<a href="/admin/admin/admin-log"
class="px-[15px] py-[5px] bg-[#0041E8] rounded-[4px] m-auto text-white text-center">Xem toàn
class="btn w-[120px] h-[34px] min-h-[34px] px-[15px] py-[5px] bg-[#0041E8] rounded-[4px] m-auto text-white text-center">Xem
toàn
bộ</a>
</td>
<td>
<div class="list-btn flex items-center justify-center">
<a href="/admin/template/upload-set" title="Form sản phẩm"
class="w-[30px] h-[30px] border-[1px] border-[#0041E8] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]">
class="w-[30px] h-[30px] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]">
<i class="icons icon-edit"></i>
</a>
<a href=""
class="w-[30px] h-[30px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]">
<i class="icons icon-remove"></i>
class="w-[32px] h-[32px] border-[1px] border-[#9E9E9E] rounded-[4px] text-center leading-[30px] flex items-center justify-center mr-[5px]">
<i class="icons icon-delete"></i>
</a>
</div>
</td>

View File

@@ -42,8 +42,8 @@
</p>
</div>
<table class="css-table">
<thead>
<table class="table">
<thead class="bg-[#f6f6f6] text-[#000] font-[500]">
<tr>
<th class="w-[40px]">STT</th>
<th>Hạng mục</th>
@@ -59,33 +59,30 @@
<td>1.1</td>
<td>Danh sách đơn hàng</td>
<td>
<div class="check-form flex items-center">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Được xem</span>
</div>
<label class="check-form flex items-center cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Được xem</span>
</label>
</td>
</tr>
<tr>
<td>1.2</td>
<td>Chờ mua sản phẩm</td>
<td>
<div class="check-form flex items-center">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Được xem</span>
</div>
<label class="check-form flex items-center cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Được xem</span>
</label>
</td>
</tr>
<tr>
<td>1.3</td>
<td>Thanh toán qua cổng dịch vụ</td>
<td>
<div class="check-form flex items-center">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Được xem</span>
</div>
<label class="check-form flex items-center cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Được xem</span>
</label>
</td>
</tr>
<tr class="bg-[#FFE6C1] font-[700]">
@@ -96,11 +93,10 @@
<td>2.1</td>
<td>Danh sách Sản phẩm</td>
<td>
<div class="check-form flex items-center">
<input type="checkbox" name="" value="1"
class="checked:bg-[#0041E8] w-[20px] h-[20px] rounded-[4px]">
<span class="ml-[7px] text-[#6B7280]">Được xem</span>
</div>
<label class="check-form flex items-center cursor-pointer">
<input type="checkbox" name="" value="1" class="checkbox checkbox-success">
<span class="ml-[7px] text-[#6B7280] label-text">Được xem</span>
</label>
</td>
</tr>
</tbody>