CN-980 feat: 实体详情开发准备

This commit is contained in:
chenjinsong
2023-04-25 16:04:20 +08:00
parent c7214d3b89
commit 21b3cea26a
15 changed files with 264 additions and 119 deletions

View File

@@ -22,7 +22,7 @@
.edit-appearance-base__footer {
display: flex;
align-items: center;
justify-content: start;
justify-content: flex-start;
height: 100px;
margin-top: 3px;
padding-left:200px;
@@ -59,4 +59,4 @@
cursor: default;
}
}
}
}

View File

@@ -123,7 +123,7 @@
align-items: center;
}
.el-table__header tr th:nth-of-type(1) .cell {
justify-content: start;
justify-content: flex-start;
}
.score-cell {
display: flex !important;

View File

@@ -1,3 +1,14 @@
.panel-box2.panel-box2--entity-detail {
height: 100%;
.chart-list {
height: 100%;
&>.vue-grid-layout {
margin-top: 0;
}
}
}
.panel-box2 {
height: calc(100% - 20px);
.panel__header {

View File

@@ -1,3 +1,4 @@
/*
.entity-detail.cn-home {
.panel-chart {
width: 100%;
@@ -105,3 +106,4 @@
}
}
}
*/