consumer模块完成度95%,检查消费者前端bug并修复

This commit is contained in:
cyh666666
2026-03-09 17:20:59 +08:00
parent 7b5801a72b
commit 2262d1bfd9
128 changed files with 13485 additions and 1670 deletions

View File

@@ -554,8 +554,10 @@ const goBack = (): void => {
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #f0f0f0;
position: sticky;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
}
@@ -654,7 +656,7 @@ const goBack = (): void => {
.rating-label {
font-size: 15px;
color: #333333;
font-weight: 500;
font-weight: bold;
margin-right: 20px;
}
@@ -810,7 +812,7 @@ const goBack = (): void => {
.section-title {
font-size: 16px;
font-weight: 600;
font-weight: bold;
color: #333333;
margin-bottom: 20px;
padding-left: 10px;