Commit 89a86893 by huaying

fix: 客户详情的客户记录的积分展示布局修改

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