This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/assets/css/common/index.scss
2022-01-16 23:16:00 +08:00

13 lines
208 B
SCSS

@import 'right-box-common';
@import 'table-common';
/* 通用css */
.panel-chart__no-data {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
color: #999;
}