CN-268 feat: panel重构--entity详情、ip基础信息等(部分)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user