feat: [antd] [bpm] 代码评审 todo 修改

This commit is contained in:
jason
2025-11-01 22:55:45 +08:00
parent a325d3585e
commit cbe7797a1c
6 changed files with 26 additions and 38 deletions

View File

@@ -121,11 +121,9 @@ onBeforeUnmount(() => {
/>
</ContentWrap>
</template>
<style lang="scss">
// TODO @jasontailwind
.process-panel__container {
position: absolute;
top: 110px;
right: 70px;
<style scoped>
:deep(.process-panel__container) {
@apply absolute right-[20px] top-[70px];
}
</style>