Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
e5728e6d
Commit
e5728e6d
authored
Nov 21, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 个人空间应用样式优化
parent
6c9cd7fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
memory-variable-modal.vue
...personal-app-setting/components/memory-variable-modal.vue
+1
-1
personal-app.vue
src/views/personal-space/personal-app/personal-app.vue
+4
-4
sale-applications-configuration-modal.vue
...ce/personal-app/sale-applications-configuration-modal.vue
+3
-2
No files found.
src/views/personal-space/personal-app-setting/components/memory-variable-modal.vue
View file @
e5728e6d
...
...
@@ -310,7 +310,7 @@ defineExpose({
/>
</n-form-item>
</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"
>
<
template
#
trigger
>
<Delete
...
...
src/views/personal-space/personal-app/personal-app.vue
View file @
e5728e6d
...
...
@@ -328,7 +328,7 @@ const handleCardContentScrollDebounce = debounce(
</
template
>
<!-- <div
v-show="agentAppItem.baseInfo.agentPublishStatus !== 'draft'"
class="hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] p
y-[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)"
>
{{ t('common_module.data_table_module.analysis') }}
...
...
@@ -344,7 +344,7 @@ const handleCardContentScrollDebounce = debounce(
>
<
template
#
trigger
>
<div
class=
"hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] p
y-[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'
)
}}
</div>
...
...
@@ -358,7 +358,7 @@ const handleCardContentScrollDebounce = debounce(
</div>
<div
v-show=
"agentAppItem.isSale === 'N'"
>
<div
class=
"hover:bg-active-color mb-[10px] mt-[8px] h-[24px] w-full rounded-[4px] p
y-[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)"
>
{{ t('common_module.data_table_module.listing_applications') }}
...
...
@@ -367,7 +367,7 @@ const handleCardContentScrollDebounce = debounce(
</div>
<div
class=
"hover:bg-active-color mb-[8px] mt-[8px] h-[24px] min-w-[72px] rounded-[4px] p
y-[5px] pl-[8
px] text-[14px] leading-[14px] text-[#F25744]"
class=
"hover:bg-active-color mb-[8px] mt-[8px] h-[24px] min-w-[72px] rounded-[4px] p
-[5
px] text-[14px] leading-[14px] text-[#F25744]"
@
click=
"handleDeletePersonalApp(agentAppItem.baseInfo.agentId)"
>
{{ t('common_module.delete') }}
...
...
src/views/personal-space/personal-app/sale-applications-configuration-modal.vue
View file @
e5728e6d
...
...
@@ -116,6 +116,7 @@ function handleModalOpenAfter() {
:on-after-enter=
"handleModalOpenAfter"
class=
"h-auto max-h-[720px]"
:mask-closable=
"false"
:on-after-leave=
"handleApplicationsSaleSettingModalClose"
>
<div
class=
"flex flex-col items-center justify-center"
>
<div
class=
"max-h-[720px] w-[720px] rounded-lg bg-white p-[24px]"
>
...
...
@@ -134,7 +135,7 @@ function handleModalOpenAfter() {
size=
"12"
fill=
"#00000073"
class=
"cursor-pointer"
@
click=
"
handleApplicationsSaleSettingModalClo
se"
@
click=
"
isShowSaleApplicationsConfigurationModal = fal
se"
/>
</div>
...
...
@@ -204,7 +205,7 @@ function handleModalOpenAfter() {
<div
class=
"mt-[24px] flex justify-end"
>
<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]"
@
click=
"
handleApplicationsSaleSettingModalClo
se"
@
click=
"
isShowSaleApplicationsConfigurationModal = fal
se"
>
{{ t('common_module.cancel_btn_text') }}
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment