样式调整

This commit is contained in:
lxy 2024-06-17 14:16:48 +08:00
parent b5119629d8
commit 3926c529af
2 changed files with 8 additions and 4 deletions

View File

@ -47,7 +47,9 @@
}
.refundItem {
width: 223px;
// width: 223px;
width: 100%;
box-sizing: border-box;
margin: 12px;
padding: 8px;
font-size: small;
@ -77,7 +79,7 @@
margin-right: 4px;
}
}
.reason {
color: var(--oak-color-error);
}

View File

@ -47,7 +47,9 @@
}
.refundItem {
width: 223px;
// width: 223px;
width: 100%;
box-sizing: border-box;
margin: 12px;
padding: 8px;
font-size: small;
@ -77,7 +79,7 @@
margin-right: 4px;
}
}
.reason {
color: var(--oak-color-error);
}