consumer模块完成度95%,检查消费者前端bug并修复
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user