Sign in
朱园亮
/
erp-mobile
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
8956b879577c37ecc983b1d01ece876a90b2b4e8
Authored by
史婷婷
2026-01-23 09:33:44 +0800
1 parent
3cd3315a
feat: 样式优化
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
pages/message/detail.vue
pages/order_list/detail.vue
uni_modules/uni-list/components/uni-list-item/uni-list-item.vue
pages/message/detail.vue
View file @
8956b87
...
...
@@ -64,6 +64,7 @@ export default {
64
64
.label {
65
65
min-width: 120rpx;
66
66
max-width: 420rpx;
67
+
margin-right: 20rpx;
67
68
line-height: 32rpx;
68
69
font-size: 28rpx;
69
70
color: rgba(0, 0, 0, 0.6);
...
...
pages/order_list/detail.vue
View file @
8956b87
...
...
@@ -313,6 +313,7 @@ export default {
313
313
314
314
.label {
315
315
max-width: 420rpx;
316
+
margin-right: 20rpx;
316
317
line-height: 32rpx;
317
318
font-size: 28rpx;
318
319
color: rgba(0, 0, 0, 0.6);
...
...
uni_modules/uni-list/components/uni-list-item/uni-list-item.vue
View file @
8956b87
...
...
@@ -504,6 +504,8 @@
504
504
.
uni
-
list
-
item__extra
-
text
{
505
505
color
:
$
uni
-
text
-
color
-
grey
;
506
506
font
-
size
:
$
uni
-
font
-
size
-
sm
;
507
+
white
-
space
:
pre
-
wrap
;
508
+
word
-
break
:
break
-
all
;
507
509
}
508
510
509
511
.
uni
-
ellipsis
-
1
{
...
...