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
f5c093b3
authored
Aug 23, 2024
by
GoldenZqqq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 底部操作栏固定fixed在el-card底部
parent
e294520c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/views/bpm/processInstance/detail/index_new.vue
+9
-6
No files found.
src/views/bpm/processInstance/detail/index_new.vue
View file @
f5c093b3
<
template
>
<ContentWrap
:bodyStyle=
"
{ padding: '10px 20px' }" class="position-relative">
<Icon
class=
"!position-
absolute right-2
0px"
class=
"!position-
fixed right-8
0px"
:size=
"130"
:icon=
"`svg-icon:audit$
{processInstance.status}`"
/>
...
...
@@ -24,7 +24,7 @@
<!-- 表单信息 -->
<el-tab-pane
label=
"表单信息"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"18"
class=
"!flex !flex-col"
>
<el-col
:span=
"18"
class=
"!flex !flex-col
formCol
"
>
<!-- 表单信息 -->
<div
v-loading=
"processInstanceLoading"
class=
"form-box flex flex-col mb-30px flex-1"
>
<!-- 情况一:流程表单 -->
...
...
@@ -46,10 +46,10 @@
</div>
</div>
<
div
class=
"h-6
0px"
v-if=
"runningTask?.id"
>
<el-divider
class=
"!m
y-8px
"
/>
<
el-affix
target=
".formCol"
position=
"bottom"
class=
"h-5
0px"
v-if=
"runningTask?.id"
>
<el-divider
class=
"!m
b-8px !mt-0
"
/>
<div
class=
"text-14px flex items-center color-#32373c dark:color-#fff font-bold btn-container"
class=
"
pl-50px
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"
>
<template
#
reference
>
...
...
@@ -210,7 +210,7 @@
<div
@
click=
"handleSign"
>
<Icon
:size=
"14"
icon=
"ep:plus"
/>
加签
</div>
<div
@
click=
"handleBack"
>
<Icon
:size=
"14"
icon=
"fa:mail-reply"
/>
退回
</div>
</div>
</
div
>
</
el-affix
>
</el-col>
<el-col
:span=
"6"
>
<el-timeline
class=
"pt-20px"
>
...
...
@@ -566,6 +566,9 @@ onMounted(async () => {
border
:
none
;
}
}
:deep
(
.el-affix--fixed
)
{
background-color
:
var
(
--el-bg-color
);
}
.btn-container
{
>
div
{
...
...
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