askbot-dragon 1.5.75-beta → 1.5.76-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +27 -27
  2. package/babel.config.js +6 -6
  3. package/dragon.iml +7 -7
  4. package/package.json +58 -58
  5. package/public/index.html +74 -74
  6. package/src/App.vue +31 -31
  7. package/src/api/index.js +1 -1
  8. package/src/api/mock.http +2 -2
  9. package/src/api/requestUrl.js +185 -185
  10. package/src/assets/js/AliyunlssUtil.js +92 -92
  11. package/src/assets/js/Base64Util.js +22 -22
  12. package/src/assets/js/common.js +11 -11
  13. package/src/assets/js/hammer.js +89 -100
  14. package/src/assets/js/script.js +36 -36
  15. package/src/assets/less/common.css +6773 -6773
  16. package/src/assets/less/converSationContainer/common.less +192 -199
  17. package/src/assets/less/converSationContainer/converSatonContainer.less +493 -493
  18. package/src/assets/less/iconfont.css +37 -37
  19. package/src/assets/less/ticketMessage.less +294 -294
  20. package/src/components/ActionAlertIframe.vue +112 -112
  21. package/src/components/AiGuide.vue +468 -467
  22. package/src/components/AnswerDocknowledge.vue +493 -532
  23. package/src/components/AnswerVoice.vue +285 -285
  24. package/src/components/AskIFrame.vue +15 -15
  25. package/src/components/ConversationContainer.vue +4802 -4834
  26. package/src/components/FileType.vue +86 -86
  27. package/src/components/Message.vue +27 -27
  28. package/src/components/actionSatisfaction.vue +107 -107
  29. package/src/components/actionSendToBot.vue +62 -62
  30. package/src/components/answerDissatisfaction.vue +62 -62
  31. package/src/components/answerRadio.vue +132 -132
  32. package/src/components/ask-components/DissatisfactionOptions.vue +57 -57
  33. package/src/components/ask-components/Msgloading.vue +37 -37
  34. package/src/components/ask-components/SatisfactionV2.vue +15 -15
  35. package/src/components/askVideo.vue +139 -162
  36. package/src/components/assetDetails.vue +370 -370
  37. package/src/components/assetMessage.vue +228 -228
  38. package/src/components/associationIntention.vue +349 -349
  39. package/src/components/attachmentPreview.vue +90 -90
  40. package/src/components/botActionSatisfactor.vue +68 -68
  41. package/src/components/chatContent.vue +513 -513
  42. package/src/components/feedBack.vue +136 -136
  43. package/src/components/fielListView.vue +351 -351
  44. package/src/components/file/AliyunOssComponents.vue +108 -108
  45. package/src/components/formTemplate.vue +3606 -3608
  46. package/src/components/kkview.vue +1138 -1138
  47. package/src/components/loadingProcess.vue +164 -164
  48. package/src/components/message/ActionAlertIframe.vue +112 -112
  49. package/src/components/message/ShopMessage.vue +164 -164
  50. package/src/components/message/TextMessage.vue +924 -924
  51. package/src/components/message/TicketMessage.vue +201 -201
  52. package/src/components/message/swiper/index.js +4 -4
  53. package/src/components/message/swiper/ticketSwiper.vue +503 -503
  54. package/src/components/message/swiper/ticketSwiperItem.vue +61 -61
  55. package/src/components/msgLoading.vue +231 -231
  56. package/src/components/myPopup.vue +70 -70
  57. package/src/components/pdfPosition.vue +1322 -1521
  58. package/src/components/popup.vue +227 -227
  59. package/src/components/previewDoc.vue +242 -242
  60. package/src/components/previewPdf.vue +302 -315
  61. package/src/components/receiverMessagePlatform.vue +65 -65
  62. package/src/components/recommend.vue +80 -80
  63. package/src/components/selector/hOption.vue +20 -20
  64. package/src/components/selector/hSelector.vue +199 -199
  65. package/src/components/selector/hWrapper.vue +216 -216
  66. package/src/components/senderMessagePlatform.vue +50 -50
  67. package/src/components/source/BotMessage.vue +24 -24
  68. package/src/components/source/CustomMessage.vue +24 -24
  69. package/src/components/test.vue +260 -260
  70. package/src/components/tree.vue +294 -294
  71. package/src/components/utils/AliyunIssUtil.js +81 -81
  72. package/src/components/utils/ckeditor.js +174 -174
  73. package/src/components/utils/ckeditorImageUpload/command.js +109 -109
  74. package/src/components/utils/ckeditorImageUpload/editing.js +11 -11
  75. package/src/components/utils/ckeditorImageUpload/plugin-image.js +11 -11
  76. package/src/components/utils/ckeditorImageUpload/toolbar-ui.js +40 -40
  77. package/src/components/utils/ckeditorfileUpload/common.js +180 -180
  78. package/src/components/utils/ckeditorfileUpload/editing.js +11 -11
  79. package/src/components/utils/ckeditorfileUpload/plugin_file.js +11 -11
  80. package/src/components/utils/ckeditorfileUpload/toolbar_ui.js +34 -34
  81. package/src/components/utils/format_date.js +25 -25
  82. package/src/components/utils/index.js +6 -6
  83. package/src/components/utils/math_utils.js +29 -29
  84. package/src/components/voiceComponent.vue +119 -119
  85. package/src/main.js +60 -60
  86. package/vue.config.js +55 -55
  87. package/src/components/newPdfPosition.vue +0 -878
