fix: 修复实体页面样式

This commit is contained in:
@changcode
2022-09-01 18:28:22 +08:00
parent 897f9285e8
commit 7c6c18b20b
6 changed files with 19 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
.panel-box {
.panel-box2 {
height: calc(100% - 20px);
.panel__header {
display: flex;

View File

@@ -87,7 +87,8 @@
flex: 1;
padding: 10px;
overflow: auto;
background-color: $--content-right-background-color;
//background-color: $--content-right-background-color;
background-color: rgb(239, 242, 245);
&>.cn-entity-detail .entity-detail__body>.cn-panel2 {
.panel-chart {