dev
This commit is contained in:
parent
ef9d2674fa
commit
6537bab014
|
|
@ -115,9 +115,9 @@ const isExpire = (item: any) => {
|
|||
|
||||
.item-content {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
|
||||
.item-name {
|
||||
width: 80px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
|
|
@ -139,8 +139,8 @@ const isExpire = (item: any) => {
|
|||
}
|
||||
|
||||
.item-right {
|
||||
width: 120px;
|
||||
display: flex;
|
||||
margin-right: 16px;
|
||||
|
||||
.item-right-num {
|
||||
font-size: 28px;
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ async function getData() {
|
|||
margin-right: 24px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
|
||||
.yuJin {
|
||||
height: 208px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue