Commit 1d97fa2e by huaying

fix: 客户记录积分展示

parent 44c0bb7d
......@@ -303,6 +303,7 @@
flex-shrink: 0;
min-width: 326px;
.score-detail {
margin-left: 10px;
.score-detail-item {
&+.score-detail-item {
margin-top: 9px;
......
......@@ -272,6 +272,9 @@
flex-shrink: 0;
min-width: 326px;
}
.customer-contain-wrap .customer-record-contain .flex-wrap .scores .scores-box .scores-info .score-detail {
margin-left: 10px;
}
.customer-contain-wrap .customer-record-contain .flex-wrap .scores .scores-box .scores-info .score-detail .score-detail-item + .score-detail-item {
margin-top: 9px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment