bug
This commit is contained in:
@@ -546,12 +546,12 @@
|
|||||||
],
|
],
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
name: '居民人数',
|
name: '群主数量',
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
barWidth: '15'
|
barWidth: '15'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '新增居民',
|
name: '群数量',
|
||||||
barWidth: '15',
|
barWidth: '15',
|
||||||
type: 'bar'
|
type: 'bar'
|
||||||
}
|
}
|
||||||
@@ -893,6 +893,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
flex: 1;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1055,7 +1056,7 @@
|
|||||||
|
|
||||||
:deep(.ai-table) {
|
:deep(.ai-table) {
|
||||||
.el-table {
|
.el-table {
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
color: #d0e1e8;
|
color: #d0e1e8;
|
||||||
background-color: transparent!important;
|
background-color: transparent!important;
|
||||||
|
|
||||||
@@ -1157,8 +1158,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.right-middle {
|
.right-middle {
|
||||||
width: 522px;
|
width: 512px;
|
||||||
margin: 0 20px;
|
margin: 0 14px;
|
||||||
|
|
||||||
.right-middle__middle {
|
.right-middle__middle {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1198,8 +1199,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 240px;
|
width: 230px;
|
||||||
margin-right: 14px;
|
margin-right: 10px;
|
||||||
|
|
||||||
.left-list {
|
.left-list {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
@@ -142,7 +142,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
width: 92px;
|
margin-right: 20px;
|
||||||
|
// width: 88px;
|
||||||
|
// min-width: 50px;
|
||||||
|
// max-width: 70px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #9BB7D4;
|
color: #9BB7D4;
|
||||||
|
|||||||
Reference in New Issue
Block a user