File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
src/views/bpm/processInstance/detail Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<ContentWrap :bodyStyle =" { padding: '10px 20px' }" class =" position-relative" >
3
3
<Icon
4
- class =" !position-absolute right-20px "
4
+ class =" !position-fixed right-80px "
5
5
:size =" 130"
6
6
:icon =" `svg-icon:audit${processInstance.status}`"
7
7
/>
24
24
<!-- 表单信息 -->
25
25
<el-tab-pane label =" 表单信息" >
26
26
<el-row :gutter =" 10" >
27
- <el-col :span =" 18" class =" !flex !flex-col" >
27
+ <el-col :span =" 18" class =" !flex !flex-col formCol " >
28
28
<!-- 表单信息 -->
29
29
<div v-loading =" processInstanceLoading" class =" form-box flex flex-col mb-30px flex-1" >
30
30
<!-- 情况一:流程表单 -->
46
46
</div >
47
47
</div >
48
48
49
- <div class =" h-60px " v-if =" runningTask?.id" >
50
- <el-divider class =" !my -8px" />
49
+ <el-affix target = " .formCol " position = " bottom " class =" h-50px " v-if =" runningTask?.id" >
50
+ <el-divider class =" !mb -8px !mt-0 " />
51
51
<div
52
- class =" text-14px flex items-center color-#32373c dark:color-#fff font-bold btn-container"
52
+ class =" pl-50px text-14px flex items-center color-#32373c dark:color-#fff font-bold btn-container"
53
53
>
54
54
<el-popover :visible =" passVisible" placement =" top-end" :width =" 500" trigger =" click" >
55
55
<template #reference >
210
210
<div @click =" handleSign" > <Icon :size =" 14" icon =" ep:plus" />  ; 加签 </div >
211
211
<div @click =" handleBack" > <Icon :size =" 14" icon =" fa:mail-reply" />  ; 退回 </div >
212
212
</div >
213
- </div >
213
+ </el-affix >
214
214
</el-col >
215
215
<el-col :span =" 6" >
216
216
<el-timeline class =" pt-20px" >
@@ -566,6 +566,9 @@ onMounted(async () => {
566
566
border : none ;
567
567
}
568
568
}
569
+ :deep(.el-affix--fixed ) {
570
+ background-color : var (--el-bg-color );
571
+ }
569
572
570
573
.btn-container {
571
574
> div {
You can’t perform that action at this time.
0 commit comments