no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 14:38:56 +08:00
parent 90656fd58d
commit 26f72b3aed
2 changed files with 6 additions and 2 deletions

View File

@ -74,6 +74,10 @@
color: #ffffff;
padding-left: 20px;
}
.body .item .head.options {
flex-direction: column;
justify-content: center;
}
.body .item .head.options .options-box {
width: fit-content;
max-width: 100px;
@ -207,7 +211,6 @@
.body .item .thead .operate {
padding: 20px 0;
position: relative;
flex-direction: column;
border-bottom: 1px solid #ebebeb;
}
.body .item .thead .operate .i:not(:last-of-type) {

View File

@ -93,6 +93,8 @@
padding-left: 20px;
&.options {
flex-direction: column;
justify-content: center;
.options-box {
width: fit-content;
max-width: 100px;
@ -241,7 +243,6 @@
.operate {
padding: 20px 0;
position: relative;
flex-direction: column;
.i {
&:not(:last-of-type) {
border-right: 1px solid #ebebeb;