UNPKG

@cmstops/pro-compo

Version:

[物料平台文档中心](https://arco.design/docs/material/guide)

27 lines (22 loc) 421 B
// loading 模式 .thumb-upload-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); .arco-progress-circle-text { color: #fff; } .thumb-upload-text { color: #fff; &-success { color: rgb(var(--success-2)); } &-error { color: rgb(var(--danger-6)); } } }