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
You need to sign in or sign up before continuing.
Download as
Email Patches
Plain Diff
Browse Files
Commit
8386e81cd1a9c6f6d939e046031374eb0c748dec
Authored by
史婷婷
2026-01-04 16:54:09 +0800
1 parent
7be95e84
feat: 发货单、延期发货单、草稿要车单、要车单、补货单、订货单、规格变更单、撤销单、消息、待审批、我发起的-列表样式优化
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
pages/car_request_order/index.vue
pages/change_list/index.vue
pages/customer/index.vue
pages/delay_invoice/index.vue
pages/draft_order/index.vue
pages/flow/myflow.vue
pages/invoice/index.vue
pages/message/index.vue
pages/order_list/index.vue
pages/revoke_list/index.vue
pages/car_request_order/index.vue
View file @
8386e81
...
...
@@ -338,7 +338,7 @@ export default {
338
338
339
339
.list-box {
340
340
flex: 1;
341
-
padding-top: 1
32
rpx;
341
+
padding-top: 1
40
rpx;
342
342
343
343
&.pad-batch {
344
344
padding-bottom: 144rpx;
...
...
pages/change_list/index.vue
View file @
8386e81
...
...
@@ -224,7 +224,7 @@ export default {
224
224
225
225
.list-box {
226
226
flex: 1;
227
-
padding: 1
2
0rpx 0 0;
227
+
padding: 1
4
0rpx 0 0;
228
228
}
229
229
230
230
.card {
...
...
pages/customer/index.vue
View file @
8386e81
...
...
@@ -292,7 +292,7 @@
292
292
293
293
.list-box {
294
294
flex: 1;
295
-
padding-top: 1
32
rpx;
295
+
padding-top: 1
40
rpx;
296
296
297
297
&.pad-batch {
298
298
padding-bottom: 144rpx;
...
...
pages/delay_invoice/index.vue
View file @
8386e81
...
...
@@ -307,7 +307,7 @@ export default {
307
307
308
308
.list-box {
309
309
flex: 1;
310
-
padding-top: 1
32
rpx;
310
+
padding-top: 1
40
rpx;
311
311
312
312
&.pad-batch {
313
313
padding-bottom: 144rpx;
...
...
pages/draft_order/index.vue
View file @
8386e81
...
...
@@ -339,7 +339,7 @@ export default {
339
339
340
340
.list-box {
341
341
flex: 1;
342
-
padding-top: 1
32
rpx;
342
+
padding-top: 1
40
rpx;
343
343
344
344
&.pad-batch {
345
345
padding-bottom: 144rpx;
...
...
pages/flow/myflow.vue
View file @
8386e81
...
...
@@ -272,7 +272,7 @@ export default {
272
272
273
273
.list-box {
274
274
flex: 1;
275
-
padding: 1
12
rpx 0 0
275
+
padding: 1
40
rpx 0 0
276
276
}
277
277
278
278
.card {
...
...
pages/invoice/index.vue
View file @
8386e81
...
...
@@ -375,7 +375,7 @@ export default {
375
375
376
376
.list-box {
377
377
flex: 1;
378
-
padding-top: 1
32
rpx;
378
+
padding-top: 1
40
rpx;
379
379
380
380
&.pad-batch {
381
381
padding-bottom: 144rpx;
...
...
pages/message/index.vue
View file @
8386e81
...
...
@@ -246,7 +246,7 @@ export default {
246
246
247
247
.list-box {
248
248
flex: 1;
249
-
padding-top: 1
32
rpx;
249
+
padding-top: 1
40
rpx;
250
250
251
251
.card {
252
252
position: relative;
...
...
pages/order_list/index.vue
View file @
8386e81
...
...
@@ -327,7 +327,7 @@ export default {
327
327
328
328
.list-box {
329
329
flex: 1;
330
-
padding: 23
2
rpx 0 0;
330
+
padding: 23
8
rpx 0 0;
331
331
}
332
332
333
333
.card {
...
...
pages/revoke_list/index.vue
View file @
8386e81
...
...
@@ -225,7 +225,7 @@ export default {
225
225
226
226
.list-box {
227
227
flex: 1;
228
-
padding: 1
2
0rpx 0 0;
228
+
padding: 1
4
0rpx 0 0;
229
229
}
230
230
231
231
.card {
...
...