30 lines
1.0 KiB
HTML
30 lines
1.0 KiB
HTML
<form method="post" enctype="multipart/form-data"
|
|
class="order-page-table w-[calc(100%_-25%_-16px)] bg-white p-[16px] rounded-[15px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[20px] block">
|
|
<table>
|
|
<tr>
|
|
<td width="215"> Thay Logo </td>
|
|
<td>
|
|
<div class="mb-[15px]">
|
|
<img src="https://via.placeholder.com/400x300" class="block max-h-[100px]" />
|
|
</div>
|
|
|
|
<input type="file" class="cursor-pointer" />
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Thay Ảnh header </td>
|
|
<td>
|
|
|
|
<div class="mb-[15px]">
|
|
<img src="https://via.placeholder.com/400x300" class="block max-h-[100px]" />
|
|
</div>
|
|
|
|
<input type="file" class="cursor-pointer" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<input type="submit" value="Cập nhật"
|
|
class="inline-block mt-[12px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
|
</form> |