123456789101112131415161718192021222324252627282930313233343536 |
- @import "~assets/less/variable";
- .chartContainer {
- width: 100%;
- height: 400px;
- }
- .chartEmpty {
- width: 100%;
- height: 400px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- i {
- font-size: 48px;
- color: darken(@border-color-base, 10%);
- }
- p {
- color: @disabled-text-color;
- }
- }
- .tools {
- margin-bottom: 8px;
- text-align: right;
- }
- .linkageForm {
- .linkageFormItem {
- margin-bottom: 16px;
- }
- }
|