File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/views/bpm/processInstance/detail Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
<!-- 表单信息 -->
9
9
<div
10
10
v-loading =" processInstanceLoading"
11
- class =" form-box border-1 border-solid border-[#ccc] p-20px flex flex-col"
11
+ class =" form-box border-1 border-solid border-[#ccc] p-20px flex flex-col mb-50px "
12
12
>
13
13
<div class =" mx-auto mb-10px text-22px font-bold" >{{ processInstance.name }}</div >
14
14
<!-- 情况一:流程表单 -->
32
32
33
33
<!-- 审批信息 -->
34
34
<el-divider content-position =" center" v-if =" runningTasks.length > 0" >
35
- 审批意见
35
+ < div class = " text-16px font-1000 " > 审批意见</ div >
36
36
</el-divider >
37
37
<div
38
38
class =" mt-50px"
@@ -485,9 +485,8 @@ const activities = [
485
485
486
486
<style lang="scss" scoped>
487
487
.form-box {
488
- :deep (.el-card ){
489
- border : none
488
+ :deep (.el-card ) {
489
+ border : none ;
490
490
}
491
491
}
492
-
493
492
</style >
You can’t perform that action at this time.
0 commit comments