feat: 完善流程详情模块,进度 28%,调整样式并添加用户选择弹窗

This commit is contained in:
子夜
2025-05-08 18:29:28 +08:00
parent e40a29ccb4
commit c201766bdb
4 changed files with 387 additions and 3 deletions

View File

@@ -238,7 +238,11 @@ onMounted(async () => {
<Page auto-content-height>
<Card
class="h-full"
:body-style="{ height: 'calc(100% - 140px)', overflowY: 'auto' }"
:body-style="{
height: 'calc(100% - 140px)',
overflowY: 'auto',
paddingTop: '12px',
}"
>
<template #title>
<span class="text-[#878c93]">编号{{ id || '-' }}</span>