用户PC端,我的订单,根据订单号搜索框展示不全问题修改

This commit is contained in:
15386982806
2023-02-08 18:18:09 +08:00
parent 826ba41866
commit ed4f78bf6a
2 changed files with 14 additions and 1 deletions

View File

@@ -170,6 +170,19 @@ $dark_content_color: #d5d5d5;
margin-right: 20px;
}
.mb_24 {
margin-bottom: 24px;
}
.mt_24 {
margin-top: 24px;
}
.ml_24 {
margin-left: 24px;
}
.mr_24 {
margin-right: 24px;
}
.mb_10 {
margin-bottom: 10px;
}