UNPKG

iep-ui

Version:

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

36 lines (35 loc) 633 B
.iep-chart { height: 100%; width: 100%; display: flex; justify-content: center; align-content: center; } .iep-chart-core { width: 100%; height: 100%; } .iep-chart-empty { display: flex; justify-content: center; align-content: center; width: 100%; } .iep-chart-empty .ant-empty { display: flex; justify-content: center; align-content: center; flex-direction: column; } .iep-chart-loading { display: flex; justify-content: center; align-content: center; width: 100%; } .iep-chart-loading .ant-spin { display: flex; justify-content: center; align-content: center; flex-direction: column; }