fix: 页面显示功能优化。

This commit is contained in:
tianyongbao
2024-06-29 13:23:06 +08:00
parent 263e21b138
commit 62d8c85805
17 changed files with 142 additions and 792 deletions

View File

@@ -346,20 +346,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
margin-left: 10px;
margin-left: 5px;
color: rgb(133, 133, 148);
margin-bottom: 8px;
margin-bottom: 5px;
font-size: 14px;
}
.num {
margin-left: 10px;
margin-left: 5px;
font-weight: bold;
font-size: 15px;
font-size: 14px;
}
}
img {
height: 50px;
width: 50px;
height: 30px;
width: 30px;
}
}
.header-title {
@@ -370,7 +370,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
font-size: 16px;
}
}
.btnAdd {