UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

38 lines (37 loc) 714 B
.iep-chart { height: 100%; width: 100%; display: flex; justify-content: center; align-content: center; overflow: hidden; &-core { width: 100% !important; height: 100% !important; overflow: hidden; } &-empty { display: flex; justify-content: center; align-content: center; width: 100%; .ant-empty { display: flex; justify-content: center; align-content: center; flex-direction: column; } } &-loading { display: flex; justify-content: center; align-content: center; width: 100%; .ant-spin { display: flex; justify-content: center; align-content: center; flex-direction: column; } } }