no message

This commit is contained in:
A1300399510 2024-12-10 15:57:28 +08:00
parent 22bc017229
commit f6265d955a
2 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,7 @@
.recruit .list .item .operate .select.show { .recruit .list .item .operate .select.show {
height: 180px; height: 180px;
opacity: 1; opacity: 1;
z-index: 2;
} }
.recruit .list .item .operate .select .title { .recruit .list .item .operate .select .title {
font-size: 14px; font-size: 14px;

View File

@ -422,6 +422,7 @@
&.show { &.show {
height: 180px; height: 180px;
opacity: 1; opacity: 1;
z-index: 2;
} }
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;