.approve { :global(.ant-switch) { background: #faad14; } :global(.ant-switch-checked) { background: #389e0d; } } .miniConsole { position: fixed; bottom: 12px; right: 24px; align-items: flex-end; .item { width: 180px; box-shadow: 0 0 4px rgba(0, 0, 0, .3); border-radius: 5px; :global(.ant-progress-text) { text-align: center; } .header { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-bottom: 4px; .title { width: 120px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .icon { font-size: 16px; color: rgba(0, 0, 0, .45); } .icon:hover { color: #000; } } } } .console { .miniIcon { position: absolute; top: 0; right: 0; display: block; width: 56px; height: 56px; line-height: 56px; text-align: center; cursor: pointer; color: rgba(0, 0, 0, .45); margin-right: 56px; :hover { color: #000; } } .header { flex: 1; display: flex; justify-content: space-between; align-items: center; .title { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 600; } .step { flex: 1; margin-right: 16px; } .codeIcon { font-size: 22px; color: #1890ff; } } } .collapse :global(.ant-collapse-content-box) { padding: 0; } .upload :global(.ant-upload-list-item) { margin: 0; }