fix(History): adjust the delete icon position

This commit is contained in:
hakadao
2024-06-02 13:42:58 +08:00
parent 70dddc80b5
commit 2666bde2f4

View File

@@ -292,7 +292,7 @@ function jumpToLoginPage() {
<!-- Cover -->
<div
pos="relative"
bg="$bew-fill-5"
bg="$bew-fill-4"
w="full md:full lg:250px"
flex="shrink-0"
rounded="$bew-radius"
@@ -364,7 +364,7 @@ function jumpToLoginPage() {
</div>
<!-- Description -->
<div flex justify-between w-full>
<div flex justify-between w-full h-full>
<div flex="~ col">
<a
:href="`${getHistoryUrl(historyItem)}`" target="_blank" rel="noopener noreferrer"