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

18 lines
283 B
SCSS
Raw Normal View History

2024-04-10 18:23:41 +08:00
@use 'right-box-common';
@use 'table-common';
@use 'button';
2022-01-16 23:16:00 +08:00
/* 通用css */
.panel-chart__no-data {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
color: #999;
position: absolute;
2022-01-16 23:16:00 +08:00
}
2022-07-14 19:21:12 +08:00
.data-column__span {
font-weight: bold;
}