@@ -1,352 +1,352 @@
1
- <template>
2
- <div id="attachment-upload">
3
- <div v-if="attachmentList.length != 0" class="image-list">
4
- <template>
5
- <div v-for="(item, index) in attachmentList" class="attch-item" :key="index"
6
- >
7
- <span @click.stop="deleteAttch(index)"><i class="iconfont guoran-a-16-09"></i></span>
8
- <div class="attch-item-left" @click="lookAttach(item.url)">
9
- <i v-if="item.url == ''" class="el-icon-loading" style="color:#366AFF;margin: 5px;"></i>
10
- <img src="../assets/image/video.png"
11
- v-else-if="setSrc(item) == 'video'"/>
12
- <img src="../assets/image/img.png"
13
- v-else-if="setSrc(item) == 'image'" />
14
- <img src="../assets/image/txt.png"
15
- v-else-if="setSrc(item) == 'txt'" />
16
- <img src="../assets/image/doc.png"
17
- v-else-if="setSrc(item) == 'word'" />
18
- <img src="../assets/image/pdf.png"
19
- v-else-if="setSrc(item) == 'pdf'" />
20
- <img src="../assets/image/ppt.png"
21
- v-else-if="setSrc(item) == 'ppt'" />
22
- <img src="../assets/image/xls.png"
23
- v-else-if="setSrc(item) == 'excel'" />
24
- <img src="../assets/image/weizhi.png"
25
- v-else />
26
- <div class="fileName" v-if="item">
27
- <template v-if="typeof item === 'string'">
28
- <template v-if="item.indexOf('[') !== -1">
29
- {{ JSON.parse(item)[index] }}
30
- </template>
31
- </template>
32
- <template v-else>
33
- {{ item.name ? item.name : (item.url ? item.url : '') }}
34
- </template>
35
- </div>
36
- </div>
37
- </div>
38
- </template>
39
- </div>
40
- <!-- <el-dialog :visible.sync="dialogVisible" width="800px" :close-on-click-modal="false"
41
- custom-class="look-dialog">
42
- <template v-if="fieldType === 'VIDEO'">
43
- <video :src="dialogUrl" controls></video>
44
- </template>
45
- <template v-else-if="fieldType === 'IMAGE'">
46
- <img :src="dialogUrl" />
47
- </template>
48
- <div v-else-if="fieldType === 'txt' || fieldType === 'doc'" style="height: 60vh">
49
- <embed :src="dialogUrl" width="100%" height="100%" />
50
- </div>
51
- </el-dialog> -->
52
- <van-popup v-model="previewShowPopup" v-if="previewShowPopup" position="bottom" :style="{ height: '90%', background:'#FFFFFF'}">
53
- <previewDoc ref="previewDoc" :url="previewHref" @close="close" v-if="previewShowPopup"></previewDoc>
54
- </van-popup>
55
- <el-drawer
56
- title="我是标题"
57
- :append-to-body="true"
58
- :visible.sync="drawer"
59
- :with-header="false"
60
- size="65%"
61
- v-if="drawer"
62
- :model="false"
63
- >
64
- <previewDoc ref="previewDoc" :url="previewHref" @close="close" v-if="drawer"></previewDoc>
65
- </el-drawer>
66
- </div>
67
- </template>
68
-
69
- <script>
70
- import previewDoc from './previewDoc.vue';
71
- import { isMobile } from "../assets/js/common";
72
- export default {
73
- name: "customUpload",
74
- components: {previewDoc},
75
- data () {
76
- return {
77
- dialogVisible: false,
78
- previewHref:"",
79
- previewShowPopup:false,
80
- drawer:false
81
- }
82
- },
83
- props: ["attachmentList"],
84
- methods: {
85
- //查看视频
86
- openDialog (item) {
87
- let url = typeof item == 'object' ? item.url : item
88
- this.previewHref = url
89
- this.$refs.previewDoc.previewShowPopup = true
90
- this.$refs.previewDoc.title = typeof item == 'object' ? item.name : item
91
- },
92
- deleteAttch (index) {
93
- this.$emit('attachDeleteAttch', index)
94
- },
95
- //根据上传类型设置图标
96
- setSrc (item) {
97
- let file = "";
98
- let fileName = ''
99
- if (typeof item === 'object'){
100
- fileName = item.name ? item.name : (item.url ? item.url : '')
101
- } else {
102
- fileName = item
103
- }
104
- if (!fileName){
105
- return file
106
- }
107
- const fileType = fileName.substring(fileName.lastIndexOf('.'));
108
- if (fileType === '.mp4' || fileType === '.MP4' || fileType === '.mov' || fileType === '.MOV' || fileType === 'avi' || fileType === 'flv') {
109
- file = 'video'
110
- }
111
- else if (fileType === '.jpg' || fileType === '.png' || fileType === '.JPG' || fileType === '.PNG' || fileType === '.jpeg' || fileType === '.JPEG' || fileType === 'gif') {
112
- file = 'image'
113
- }
114
- else if (fileType == '.txt') {
115
- file = 'txt'
116
- }
117
- else if (fileType == '.ppt' || fileType == '.pptx') {
118
- file = 'ppt'
119
- }
120
- else if (fileType == '.doc' || fileType == '.docx') {
121
- file = 'word'
122
- }
123
- else if (fileType == '.xls' || fileType == '.xlsx') {
124
- file = 'excel'
125
- }
126
- else if (fileType == '.pdf') {
127
- file = 'pdf'
128
- }
129
- return file
130
- },
131
- lookAttach(url){
132
- if(url !== '') {
133
- this.previewHref = url;
134
- if (isMobile()){
135
- this.previewShowPopup = true
136
- } else {
137
- this.drawer = true;
138
- }
139
- // const fileType = url.substring(url.lastIndexOf('.'));
140
- // if (fileType === '.jpg' || fileType === '.png' || fileType === '.JPG' || fileType === '.PNG'){
141
- // this.previewHref = url
142
- // this.$refs.previewDoc.previewShowPopup = true
143
- // }
144
- }
145
- },
146
- close(){
147
- this.previewShowPopup = false;
148
- this.drawer = false
149
- }
150
- }
151
- };
152
- </script>
153
-
154
- <style scoped lang="less">
155
- .custom-upload-o {
156
- display: flex;
157
- align-items: center;
158
- }
159
-
160
- #attachment-upload {
161
- .image-list {
162
- display: flex;
163
- flex-wrap: wrap;
164
- padding: 0 8px;
165
- }
166
-
167
- .image-item {
168
- margin: 0 6px;
169
- position: relative;
170
-
171
- .delete {
172
- // width: 20px;
173
- // height: 22px;
174
- position: absolute;
175
- top: 0px;
176
- right: 0px;
177
- // border-radius: 30px;
178
- background: #ffffff;
179
- display: flex;
180
- align-items: center;
181
- justify-content: flex-end;
182
- }
183
-
184
- .guoran-tongyichicun-16-09-shanchu2 {
185
- color: #366aff;
186
- // position: absolute;
187
- // top: 0px;
188
- // right: 0px;
189
- // cursor: pointer;
190
- }
191
- }
192
-
193
- .guoran-tongyichicun-16-09-shanchu2 {
194
- display: none;
195
- }
196
-
197
- .image-item:hover {
198
- .delete {
199
- width: 18px;
200
- height: 20px;
201
- }
202
-
203
- .guoran-tongyichicun-16-09-shanchu2 {
204
- display: block;
205
- }
206
- }
207
-
208
- .attch-item {
209
- margin: 10px 0 0 0;
210
- color: #606266;
211
- font-size: 13px;
212
- cursor: pointer;
213
- display: flex;
214
- align-items: center;
215
- justify-content: space-between;
216
- width: 100%;
217
-
218
- .guoran-a-16-09 {
219
- color: #366aff;
220
- }
221
-
222
- .attch-item-left {
223
- display: flex;
224
- align-items: center;
225
- flex: none;
226
- width: 97%;
227
- overflow: hidden;
228
- text-overflow: ellipsis;
229
- margin-left: 6px;
230
- img {
231
- margin-right: 4px;
232
- }
233
- }
234
- }
235
-
236
- .video-item {
237
- display: flex;
238
- align-items: center;
239
- justify-content: center;
240
- background-color: #f0f4fc;
241
- width: 60px;
242
- height: 60px;
243
- border-radius: 5px;
244
- margin: 0 6px;
245
- position: relative;
246
- overflow: hidden;
247
-
248
- img {
249
- cursor: pointer;
250
- }
251
-
252
- .delete {
253
- // width: 20px;
254
- // height: 22px;
255
- position: absolute;
256
- top: 0px;
257
- right: 0px;
258
- // border-radius: 30px;
259
- background: #ffffff;
260
- display: flex;
261
- align-items: center;
262
- justify-content: flex-end;
263
-
264
- }
265
-
266
- .guoran-tongyichicun-16-09-shanchu2 {
267
- color: #366aff;
268
- cursor: pointer;
269
- }
270
- }
271
-
272
- .video-item:hover {
273
- .delete {
274
- width: 20px;
275
- height: 22px;
276
- }
277
-
278
- .guoran-tongyichicun-16-09-shanchu2 {
279
- display: block;
280
- }
281
- }
282
-
283
- /deep/.attachment-upload {
284
- .el-upload {
285
- width: 100%;
286
- }
287
-
288
- .el-upload-dragger {
289
- width: 100%;
290
- }
291
- }
292
-
293
- .fileName {
294
- max-width: 80%;
295
- flex: none;
296
- overflow: hidden;
297
- text-overflow: ellipsis;
298
- white-space: nowrap;
299
- }
300
-
301
- /deep/ .el-upload--picture-card {
302
- width: 60px;
303
- height: 60px;
304
- display: flex;
305
- align-items: center;
306
- justify-content: center;
307
- flex: none;
308
- }
309
-
310
- /deep/.el-upload-dragger {
311
- height: 60px;
312
- display: flex;
313
- align-items: center;
314
- justify-content: space-around;
315
-
316
- .el-icon-upload {
317
- margin: 5px 10px 8px;
318
- line-height: 30px;
319
- font-size: 25px;
320
- }
321
-
322
- .el-upload__text {
323
- display: flex;
324
- // flex-direction: column;
325
- flex-wrap: wrap;
326
- flex: 1;
327
- }
328
- }
329
-
330
- .el-upload-dragger>div {
331
- display: flex;
332
- align-items: center;
333
- }
334
- }
335
-
336
- .look-dialog {
337
- video {
338
- height: 500px;
339
- object-fit: contain;
340
- width: 100%;
341
- }
342
-
343
- img {
344
- height: 500px;
345
- width: 100%;
346
- object-fit: contain;
347
- }
348
- }
349
- /deep/.el-drawer__body{
350
- height: 100%;
351
- }
1
+ <template>
2
+ <div id="attachment-upload">
3
+ <div v-if="attachmentList.length != 0" class="image-list">
4
+ <template>
5
+ <div v-for="(item, index) in attachmentList" class="attch-item" :key="index"
6
+ >
7
+ <span @click.stop="deleteAttch(index)"><i class="iconfont guoran-a-16-09"></i></span>
8
+ <div class="attch-item-left" @click="lookAttach(item.url)">
9
+ <i v-if="item.url == ''" class="el-icon-loading" style="color:#366AFF;margin: 5px;"></i>
10
+ <img src="../assets/image/video.png"
11
+ v-else-if="setSrc(item) == 'video'"/>
12
+ <img src="../assets/image/img.png"
13
+ v-else-if="setSrc(item) == 'image'" />
14
+ <img src="../assets/image/txt.png"
15
+ v-else-if="setSrc(item) == 'txt'" />
16
+ <img src="../assets/image/doc.png"
17
+ v-else-if="setSrc(item) == 'word'" />
18
+ <img src="../assets/image/pdf.png"
19
+ v-else-if="setSrc(item) == 'pdf'" />
20
+ <img src="../assets/image/ppt.png"
21
+ v-else-if="setSrc(item) == 'ppt'" />
22
+ <img src="../assets/image/xls.png"
23
+ v-else-if="setSrc(item) == 'excel'" />
24
+ <img src="../assets/image/weizhi.png"
25
+ v-else />
26
+ <div class="fileName" v-if="item">
27
+ <template v-if="typeof item === 'string'">
28
+ <template v-if="item.indexOf('[') !== -1">
29
+ {{ JSON.parse(item)[index] }}
30
+ </template>
31
+ </template>
32
+ <template v-else>
33
+ {{ item.name ? item.name : (item.url ? item.url : '') }}
34
+ </template>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </template>
39
+ </div>
40
+ <!-- <el-dialog :visible.sync="dialogVisible" width="800px" :close-on-click-modal="false"
41
+ custom-class="look-dialog">
42
+ <template v-if="fieldType === 'VIDEO'">
43
+ <video :src="dialogUrl" controls></video>
44
+ </template>
45
+ <template v-else-if="fieldType === 'IMAGE'">
46
+ <img :src="dialogUrl" />
47
+ </template>
48
+ <div v-else-if="fieldType === 'txt' || fieldType === 'doc'" style="height: 60vh">
49
+ <embed :src="dialogUrl" width="100%" height="100%" />
50
+ </div>
51
+ </el-dialog> -->
52
+ <van-popup v-model="previewShowPopup" v-if="previewShowPopup" position="bottom" :style="{ height: '90%', background:'#FFFFFF'}">
53
+ <previewDoc ref="previewDoc" :url="previewHref" @close="close" v-if="previewShowPopup"></previewDoc>
54
+ </van-popup>
55
+ <el-drawer
56
+ title="我是标题"
57
+ :append-to-body="true"
58
+ :visible.sync="drawer"
59
+ :with-header="false"
60
+ size="65%"
61
+ v-if="drawer"
62
+ :model="false"
63
+ >
64
+ <previewDoc ref="previewDoc" :url="previewHref" @close="close" v-if="drawer"></previewDoc>
65
+ </el-drawer>
66
+ </div>
67
+ </template>
68
+
69
+ <script>
70
+ import previewDoc from './previewDoc.vue';
71
+ import { isMobile } from "../assets/js/common";
72
+ export default {
73
+ name: "customUpload",
74
+ components: {previewDoc},
75
+ data () {
76
+ return {
77
+ dialogVisible: false,
78
+ previewHref:"",
79
+ previewShowPopup:false,
80
+ drawer:false
81
+ }
82
+ },
83
+ props: ["attachmentList"],
84
+ methods: {
85
+ //查看视频
86
+ openDialog (item) {
87
+ let url = typeof item == 'object' ? item.url : item
88
+ this.previewHref = url
89
+ this.$refs.previewDoc.previewShowPopup = true
90
+ this.$refs.previewDoc.title = typeof item == 'object' ? item.name : item
91
+ },
92
+ deleteAttch (index) {
93
+ this.$emit('attachDeleteAttch', index)
94
+ },
95
+ //根据上传类型设置图标
96
+ setSrc (item) {
97
+ let file = "";
98
+ let fileName = ''
99
+ if (typeof item === 'object'){
100
+ fileName = item.name ? item.name : (item.url ? item.url : '')
101
+ } else {
102
+ fileName = item
103
+ }
104
+ if (!fileName){
105
+ return file
106
+ }
107
+ const fileType = fileName.substring(fileName.lastIndexOf('.'));
108
+ if (fileType === '.mp4' || fileType === '.MP4' || fileType === '.mov' || fileType === '.MOV' || fileType === 'avi' || fileType === 'flv') {
109
+ file = 'video'
110
+ }
111
+ else if (fileType === '.jpg' || fileType === '.png' || fileType === '.JPG' || fileType === '.PNG' || fileType === '.jpeg' || fileType === '.JPEG' || fileType === 'gif') {
112
+ file = 'image'
113
+ }
114
+ else if (fileType == '.txt') {
115
+ file = 'txt'
116
+ }
117
+ else if (fileType == '.ppt' || fileType == '.pptx') {
118
+ file = 'ppt'
119
+ }
120
+ else if (fileType == '.doc' || fileType == '.docx') {
121
+ file = 'word'
122
+ }
123
+ else if (fileType == '.xls' || fileType == '.xlsx') {
124
+ file = 'excel'
125
+ }
126
+ else if (fileType == '.pdf') {
127
+ file = 'pdf'
128
+ }
129
+ return file
130
+ },
131
+ lookAttach(url){
132
+ if(url !== '') {
133
+ this.previewHref = url;
134
+ if (isMobile()){
135
+ this.previewShowPopup = true
136
+ } else {
137
+ this.drawer = true;
138
+ }
139
+ // const fileType = url.substring(url.lastIndexOf('.'));
140
+ // if (fileType === '.jpg' || fileType === '.png' || fileType === '.JPG' || fileType === '.PNG'){
141
+ // this.previewHref = url
142
+ // this.$refs.previewDoc.previewShowPopup = true
143
+ // }
144
+ }
145
+ },
146
+ close(){
147
+ this.previewShowPopup = false;
148
+ this.drawer = false
149
+ }
150
+ }
151
+ };
152
+ </script>
153
+
154
+ <style scoped lang="less">
155
+ .custom-upload-o {
156
+ display: flex;
157
+ align-items: center;
158
+ }
159
+
160
+ #attachment-upload {
161
+ .image-list {
162
+ display: flex;
163
+ flex-wrap: wrap;
164
+ padding: 0 8px;
165
+ }
166
+
167
+ .image-item {
168
+ margin: 0 6px;
169
+ position: relative;
170
+
171
+ .delete {
172
+ // width: 20px;
173
+ // height: 22px;
174
+ position: absolute;
175
+ top: 0px;
176
+ right: 0px;
177
+ // border-radius: 30px;
178
+ background: #ffffff;
179
+ display: flex;
180
+ align-items: center;
181
+ justify-content: flex-end;
182
+ }
183
+
184
+ .guoran-tongyichicun-16-09-shanchu2 {
185
+ color: #366aff;
186
+ // position: absolute;
187
+ // top: 0px;
188
+ // right: 0px;
189
+ // cursor: pointer;
190
+ }
191
+ }
192
+
193
+ .guoran-tongyichicun-16-09-shanchu2 {
194
+ display: none;
195
+ }
196
+
197
+ .image-item:hover {
198
+ .delete {
199
+ width: 18px;
200
+ height: 20px;
201
+ }
202
+
203
+ .guoran-tongyichicun-16-09-shanchu2 {
204
+ display: block;
205
+ }
206
+ }
207
+
208
+ .attch-item {
209
+ margin: 10px 0 0 0;
210
+ color: #606266;
211
+ font-size: 13px;
212
+ cursor: pointer;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: space-between;
216
+ width: 100%;
217
+
218
+ .guoran-a-16-09 {
219
+ color: #366aff;
220
+ }
221
+
222
+ .attch-item-left {
223
+ display: flex;
224
+ align-items: center;
225
+ flex: none;
226
+ width: 97%;
227
+ overflow: hidden;
228
+ text-overflow: ellipsis;
229
+ margin-left: 6px;
230
+ img {
231
+ margin-right: 4px;
232
+ }
233
+ }
234
+ }
235
+
236
+ .video-item {
237
+ display: flex;
238
+ align-items: center;
239
+ justify-content: center;
240
+ background-color: #f0f4fc;
241
+ width: 60px;
242
+ height: 60px;
243
+ border-radius: 5px;
244
+ margin: 0 6px;
245
+ position: relative;
246
+ overflow: hidden;
247
+
248
+ img {
249
+ cursor: pointer;
250
+ }
251
+
252
+ .delete {
253
+ // width: 20px;
254
+ // height: 22px;
255
+ position: absolute;
256
+ top: 0px;
257
+ right: 0px;
258
+ // border-radius: 30px;
259
+ background: #ffffff;
260
+ display: flex;
261
+ align-items: center;
262
+ justify-content: flex-end;
263
+
264
+ }
265
+
266
+ .guoran-tongyichicun-16-09-shanchu2 {
267
+ color: #366aff;
268
+ cursor: pointer;
269
+ }
270
+ }
271
+
272
+ .video-item:hover {
273
+ .delete {
274
+ width: 20px;
275
+ height: 22px;
276
+ }
277
+
278
+ .guoran-tongyichicun-16-09-shanchu2 {
279
+ display: block;
280
+ }
281
+ }
282
+
283
+ /deep/.attachment-upload {
284
+ .el-upload {
285
+ width: 100%;
286
+ }
287
+
288
+ .el-upload-dragger {
289
+ width: 100%;
290
+ }
291
+ }
292
+
293
+ .fileName {
294
+ max-width: 80%;
295
+ flex: none;
296
+ overflow: hidden;
297
+ text-overflow: ellipsis;
298
+ white-space: nowrap;
299
+ }
300
+
301
+ /deep/ .el-upload--picture-card {
302
+ width: 60px;
303
+ height: 60px;
304
+ display: flex;
305
+ align-items: center;
306
+ justify-content: center;
307
+ flex: none;
308
+ }
309
+
310
+ /deep/.el-upload-dragger {
311
+ height: 60px;
312
+ display: flex;
313
+ align-items: center;
314
+ justify-content: space-around;
315
+
316
+ .el-icon-upload {
317
+ margin: 5px 10px 8px;
318
+ line-height: 30px;
319
+ font-size: 25px;
320
+ }
321
+
322
+ .el-upload__text {
323
+ display: flex;
324
+ // flex-direction: column;
325
+ flex-wrap: wrap;
326
+ flex: 1;
327
+ }
328
+ }
329
+
330
+ .el-upload-dragger>div {
331
+ display: flex;
332
+ align-items: center;
333
+ }
334
+ }
335
+
336
+ .look-dialog {
337
+ video {
338
+ height: 500px;
339
+ object-fit: contain;
340
+ width: 100%;
341
+ }
342
+
343
+ img {
344
+ height: 500px;
345
+ width: 100%;
346
+ object-fit: contain;
347
+ }
348
+ }
349
+ /deep/.el-drawer__body{
350
+ height: 100%;
351
+ }
352
352
  </style>