This commit is contained in:
2024-07-09 10:40:10 +08:00
parent 0d6659f9e8
commit c738e3d4d0

View File

@ -268,8 +268,6 @@ export default {
width: 100%; width: 100%;
height: 50px; height: 50px;
border-bottom: 1px solid #dcdfe6; border-bottom: 1px solid #dcdfe6;
display: flex;
align-items: center;
position: relative; position: relative;
.count { .count {
@ -278,6 +276,8 @@ export default {
color: #a4a6aa; color: #a4a6aa;
font-size: 13px; font-size: 13px;
right: 15px; right: 15px;
line-height: 30px;
top: 10px;
} }
.all { .all {