File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/views/bpm/processInstance/detail Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
</div >
14
14
15
15
<div class =" flex items-center gap-5 mb-10px text-13px" >
16
- <div class =" bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2" >
16
+ <div class =" bg-gray-100 h-35px rounded-3xl flex items-center p-8px gap-2 dark:color-gray-600 " >
17
17
<img class =" rounded-full h-28px" src =" @/assets/imgs/avatar.jpg" alt =" " />
18
18
{{ processInstance?.startUser?.nickname }}
19
19
</div >
48
48
49
49
<div class =" h-60px" v-if =" runningTask?.id" >
50
50
<el-divider class =" !my-8px" />
51
- <div class =" text-14px flex items-center color-#32373c font-bold btn-container" >
51
+ <div
52
+ class =" text-14px flex items-center color-#32373c dark:color-#fff font-bold btn-container"
53
+ >
52
54
<el-popover :visible =" passVisible" placement =" top-end" :width =" 500" trigger =" click" >
53
55
<template #reference >
54
56
<el-button plain type =" success" @click =" openPopover('1')" >
You can’t perform that action at this time.
0 commit comments