|
@@ -43,7 +43,9 @@
|
|
|
<!--审批流-->
|
|
|
<el-steps direction="vertical" :active="1">
|
|
|
<el-step>
|
|
|
- <template #icon>icon</template>
|
|
|
+ <template #icon>
|
|
|
+ <el-avatar size="16"> 艾斯 </el-avatar>
|
|
|
+ </template>
|
|
|
<template #title>title</template>
|
|
|
<template #description>description</template>
|
|
|
</el-step>
|
|
@@ -58,7 +60,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import { computed, nextTick, ref } from 'vue'
|
|
|
-import { ChatLineSquare } from '@element-plus/icons-vue'
|
|
|
+import { ChatLineSquare, UserFilled } from '@element-plus/icons-vue'
|
|
|
|
|
|
const direction = ref('rtl')
|
|
|
|
|
@@ -177,9 +179,9 @@ const visibleDialog = computed({
|
|
|
.flow-actions {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: end;
|
|
|
+ justify-content: flex-end;
|
|
|
height: 52px;
|
|
|
- border-top: 1px solid var(--color-neutral-3);
|
|
|
+ border-top: 1px solid rgba(229, 230, 235, 1);
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
</style>
|