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
d22a2933
authored
Aug 21, 2024
by
GoldenZqqq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 样式优化
parent
b47c8f0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/views/bpm/processInstance/detail/index_new.vue
+4
-5
No files found.
src/views/bpm/processInstance/detail/index_new.vue
View file @
d22a2933
...
...
@@ -8,7 +8,7 @@
<!-- 表单信息 -->
<div
v-loading=
"processInstanceLoading"
class=
"form-box border-1 border-solid border-[#ccc] p-20px flex flex-col"
class=
"form-box border-1 border-solid border-[#ccc] p-20px flex flex-col
mb-50px
"
>
<div
class=
"mx-auto mb-10px text-22px font-bold"
>
{{
processInstance
.
name
}}
</div>
<!-- 情况一:流程表单 -->
...
...
@@ -32,7 +32,7 @@
<!-- 审批信息 -->
<el-divider
content-position=
"center"
v-if=
"runningTasks.length > 0"
>
审批意见
<div
class=
"text-16px font-1000"
>
审批意见
</div>
</el-divider>
<div
class=
"mt-50px"
...
...
@@ -485,9 +485,8 @@ const activities = [
<
style
lang=
"scss"
scoped
>
.form-box
{
:deep(.el-card){
border
:
none
:deep(.el-card)
{
border
:
none
;
}
}
</
style
>
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