Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
44c0bb7d
Commit
44c0bb7d
authored
Aug 17, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 客户记录积分显示布局修改
parent
89a86893
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
customerDetail.less
src/components/allCustomers/customerDetail.less
+4
-4
customerDetail.wxss
src/components/allCustomers/customerDetail.wxss
+2
-2
No files found.
src/components/allCustomers/customerDetail.less
View file @
44c0bb7d
...
...
@@ -298,10 +298,10 @@
}
.scores-info {
display: flex;
//
justify-content: space-between;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
width: 372
px;
min-width: 326
px;
.score-detail {
.score-detail-item {
&+.score-detail-item {
...
...
@@ -309,7 +309,7 @@
}
.score-detail-label {
display: inline-block;
margin-left: 10
px;
// margin-right: 16
px;
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;
...
...
src/components/allCustomers/customerDetail.wxss
View file @
44c0bb7d
...
...
@@ -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: 372
px;
min-width: 326
px;
}
.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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment