no message

This commit is contained in:
A1300399510 2024-12-10 14:56:59 +08:00
parent a759fda575
commit dcd968f4fe
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,9 @@
padding: 20px;
border-bottom: 1px solid #ebebeb;
}
.body .item .thead a {
display: block;
}
.body .item .thead:not(:last-of-type) {
border-right: 1px solid #ebebeb;
}

View File

@ -35,6 +35,10 @@
padding: 20px;
border-bottom: 1px solid rgb(235, 235, 235);
a {
display: block;
}
&:not(:last-of-type) {
border-right: 1px solid rgb(235, 235, 235);
}