no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 11:59:30 +08:00
parent f859a2a4a7
commit cc516cfe44
2 changed files with 32 additions and 0 deletions

View File

@ -84,12 +84,26 @@
font-size: 13px;
padding: 0 6px;
margin-top: 9px;
cursor: pointer;
}
.body .item .head.options .options-box .icon {
width: 9px;
height: 5px;
margin-left: 4px;
}
.body .item .head.options .options-list {
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 161px;
background-color: #e4e8fd;
border-radius: 10px;
padding-left: 38px;
}
.body .item .head.options .options-list .options-item:not(:last-of-type) {
border-bottom: 1px dotted #c1c5d4;
}
.body .item .thead {
text-align: center;
padding: 20px;

View File

@ -103,12 +103,30 @@
font-size: 13px;
padding: 0 6px;
margin-top: 9px;
cursor: pointer;
.icon {
width: 9px;
height: 5px;
margin-left: 4px;
}
}
.options-list {
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 161px;
background-color: rgba(228, 232, 253, 1);
border-radius: 10px;
padding-left: 38px;
.options-item {
&:not(:last-of-type) {
border-bottom: 1px dotted #c1c5d4;
}
}
}
}
}