CN-240 feat: 实体列表下拉详情(部分)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
position: absolute;
|
||||
top: 210px;
|
||||
left: 580px;
|
||||
width: 420px;
|
||||
width: 440px;
|
||||
color: #606266;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user