Skip to content

Commit d22a293

Browse files
committed
feat: 样式优化
1 parent b47c8f0 commit d22a293

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/views/bpm/processInstance/detail/index_new.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- 表单信息 -->
99
<div
1010
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"
1212
>
1313
<div class="mx-auto mb-10px text-22px font-bold">{{ processInstance.name }}</div>
1414
<!-- 情况一:流程表单 -->
@@ -32,7 +32,7 @@
3232

3333
<!-- 审批信息 -->
3434
<el-divider content-position="center" v-if="runningTasks.length > 0">
35-
审批意见
35+
<div class="text-16px font-1000">审批意见</div>
3636
</el-divider>
3737
<div
3838
class="mt-50px"
@@ -485,9 +485,8 @@ const activities = [
485485

486486
<style lang="scss" scoped>
487487
.form-box {
488-
:deep(.el-card){
489-
border: none
488+
:deep(.el-card) {
489+
border: none;
490490
}
491491
}
492-
493492
</style>

0 commit comments

Comments
 (0)