CN-1582 fix: 实体列表页增加subscriber内容
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user