This commit is contained in:
yanran200730
2023-04-27 16:43:07 +08:00
parent 6d28ab9d12
commit 597189adb1
2 changed files with 12 additions and 8 deletions

View File

@@ -546,12 +546,12 @@
],
series: [
{
name: '居民人数',
name: '群主数量',
type: 'bar',
barWidth: '15'
},
{
name: '新增居民',
name: '群数量',
barWidth: '15',
type: 'bar'
}
@@ -893,6 +893,7 @@
}
.wrapper {
flex: 1;
margin-bottom: 12px;
}
@@ -1055,7 +1056,7 @@
:deep(.ai-table) {
.el-table {
font-size: 12px;
font-size: 11px;
color: #d0e1e8;
background-color: transparent!important;
@@ -1157,8 +1158,8 @@
}
}
.right-middle {
width: 522px;
margin: 0 20px;
width: 512px;
margin: 0 14px;
.right-middle__middle {
display: flex;
@@ -1198,8 +1199,8 @@
display: flex;
align-items: center;
flex-direction: column;
width: 240px;
margin-right: 14px;
width: 230px;
margin-right: 10px;
.left-list {
flex: 1;

View File

@@ -142,7 +142,10 @@
}
span {
width: 92px;
margin-right: 20px;
// width: 88px;
// min-width: 50px;
// max-width: 70px;
font-weight: 400;
font-size: 14px;
color: #9BB7D4;