UNPKG

@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

52 lines (51 loc) 1.32 kB
.guns-flow-task-timeline { padding: 18px !important; } .guns-flow-task-timeline .arco-timeline-item, .guns-flow-task-timeline .ant-timeline-item, .guns-flow-task-timeline .el-timeline-item { padding-bottom: 0px !important; } .guns-flow-task-timeline .ant-timeline-item-tail { left: 24px !important; } .guns-flow-task-timeline .el-timeline-item__tail { left: 20px !important; } .guns-flow-task-timeline .ant-timeline-item-head { width: 0; } .guns-flow-task-timeline .ant-timeline-item-content, .guns-flow-task-timeline .el-timeline-item__wrapper { padding-left: 35px !important; } .guns-flow-task-timeline .el-badge__content.is-fixed { right: 40px !important; } .guns-flow-task-timeline .guns-timeline-remark { background-color: #fff; background-image: none; border-radius: 5px; border-width: 2px; border-color: #dcdfe6; border-style: dotted; box-sizing: border-box; display: inline-block; font-size: inherit; line-height: 30px; outline: none; transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); padding: 0px 9px; height: auto; width: 100%; } .guns-flow-task-timeline-item { height: 25px; line-height: 25px; font-size: 13px; color: rgba(0, 0, 0, 0.43137255); text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap; }