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