dev
This commit is contained in:
parent
0d70e1a7d0
commit
9f04807cb8
|
|
@ -247,14 +247,14 @@ const colosInfo = () => {
|
|||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
height: 60px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
text-align: right;
|
||||
border-top: 1px solid #EAEAEC;
|
||||
display: flex;
|
||||
height: 58px;
|
||||
height: 50px;
|
||||
align-items: center;
|
||||
|
||||
.search {
|
||||
|
|
|
|||
|
|
@ -172,14 +172,14 @@ const hide = () => {
|
|||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
height: 60px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
text-align: right;
|
||||
border-top: 1px solid #EAEAEC;
|
||||
display: flex;
|
||||
height: 58px;
|
||||
height: 50px;
|
||||
align-items: center;
|
||||
|
||||
.search {
|
||||
|
|
|
|||
Loading…
Reference in New Issue