Commit 5548a61c authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用底部居中对齐

parent d73e4e90
...@@ -250,7 +250,7 @@ function handleAddAgentApplications() { ...@@ -250,7 +250,7 @@ function handleAddAgentApplications() {
<div> <div>
<div class="flex justify-between"> <div class="flex justify-between">
<div class="flex"> <div class="flex">
<div class="flex"> <div class="flex items-center">
<Star <Star
theme="two-tone" theme="two-tone"
size="18" size="18"
...@@ -261,7 +261,7 @@ function handleAddAgentApplications() { ...@@ -261,7 +261,7 @@ function handleAddAgentApplications() {
/> />
<span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.collectNumber }}</span> <span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.collectNumber }}</span>
</div> </div>
<div class="flex"> <div class="flex items-center">
<PreviewOpen theme="outline" size="18" fill="#333" :stroke-width="3" class="ml-[12px]" /> <PreviewOpen theme="outline" size="18" fill="#333" :stroke-width="3" class="ml-[12px]" />
<span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.clickNumber }}</span> <span class="ml-[6px] text-[12px] text-[#333]">{{ agentApplicationItem.clickNumber }}</span>
</div> </div>
......
...@@ -273,7 +273,7 @@ const handleCardContentScrollDebounce = debounce( ...@@ -273,7 +273,7 @@ const handleCardContentScrollDebounce = debounce(
</div> </div>
</div> </div>
<div> <div>
<div class="flex justify-between"> <div class="flex items-center justify-between">
<div class="text-[12px] leading-[12px] text-[#999999]"> <div class="text-[12px] leading-[12px] text-[#999999]">
{{ t('personal_space_module.agent_module.agent_list_module.modified_time') }} {{ t('personal_space_module.agent_module.agent_list_module.modified_time') }}
{{ formatDateTime(agentAppItem.modifiedTime) }} {{ formatDateTime(agentAppItem.modifiedTime) }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment