@javaguns/flow-ui
Version:
``` <template> <a-spin :spinning="loading"> <FlowDesigner ref="flowDesigner" top="50px"> </FlowDesigner> </a-spin> </template> <script lang="ts" setup> import { ref, provide, onMounted } from 'vue'; import { FlowDesigner, LoadingKey } from '@j
20 lines (19 loc) • 310 B
CSS
.guns-flow-task-user {
width: 200px;
font-size: 14px;
}
.guns-flow-task-user-fixed {
position: fixed;
top: 0px;
left: 10px;
width: 230px;
font-size: 14px;
z-index: 3;
}
.guns-flow-task-user-avatar {
margin-top: 10px;
margin-left: 10px;
}
.guns-flow-task-user-context {
margin-top: 5px;
}