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
c6d621eaf48115d686035cc611bb036593856798
Authored by
史婷婷
2026-01-16 15:49:40 +0800
1 parent
48614d41
feat: 附件样式优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
components/file-upload/index.vue
components/file-upload/index.vue
View file @
c6d621e
...
...
@@ -111,5 +111,7 @@ export default {
111
111
.file-name {
112
112
font-size: 28rpx; color: rgba(0,0,0,0.9);
113
113
line-height: 40rpx;
114
+
white-space: pre-wrap;
115
+
word-break: break-all;
114
116
}
115
117
</style>
...
...