no message

This commit is contained in:
A1300399510 2024-11-15 15:20:42 +08:00
parent 658192457a
commit f9e0253766
2 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,7 @@
margin-bottom: 6px;
position: relative;
max-width: 405px;
box-sizing: border-box;
}
.fate .list .item .left .name::after {
content: "";
@ -185,6 +186,7 @@
background-color: #f2f2f2;
border: 1px solid #d7d7d7;
border-radius: 39px;
box-sizing: border-box;
}
.fate .list .item .left .message {
color: #7f7f7f;

View File

@ -199,6 +199,7 @@
margin-bottom: 6px;
position: relative;
max-width: 405px;
box-sizing: border-box;
&::after {
content: "";
@ -211,6 +212,7 @@
background-color: rgba(242, 242, 242, 1);
border: 1px solid rgba(215, 215, 215, 1);
border-radius: 39px;
box-sizing: border-box;
}
}
.message {