From eb9fc9fa5cbb0e2c974df09178338e1d2f66cc39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Tue, 4 Jan 2022 16:20:46 +0800
Subject: [PATCH] 26331
---
src/apps/AppWorkonline/Opinion.vue | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/apps/AppWorkonline/Opinion.vue b/src/apps/AppWorkonline/Opinion.vue
index 2a35034e..3eb40c8d 100644
--- a/src/apps/AppWorkonline/Opinion.vue
+++ b/src/apps/AppWorkonline/Opinion.vue
@@ -65,8 +65,8 @@
图片资料
(最多9张)
-
-
+
+
(picture = v)" :limit="9" action="/admin/file/add2" preview />
@@ -324,7 +324,11 @@ export default {
::v-deep .info > span {
width: 380px;
text-align: left;
- // word-break: break-all;
+ word-break: break-all;
+
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
::v-deep .ai-uploader .fileList .default {
@@ -352,13 +356,13 @@ export default {
margin-left: 10px;
}
- .upload {
+ .uploads {
width: 100%;
margin-top: 10px;
padding: 12px 12px 12px 0;
box-sizing: border-box;
- .info {
+ .infos {
width: 100%;
text-align: center;
}