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
32adc05f017749574c251686c9a1a8b8387106be
Authored by
gesilong
2026-01-04 10:47:07 +0800
1 parent
ac5a2cf6
commit: 优化上传文件文字间隔
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
0 deletions
pages/contract_foreign_std/detail.vue
pages/contract_foreign_stock/detail.vue
pages/contract_foreign_unplan/detail.vue
pages/contract_process/detail.vue
pages/contract_retail/detail.vue
pages/contract_stock/detail.vue
pages/contract_unplan/detail.vue
pages/contract_foreign_std/detail.vue
View file @
32adc05
...
...
@@ -545,4 +545,7 @@ export default {
545
545
color: rgba(0, 0, 0, 0.6);
546
546
font-size: 32rpx;
547
547
}
548
+
.upload-row {
549
+
margin-top: 20rpx;
550
+
}
548
551
</style>
\ No newline at end of file
...
...
pages/contract_foreign_stock/detail.vue
View file @
32adc05
...
...
@@ -631,4 +631,7 @@ export default {
631
631
color: rgba(0, 0, 0, 0.6);
632
632
font-size: 32rpx;
633
633
}
634
+
.upload-row {
635
+
margin-top: 20rpx;
636
+
}
634
637
</style>
\ No newline at end of file
...
...
pages/contract_foreign_unplan/detail.vue
View file @
32adc05
...
...
@@ -645,4 +645,7 @@ export default {
645
645
color: rgba(0, 0, 0, 0.6);
646
646
font-size: 32rpx;
647
647
}
648
+
.upload-row {
649
+
margin-top: 20rpx;
650
+
}
648
651
</style>
\ No newline at end of file
...
...
pages/contract_process/detail.vue
View file @
32adc05
...
...
@@ -515,4 +515,7 @@ export default {
515
515
color: rgba(0, 0, 0, 0.6);
516
516
font-size: 32rpx;
517
517
}
518
+
.upload-row {
519
+
margin-top: 20rpx;
520
+
}
518
521
</style>
\ No newline at end of file
...
...
pages/contract_retail/detail.vue
View file @
32adc05
...
...
@@ -544,4 +544,7 @@ export default {
544
544
background: $theme-primary;
545
545
color: #fff;
546
546
}
547
+
.upload-row {
548
+
margin-top: 20rpx;
549
+
}
547
550
</style>
...
...
pages/contract_stock/detail.vue
View file @
32adc05
...
...
@@ -595,4 +595,7 @@ export default {
595
595
color: rgba(0, 0, 0, 0.6);
596
596
font-size: 32rpx;
597
597
}
598
+
.upload-row {
599
+
margin-top: 20rpx;
600
+
}
598
601
</style>
...
...
pages/contract_unplan/detail.vue
View file @
32adc05
...
...
@@ -628,4 +628,7 @@ export default {
628
628
color: rgba(0, 0, 0, 0.6);
629
629
font-size: 32rpx;
630
630
}
631
+
.upload-row {
632
+
margin-top: 20rpx;
633
+
}
631
634
</style>
\ No newline at end of file
...
...