This commit is contained in:
parent
132af7d8a9
commit
e14da8eac9
|
@ -436,6 +436,7 @@
|
|||
</div>
|
||||
<div class="flex1" style="margin-top: 10px">
|
||||
<div class="yd_title last_1">
|
||||
<div class="gTitle">( 近30天 )</div>
|
||||
<div class="animate-border">
|
||||
<i></i>
|
||||
<i></i>
|
||||
|
@ -1607,6 +1608,14 @@ const showTab = (val) => {
|
|||
right: 5px;
|
||||
top: 1px;
|
||||
}
|
||||
.gTitle{
|
||||
position: absolute;
|
||||
color: #ACD1F1;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
left: 156px;
|
||||
}
|
||||
|
||||
.c {
|
||||
width: 130px;
|
||||
|
|
Loading…
Reference in New Issue