u
This commit is contained in:
30
template/system/form_store_design/header.html
Normal file
30
template/system/form_store_design/header.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user