Commit e5728e6d authored by shirlyn.guo's avatar shirlyn.guo 🤡

chore: 个人空间应用样式优化

parent 6c9cd7fc
...@@ -310,7 +310,7 @@ defineExpose({ ...@@ -310,7 +310,7 @@ defineExpose({
/> />
</n-form-item> </n-form-item>
</td> </td>
<td class="ml-[15px] mt-[5px] flex pl-[12px] pt-[10px]"> <td class="ml-[15px] mt-[5px] flex pl-[12px]">
<n-tooltip trigger="hover"> <n-tooltip trigger="hover">
<template #trigger> <template #trigger>
<Delete <Delete
......
...@@ -328,7 +328,7 @@ const handleCardContentScrollDebounce = debounce( ...@@ -328,7 +328,7 @@ const handleCardContentScrollDebounce = debounce(
</template> </template>
<!-- <div <!-- <div
v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'" v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] py-[5px] pl-[5px] text-[14px] leading-[14px] text-[#333333]" class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] p-[5px] text-[14px] leading-[14px] text-[#333333]"
@click="handleAnalysisPersonalApp(agentAppItem)" @click="handleAnalysisPersonalApp(agentAppItem)"
> >
{{ t('common_module.data_table_module.analysis') }} {{ t('common_module.data_table_module.analysis') }}
...@@ -344,7 +344,7 @@ const handleCardContentScrollDebounce = debounce( ...@@ -344,7 +344,7 @@ const handleCardContentScrollDebounce = debounce(
> >
<template #trigger> <template #trigger>
<div <div
class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] py-[5px] pl-[5px] text-[14px] leading-[14px] text-[#333333]" class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] p-[5px] text-[14px] leading-[14px] text-[#333333]"
> >
{{ t('common_module.data_table_module.remove_applications') }} {{ t('common_module.data_table_module.remove_applications') }}
</div> </div>
...@@ -358,7 +358,7 @@ const handleCardContentScrollDebounce = debounce( ...@@ -358,7 +358,7 @@ const handleCardContentScrollDebounce = debounce(
</div> </div>
<div v-show="agentAppItem.isSale === 'N'"> <div v-show="agentAppItem.isSale === 'N'">
<div <div
class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] py-[5px] pl-[5px] text-[14px] leading-[14px] text-[#333333]" class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] p-[5px] text-[14px] leading-[14px] text-[#333333]"
@click="handleChangeApplicationsSaleStatus(agentAppItem)" @click="handleChangeApplicationsSaleStatus(agentAppItem)"
> >
{{ t('common_module.data_table_module.listing_applications') }} {{ t('common_module.data_table_module.listing_applications') }}
...@@ -367,7 +367,7 @@ const handleCardContentScrollDebounce = debounce( ...@@ -367,7 +367,7 @@ const handleCardContentScrollDebounce = debounce(
</div> </div>
<div <div
class="hover:bg-active-color mb-[8px] mt-[8px] h-[24px] min-w-[72px] rounded-[4px] py-[5px] pl-[8px] text-[14px] leading-[14px] text-[#F25744]" class="hover:bg-active-color mb-[8px] mt-[8px] h-[24px] min-w-[72px] rounded-[4px] p-[5px] text-[14px] leading-[14px] text-[#F25744]"
@click="handleDeletePersonalApp(agentAppItem.baseInfo.agentId)" @click="handleDeletePersonalApp(agentAppItem.baseInfo.agentId)"
> >
{{ t('common_module.delete') }} {{ t('common_module.delete') }}
......
...@@ -116,6 +116,7 @@ function handleModalOpenAfter() { ...@@ -116,6 +116,7 @@ function handleModalOpenAfter() {
:on-after-enter="handleModalOpenAfter" :on-after-enter="handleModalOpenAfter"
class="h-auto max-h-[720px]" class="h-auto max-h-[720px]"
:mask-closable="false" :mask-closable="false"
:on-after-leave="handleApplicationsSaleSettingModalClose"
> >
<div class="flex flex-col items-center justify-center"> <div class="flex flex-col items-center justify-center">
<div class="max-h-[720px] w-[720px] rounded-lg bg-white p-[24px]"> <div class="max-h-[720px] w-[720px] rounded-lg bg-white p-[24px]">
...@@ -134,7 +135,7 @@ function handleModalOpenAfter() { ...@@ -134,7 +135,7 @@ function handleModalOpenAfter() {
size="12" size="12"
fill="#00000073" fill="#00000073"
class="cursor-pointer" class="cursor-pointer"
@click="handleApplicationsSaleSettingModalClose" @click="isShowSaleApplicationsConfigurationModal = false"
/> />
</div> </div>
...@@ -204,7 +205,7 @@ function handleModalOpenAfter() { ...@@ -204,7 +205,7 @@ function handleModalOpenAfter() {
<div class="mt-[24px] flex justify-end"> <div class="mt-[24px] flex justify-end">
<button <button
class="hover:text-theme-color hover:border-theme-color !mr-[12px] box-content !h-[38px] !w-[74px] cursor-pointer rounded-[6px] border-[1px] border-solid border-[#dde3f0] px-[10px] outline-none transition-all duration-300 hover:border-[theme-color]" class="hover:text-theme-color hover:border-theme-color !mr-[12px] box-content !h-[38px] !w-[74px] cursor-pointer rounded-[6px] border-[1px] border-solid border-[#dde3f0] px-[10px] outline-none transition-all duration-300 hover:border-[theme-color]"
@click="handleApplicationsSaleSettingModalClose" @click="isShowSaleApplicationsConfigurationModal = false"
> >
{{ t('common_module.cancel_btn_text') }} {{ t('common_module.cancel_btn_text') }}
</button> </button>
......
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