no message

This commit is contained in:
A1300399510 2024-12-18 12:01:07 +08:00
parent e797902ce3
commit 26bcb0e63c
2 changed files with 6 additions and 1 deletions

View File

@ -105,6 +105,8 @@
font-size: 14px; font-size: 14px;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
}
.boxbox .body .left .input-box .hint-list .item:not(:last-of-type) {
border-bottom: 1px #e6e4e4 dotted; border-bottom: 1px #e6e4e4 dotted;
} }
.boxbox .body .left .total { .boxbox .body .left .total {

View File

@ -111,10 +111,13 @@
font-size: 14px; font-size: 14px;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
&:not(:last-of-type) {
border-bottom: 1px #e6e4e4 dotted; border-bottom: 1px #e6e4e4 dotted;
} }
} }
} }
}
.total { .total {
font-size: 14px; font-size: 14px;