This commit is contained in:
ChenQiuYu 2025-05-29 09:53:50 +08:00
parent ef9d2674fa
commit 6537bab014
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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;