CN-1582 fix: 实体列表页增加subscriber内容

This commit is contained in:
刘洪洪
2024-03-25 14:16:41 +08:00
parent a548e78f0c
commit 95b954fad8
16 changed files with 1185 additions and 59 deletions

View File

@@ -224,7 +224,7 @@
.my-popper-class {
width: auto !important;
min-width: 120px !important;
min-width: 125px !important;
padding: 8px 10px !important;
}
.el-input__wrapper.is-focus {

View File

@@ -24,7 +24,7 @@
border-radius: 4px;
height: calc(100% - 34px);
.subscriber-map {
.subscriber-map, .entity-subscriber-map {
height: 100%;
width: calc(100% - 290px);
@@ -118,6 +118,9 @@
}
}
}
.entity-subscriber-map {
width: 100%;
}
.panel-chart__no-data {
height: calc(100% - 46px);
}

View File

@@ -136,7 +136,7 @@
display: flex;
//flex-direction: column;
align-items: center;
padding: 0 0 0 30px;
padding: 0 0 0 20px;
.overview-left-span {
font-size: 16px;

View File

@@ -166,8 +166,11 @@
min-width: 90px !important;
}
}
.row__content-sent {
margin-right: 39px;
}
.row__content-accept {
margin-left: 39px;
//margin-left: 39px;
}
.row__charts-msg {
width: auto;
@@ -183,6 +186,11 @@
//padding-left: 5px;
}
}
.row__contents-subscriber {
display: flex;
width: calc(100% - 688px); // 分辨率过小时换行
flex-wrap: wrap;
}
.row__charts {
width:80px;
height:20px;

View File

@@ -76,8 +76,8 @@
font-size: 16px;
padding-bottom: 3px;
color: #333333;
.cn-entity__header-title {
margin-right: 10px;
.cn-entity__header-icon {
margin-left: 10px;
}
.entity-related-entity {
font-size: 12px;
@@ -222,7 +222,12 @@
}
}
.show-detail__block {
display: flex;
align-items: center;
}
.new-show-detail {
height: 52px;
flex-shrink: 0;
padding: 0 30px;
font-size: 12px;