CN-240 feat: 实体列表下拉详情(部分)

This commit is contained in:
chenjinsong
2021-12-31 10:55:49 +08:00
parent 21018274d5
commit e37e967b5d
12 changed files with 630 additions and 197 deletions

View File

@@ -697,6 +697,24 @@
// border: 1px solid #0091ff;
// border-radius: 2px;
//}
.cn-chart__single-value.cn-chart__single-value--detail-overview.cn-chart__single-value--icon-left {
.single-value__icon {
width: 38px;
height: 38px;
i {
font-size: 15px;
}
}
.single-value__content {
.content__data {
font-size: 14px;
}
.content__title {
font-size: 12px;
}
}
}
.cn-chart__single-value.cn-chart__single-value--icon-left {
display: flex;
align-items: center;

View File

@@ -66,7 +66,7 @@
position: absolute;
top: 210px;
left: 580px;
width: 420px;
width: 440px;
color: #606266;
background: #fff;
border-radius: 4px;

View File

@@ -6,6 +6,7 @@
background-image: url('~@/assets/img/cn-explore-bg.svg');
background-repeat: no-repeat;
background-position: 0 100%;
background-size: 100%;
margin-bottom: 10px;
&.explorer-search--show-list {