Commit 44c0bb7d by huaying

fix: 客户记录积分显示布局修改

parent 89a86893
......@@ -298,10 +298,10 @@
}
.scores-info {
display: flex;
// justify-content: space-between;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
width: 372px;
min-width: 326px;
.score-detail {
.score-detail-item {
&+.score-detail-item {
......@@ -309,7 +309,7 @@
}
.score-detail-label {
display: inline-block;
margin-left: 10px;
// margin-right: 16px;
width: 84px;
font-size: 13px;
font-weight: 400;
......@@ -318,7 +318,7 @@
vertical-align: middle;
}
.score-detail-value {
font-size:20px;
font-size: 20px;
font-weight: bold;
color: #303133;
line-height: 19px;
......
......@@ -267,16 +267,16 @@
}
.customer-contain-wrap .customer-record-contain .flex-wrap .scores .scores-box .scores-info {
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
width: 372px;
min-width: 326px;
}
.customer-contain-wrap .customer-record-contain .flex-wrap .scores .scores-box .scores-info .score-detail .score-detail-item + .score-detail-item {
margin-top: 9px;
}
.customer-contain-wrap .customer-record-contain .flex-wrap .scores .scores-box .scores-info .score-detail .score-detail-item .score-detail-label {
display: inline-block;
margin-left: 10px;
width: 84px;
font-size: 13px;
font-weight: 400;
......
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