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

118 lines (117 loc) 2.91 kB
.action-type-container { /* padding-left: 24px; padding-right: 24px; */ margin-top: 20px; } .action-type-container .action-type { position: relative; background: #f6fbff; margin-bottom: 8px; padding: 16px; display: flex; border-radius: 4px; } .action-type-container .action-type .action-type-icon { position: absolute; top: 18px; right: 16px; } .action-type-container .action-type .action-type-icon img { width: 82px; height: 22px; } .action-type-container .action-type .action-type-content { flex: 1; color: rgba(25, 31, 37, 0.56); font-size: 12px; line-height: 2; } .action-type-container .action-type .action-type-content .action-type-content-title { color: #191f25; font-size: 14px; width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; } .action-type-container .action-type .action-type-content .action-type-content-hightlight { color: #1890ff; font-weight: 500; } .action-type-container .action-type .action-type-operate { width: 60px; display: flex; justify-content: space-between; align-items: flex-end; } .action-type-container .action-type .action-type-operate-flex { display: flex; width: 100%; justify-content: space-between; } .action-type-container .action-type .action-type-edit, .action-type-container .action-type .action-type-edit-disabled { cursor: pointer; height: 20px; width: 20px; background-size: 20px 20px; background-position: center; background-repeat: no-repeat; background-image: url(https://img.alicdn.com/tfs/TB1tJgdorH1gK0jSZFwXXc7aXXa-32-30.png); } .action-type-container .action-type .action-type-delete, .action-type-container .action-type .action-type-delete-disabled { cursor: pointer; height: 20px; width: 20px; background-size: 20px 20px; background-position: center; background-repeat: no-repeat; background-image: url(https://img.alicdn.com/tfs/TB1NecaoCf2gK0jSZFPXXXsopXa-34-36.png); } .action-type-modeal-item { position: relative; padding: 15px 26px; background: #ffffff; border: 1px solid rgba(17, 31, 44, 0.08); border-radius: 6px; cursor: pointer; line-height: 26px; white-space: nowrap; } .action-type-modeal-item img { width: 26px; height: 26px; margin-right: 6px; } .action-type-modeal-item span { font-size: 14px; font-weight: 500; color: #111f2c; } .action-type-modeal-item-check { background: #eaf4fe; border-color: #3296fa; } .action-type-modeal-item-check .action-type-modeal-item-wrap-active-img { position: absolute; right: 0; top: 0; width: 20px; height: 20px; margin-right: 0; } .action-type-modeal-item-disabled { cursor: not-allowed; } .action-type-modeal-item-disabled span { color: rgba(17, 31, 44, 0.24); } .time-rule-content { background: rgba(0, 137, 255, 0.04); padding: 10px 12px; } .time-rule-content .ant-form-item { margin-bottom: 0px; }