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
f2be3f389aef34e7c42d01acd7170916501f3d14
Authored by
史婷婷
2026-01-26 14:59:40 +0800
1 parent
3c4bdd27
feat: 产品试样确认单-详情
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/confirmation_form/detail.vue
pages/confirmation_form/detail.vue
View file @
f2be3f3
...
...
@@ -180,7 +180,8 @@ export default {
180
180
}
181
181
182
182
.label {
183
-
width: 240rpx;
183
+
max-width: 400rpx;
184
+
margin-right: 20rpx;
184
185
line-height: 32rpx;
185
186
font-size: 28rpx;
186
187
color: rgba(0, 0, 0, 0.6);
...
...