Kaynağa Gözat

feat: 详情页面

luoyali 1 yıl önce
ebeveyn
işleme
fcb559628c
1 değiştirilmiş dosya ile 6 ekleme ve 4 silme
  1. 6 4
      src/views/approve/pendingClaim/detail.vue

+ 6 - 4
src/views/approve/pendingClaim/detail.vue

@@ -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>