|
|
@ -8,7 +8,7 @@ |
|
|
|
<section> |
|
|
|
<header class="h-10 flex items-center bg-[#000]/[0.02] text-xs pr-3 text-text"> |
|
|
|
<div class="w-10 self-stretch flex justify-center items-center"> |
|
|
|
<img src="@/assets/Icon-unselect.svg" alt="icon" /> |
|
|
|
<img class="w-4 h-4" src="@/assets/Icon-unselect.svg" alt="icon" /> |
|
|
|
</div> |
|
|
|
<p class="w-[10rem]">时间</p> |
|
|
|
<p class="w-[8rem]">用户名</p> |
|
|
@ -16,7 +16,7 @@ |
|
|
|
</header> |
|
|
|
<div class="h-10 flex items-center text-xs pr-3 text-[#6e6e6e] border-b border-b-[#f8f8f8]"> |
|
|
|
<div class="w-10 self-stretch flex justify-center items-center"> |
|
|
|
<img :src="isSelect ? icon_select : icon_unselect" alt="" /> |
|
|
|
<img class="w-4 h-4" :src="isSelect ? icon_select : icon_unselect" alt="" /> |
|
|
|
</div> |
|
|
|
<p class="w-[10rem]">2025年6月24日 13:16:45</p> |
|
|
|
<p class="w-[8rem]">admin</p> |
|
|
|