style: 修复时间选择器,层级问题

This commit is contained in:
@changcode
2022-04-07 14:51:52 +08:00
parent 591e80c9f3
commit 429ca0653f
2 changed files with 7 additions and 3 deletions

View File

@@ -410,7 +410,9 @@
}
.content__data-protocol-value {
flex: 2;
justify-content: space-around;
display: flex;
justify-content: space-between;
flex-direction: column;
.content__data-protocol-value-title {
margin-bottom: 7px;
font-size: 14px;
@@ -425,9 +427,11 @@
}
.content__data-protocol-percent {
flex: 2;
display: flex;
justify-content: center;
height: 68px;
text-align: left;
font-size: 12px;
font-size: 14px;
color: #666666;
font-weight: 400;
line-height: 95px;

View File

@@ -4,7 +4,7 @@
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
z-index: 2;
display: flex;
&>div {
margin-left: 10px;