Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e294520c
authored
Aug 22, 2024
by
GoldenZqqq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 兼容dark模式文字颜色显示不清问题
parent
287421df
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/views/bpm/processInstance/detail/index_new.vue
+4
-2
No files found.
src/views/bpm/processInstance/detail/index_new.vue
View file @
e294520c
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</div>
</div>
<div
class=
"flex items-center gap-5 mb-10px text-13px"
>
<div
class=
"flex items-center gap-5 mb-10px text-13px"
>
<div
class=
"bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2"
>
<div
class=
"bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2
dark:color-gray-600
"
>
<img
class=
"rounded-full h-28px"
src=
"@/assets/imgs/avatar.jpg"
alt=
""
/>
<img
class=
"rounded-full h-28px"
src=
"@/assets/imgs/avatar.jpg"
alt=
""
/>
{{
processInstance
?.
startUser
?.
nickname
}}
{{
processInstance
?.
startUser
?.
nickname
}}
</div>
</div>
...
@@ -48,7 +48,9 @@
...
@@ -48,7 +48,9 @@
<div
class=
"h-60px"
v-if=
"runningTask?.id"
>
<div
class=
"h-60px"
v-if=
"runningTask?.id"
>
<el-divider
class=
"!my-8px"
/>
<el-divider
class=
"!my-8px"
/>
<div
class=
"text-14px flex items-center color-#32373c font-bold btn-container"
>
<div
class=
"text-14px flex items-center color-#32373c dark:color-#fff font-bold btn-container"
>
<el-popover
:visible=
"passVisible"
placement=
"top-end"
:width=
"500"
trigger=
"click"
>
<el-popover
:visible=
"passVisible"
placement=
"top-end"
:width=
"500"
trigger=
"click"
>
<template
#
reference
>
<template
#
reference
>
<el-button
plain
type=
"success"
@
click=
"openPopover('1')"
>
<el-button
plain
type=
"success"
@
click=
"openPopover('1')"
>
...
...
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