CN-268 feat: panel重构--entity详情、ip基础信息等(部分)

This commit is contained in:
chenjinsong
2022-01-18 23:12:03 +08:00
parent bfb6f087c6
commit 8863544f1b
18 changed files with 874 additions and 786 deletions

View File

@@ -86,9 +86,6 @@
font-weight:normal;
}
.cn-panel-crypto {
grid-template-columns: repeat(36, 1fr) !important;
}
.cn-chart:not(.cn-chart__group):not(.cn-chart__block) {
&>.cn-chart__body {
height: 100%;
@@ -672,7 +669,7 @@
height: 100%;
width: 100%;
overflow: auto;
&>div {
/*&>div {
display: grid;
grid-template-columns: repeat(30, 1fr);
grid-auto-flow: row;
@@ -701,7 +698,7 @@
}
}
}
}
}*/
}
}
.el-overlay {

View File

@@ -1,5 +1,5 @@
@import 'components/advancedSearch/advanced-search';
@import './components/charts/panel';
// @import './components/charts/panel';
@import 'components/common/TimeRange/date-time-range';
@import 'components/common/TimeRange/time-refresh';
@import './components/common/pagination';

File diff suppressed because it is too large Load Diff

View File

@@ -68,6 +68,7 @@
height: calc(100% - 28px);
flex: 1;
padding: 10px;
overflow: auto;
background-color: $--content-right-background-color;
&>.cn-entity-detail .entity-detail__body>.cn-panel {