style: 修复时间选择器,层级问题
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
&>div {
|
||||
margin-left: 10px;
|
||||
|
||||
Reference in New Issue
Block a user