askbot-dragon 1.2.9 → 1.3.11

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 (83) 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 +56 -56
  5. package/public/index.html +43 -43
  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/script.js +36 -36
  14. package/src/assets/less/common.css +6773 -6773
  15. package/src/assets/less/converSationContainer/common.less +191 -191
  16. package/src/assets/less/converSationContainer/converSatonContainer.less +493 -493
  17. package/src/assets/less/iconfont.css +37 -37
  18. package/src/assets/less/ticketMessage.less +211 -211
  19. package/src/components/ActionAlertIframe.vue +112 -112
  20. package/src/components/AiGuide.vue +467 -467
  21. package/src/components/AnswerDocknowledge.vue +362 -362
  22. package/src/components/AnswerVoice.vue +256 -0
  23. package/src/components/AskIFrame.vue +15 -15
  24. package/src/components/ConversationContainer.vue +4024 -4011
  25. package/src/components/FileType.vue +86 -86
  26. package/src/components/Message.vue +27 -27
  27. package/src/components/actionSatisfaction.vue +107 -107
  28. package/src/components/actionSendToBot.vue +62 -62
  29. package/src/components/answerDissatisfaction.vue +62 -62
  30. package/src/components/answerRadio.vue +76 -76
  31. package/src/components/ask-components/DissatisfactionOptions.vue +57 -57
  32. package/src/components/ask-components/Msgloading.vue +37 -37
  33. package/src/components/ask-components/SatisfactionV2.vue +15 -15
  34. package/src/components/askVideo.vue +138 -138
  35. package/src/components/assetDetails.vue +370 -370
  36. package/src/components/assetMessage.vue +228 -228
  37. package/src/components/associationIntention.vue +323 -323
  38. package/src/components/attachmentPreview.vue +90 -90
  39. package/src/components/botActionSatisfactor.vue +68 -68
  40. package/src/components/chatContent.vue +513 -513
  41. package/src/components/feedBack.vue +136 -136
  42. package/src/components/fielListView.vue +344 -344
  43. package/src/components/file/AliyunOssComponents.vue +108 -108
  44. package/src/components/formTemplate.vue +3363 -3363
  45. package/src/components/loadingProcess.vue +164 -164
  46. package/src/components/message/ActionAlertIframe.vue +112 -112
  47. package/src/components/message/ShopMessage.vue +164 -164
  48. package/src/components/message/TextMessage.vue +924 -924
  49. package/src/components/message/TicketMessage.vue +177 -177
  50. package/src/components/message/swiper/index.js +4 -4
  51. package/src/components/message/swiper/ticketSwiper.vue +503 -503
  52. package/src/components/message/swiper/ticketSwiperItem.vue +61 -61
  53. package/src/components/msgLoading.vue +231 -231
  54. package/src/components/myPopup.vue +70 -70
  55. package/src/components/popup.vue +227 -227
  56. package/src/components/previewDoc.vue +108 -112
  57. package/src/components/previewPdf.vue +205 -205
  58. package/src/components/receiverMessagePlatform.vue +65 -65
  59. package/src/components/recommend.vue +89 -89
  60. package/src/components/selector/hOption.vue +20 -20
  61. package/src/components/selector/hSelector.vue +199 -199
  62. package/src/components/selector/hWrapper.vue +216 -216
  63. package/src/components/senderMessagePlatform.vue +50 -50
  64. package/src/components/source/BotMessage.vue +24 -24
  65. package/src/components/source/CustomMessage.vue +24 -24
  66. package/src/components/test.vue +260 -260
  67. package/src/components/tree.vue +294 -294
  68. package/src/components/utils/AliyunIssUtil.js +72 -72
  69. package/src/components/utils/ckeditor.js +155 -155
  70. package/src/components/utils/ckeditorImageUpload/command.js +109 -109
  71. package/src/components/utils/ckeditorImageUpload/editing.js +11 -11
  72. package/src/components/utils/ckeditorImageUpload/plugin-image.js +11 -11
  73. package/src/components/utils/ckeditorImageUpload/toolbar-ui.js +40 -40
  74. package/src/components/utils/ckeditorfileUpload/common.js +111 -111
  75. package/src/components/utils/ckeditorfileUpload/editing.js +11 -11
  76. package/src/components/utils/ckeditorfileUpload/plugin_file.js +11 -11
  77. package/src/components/utils/ckeditorfileUpload/toolbar_ui.js +34 -34
  78. package/src/components/utils/format_date.js +25 -25
  79. package/src/components/utils/index.js +6 -6
  80. package/src/components/utils/math_utils.js +29 -29
  81. package/src/components/voiceComponent.vue +119 -119
  82. package/src/main.js +60 -60
  83. package/vue.config.js +55 -55
@@ -1,113 +1,109 @@
1
- <template>
2
- <div class="previewDoc">
3
- <div class="footer">
4
- <span>查看详情</span>
5
- <section @click="close">
6
- <i class="iconfont guoran-shanchu"></i>
7
- </section>
8
- </div>
9
- <div v-if="fileType == 'VIDEO'" style="width: 100%;height: calc(100% - 70px)">
10
- <video :src="url" controls width="100%;" height="98%"></video>
11
- </div>
12
- <template v-else-if="url.includes('https://www') || url.includes('http://www')">
13
- <iframe class="preview_iframe"
14
- :src="url"
15
- width="100%"
16
- height="100%"
17
- scrolling="100%"
18
- frameborder="no"
19
- border="0"></iframe>
20
- </template>
21
- <template v-else>
22
- <iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
23
- </template>
24
- </div>
25
- </template>
26
-
27
- <script>
28
- export default {
29
- data () {
30
- return {
31
- previewShowPopup: false
32
- }
33
- },
34
- props:{
35
- url:{
36
- type: String,
37
- required: true,
38
- },
39
- officePreviewType:{
40
- type: String,
41
- default: ''
42
- }
43
- },
44
- computed:{
45
- previewUrl() {
46
- let url = process.env.VUE_APP_ENV === 'production' ? 'https://kkfileview.askbot.cn/onlinePreview?url=' : 'https://test.open.askbot.cn/kkfileview/onlinePreview?url='
47
- if(this.url != '') {
48
- if(/[\u4E00-\u9FA5]+/g.test(this.url)) {
49
- url += btoa(encodeURIComponent(this.url))
50
- } else {
51
- url += btoa(this.url)
52
- }
53
- url += '&encodeURIComponent=true'
54
- }
55
- return url
56
- },
57
- fileType() {
58
- const fileType = this.url.substring(this.url.lastIndexOf('.'));
59
- if (fileType === '.mp4' || fileType === '.MP4' || fileType === '.MOV' || fileType === '.mov') {
60
- return 'VIDEO'
61
- } else {
62
- return 'OTHER'
63
- }
64
-
65
- }
66
- },
67
- methods :{
68
- close() {
69
- this.$emit('close')
70
- },
71
- loadIframe(item) {
72
- let iframe = document.getElementsByClassName('preview_iframe')[0]
73
- iframe.onload(() =>{
74
- iframe.contentWindow.postMessage({
75
- type: "positionText",
76
- data: item.text,
77
- page: item.page
78
- }, '*')
79
- })
80
- // if(preview) {
81
- // preview.postMessage({
82
- // type: "positionText",
83
- // data: ``
84
- // }, '*')
85
- // }
86
- }
87
- }
88
- }
89
- </script>
90
-
91
- <style lang="less" scoped>
92
- .previewDoc{
93
- height: 100%;
94
- }
95
- .preview_iframe {
96
- width: 100%;
97
- height: calc(100% - 65px);
98
- overflow-y: scroll;
99
- }
100
- .footer {
101
- width: calc(100% - 40px);
102
- height: 50px;
103
- display: flex;
104
- align-items: center;
105
- justify-content: space-between;
106
- cursor: pointer;
107
- padding: 0 20px;
108
- border-bottom: 1px solid #cccccc;
109
- }
110
- /deep/.el-drawer__body{
111
- height: 100%;
112
- }
1
+ <template>
2
+ <div class="previewDoc">
3
+ <div class="footer">
4
+ <span>查看详情</span>
5
+ <section @click="close">
6
+ <i class="iconfont guoran-shanchu"></i>
7
+ </section>
8
+ </div>
9
+ <div v-if="fileType == 'VIDEO'" style="width: 100%;height: calc(100% - 70px)">
10
+ <video :src="url" controls width="100%;" height="98%"></video>
11
+ </div>
12
+ <template v-else-if="url.includes('https://www') || url.includes('http://www')">
13
+ <iframe class="preview_iframe"
14
+ :src="url"
15
+ width="100%"
16
+ height="100%"
17
+ scrolling="100%"
18
+ frameborder="no"
19
+ border="0"></iframe>
20
+ </template>
21
+ <template v-else>
22
+ <iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
23
+ </template>
24
+ </div>
25
+ </template>
26
+
27
+ <script>
28
+ export default {
29
+ data () {
30
+ return {
31
+ previewShowPopup: false
32
+ }
33
+ },
34
+ props:{
35
+ url:{
36
+ type: String,
37
+ required: true,
38
+ },
39
+ officePreviewType:{
40
+ type: String,
41
+ default: ''
42
+ }
43
+ },
44
+ computed:{
45
+ previewUrl() {
46
+ let url = process.env.VUE_APP_ENV === 'production' ? 'https://kkfileview.askbot.cn/onlinePreview?url=' : 'https://test.open.askbot.cn/kkfileview/onlinePreview?url='
47
+ if(this.url != '') {
48
+ url += btoa(encodeURIComponent(this.url))
49
+ url += '&encodeURIComponent=true'
50
+ }
51
+ return url
52
+ },
53
+ fileType() {
54
+ const fileType = this.url.substring(this.url.lastIndexOf('.'));
55
+ if (fileType === '.mp4' || fileType === '.MP4' || fileType === '.MOV' || fileType === '.mov') {
56
+ return 'VIDEO'
57
+ } else {
58
+ return 'OTHER'
59
+ }
60
+
61
+ }
62
+ },
63
+ methods :{
64
+ close() {
65
+ this.$emit('close')
66
+ },
67
+ loadIframe(item) {
68
+ let iframe = document.getElementsByClassName('preview_iframe')[0]
69
+ iframe.onload(() =>{
70
+ iframe.contentWindow.postMessage({
71
+ type: "positionText",
72
+ data: item.text,
73
+ page: item.page
74
+ }, '*')
75
+ })
76
+ // if(preview) {
77
+ // preview.postMessage({
78
+ // type: "positionText",
79
+ // data: ``
80
+ // }, '*')
81
+ // }
82
+ }
83
+ }
84
+ }
85
+ </script>
86
+
87
+ <style lang="less" scoped>
88
+ .previewDoc{
89
+ height: 100%;
90
+ }
91
+ .preview_iframe {
92
+ width: 100%;
93
+ height: calc(100% - 65px);
94
+ overflow-y: scroll;
95
+ }
96
+ .footer {
97
+ width: calc(100% - 40px);
98
+ height: 50px;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: space-between;
102
+ cursor: pointer;
103
+ padding: 0 20px;
104
+ border-bottom: 1px solid #cccccc;
105
+ }
106
+ /deep/.el-drawer__body{
107
+ height: 100%;
108
+ }
113
109
  </style>
@@ -1,206 +1,206 @@
1
- <template>
2
- <van-popup v-model="previewShowPopup" position="bottom" :style="{ height: '90%', background:'#FFFFFF'}" v-if="previewShowPopup">
3
- <div class="footer">
4
- <span>查看详情</span>
5
- <section @click="close">
6
- <i class="iconfont guoran-shanchu"></i>
7
- </section>
8
- </div>
9
- <div v-if="fileType == 'VIDEO'" style="width: 100%;height: calc(100% - 60px)">
10
- <video :src="url" controls width="100%;" height="98%"></video>
11
- </div>
12
- <div v-else-if="fileType == 'HTML'" style="width: 100%;height: calc(100% - 60px)">
13
- <div class="preview_iframe_html" style="text-algin:left" v-html="fileText"></div>
14
- </div>
15
- <template v-else-if="url.includes('https://www') || url.includes('http://www')">
16
- <iframe class="preview_iframe"
17
- :src="url"
18
- width="100%"
19
- height="100%"
20
- scrolling="100%"
21
- frameborder="no"
22
- border="0"></iframe>
23
- </template>
24
- <template v-else>
25
- <iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
26
- </template>
27
- </van-popup>
28
- <el-drawer
29
- title="我是标题"
30
- :visible.sync="drawer"
31
- v-else
32
- :with-header="false"
33
- size="65%"
34
- >
35
- <div class="drawer-footer">
36
- <span>查看详情</span>
37
- <section @click="close">
38
- <i class="iconfont guoran-shanchu"></i>
39
- </section>
40
- </div>
41
- <div v-if="fileType == 'VIDEO'" style="width: 100%;height:calc(100% - 60px)">
42
- <video :src="url" controls width="100%;" height="98%"></video>
43
- </div>
44
- <div v-else-if="fileType == 'HTML'" style="width: 100%;height:calc(100% - 60px)">
45
- <div class="preview_iframe_html" style="text-algin:left" v-html="fileText"></div>
46
- </div>
47
- <template v-else-if="url.includes('https://www') || url.includes('http://www')">
48
- <iframe class="preview_iframe"
49
- :src="url"
50
- width="100%"
51
- height="100%"
52
- scrolling="100%"
53
- frameborder="no"
54
- border="0"></iframe>
55
- </template>
56
- <template v-else>
57
- <iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
58
- </template>
59
- </el-drawer>
60
- </template>
61
-
62
- <script>
63
- export default {
64
- data () {
65
- return {
66
- previewShowPopup: false,
67
- fileText:'',
68
- fileType:"",
69
- isPc:true,
70
- drawer:false
71
- }
72
- },
73
- props:{
74
- url:{
75
- type: String,
76
- required: true,
77
- },
78
- officePreviewType:{
79
- type: String,
80
- default: ''
81
- }
82
- },
83
- computed:{
84
- previewUrl() {
85
- console.debug('VUE_APP_ENV',process.env.VUE_APP_ENV)
86
- let url = process.env.VUE_APP_ENV === 'production' ? 'https://kkfileview.askbot.cn/onlinePreview?url=' : 'https://test.open.askbot.cn/kkfileview/onlinePreview?url='
87
- // if(this.url != '') {
88
- // if(/[\u4E00-\u9FA5]+/g.test(this.url)) {
89
- // url += btoa(encodeURIComponent(this.url))
90
- // } else {
91
- // url += btoa(this.url)
92
- // }
93
- // }
94
- url = url + this.url
95
- // if(this.officePreviewType !== '') {
96
- // url += '&officePreviewType=pdf'
97
- // }
98
- return url
99
- },
100
- // fileType() {
101
- // const fileType = this.url.substring(this.url.lastIndexOf('.'));
102
- // if (fileType === '.mp4' || fileType === '.MP4' || fileType === '.MOV' || fileType === '.mov') {
103
- // return 'VIDEO'
104
- // } else {
105
- // return 'OTHER'
106
- // }
107
-
108
- // }
109
- },
110
- methods :{
111
- close() {
112
- this.previewShowPopup = false;
113
- this.drawer = false;
114
- },
115
- loadIframe(item) {
116
- let iframe = document.getElementsByClassName('preview_iframe')[0]
117
- iframe.onload(() =>{
118
- let type = item.srcContent ? 'positionText' : 'positionNumber'
119
- iframe.contentWindow.postMessage({
120
- type: type,
121
- data: item.srcContent,
122
- }, '*')
123
- })
124
- // if(preview) {
125
- // preview.postMessage({
126
- // type: "positionText",
127
- // data: ``
128
- // }, '*')
129
- // }
130
- },
131
- getBolb() {
132
- this.$http.post('/knowledge-api/knowledge/htmlTextDeal?onlyText=false',{
133
- fileInOssPath: this.url,
134
- templateId: ''
135
- }).then(res =>{
136
- if (res.data.code == 0) {
137
- this.fileText = res.data.data
138
- }
139
- })
140
- },
141
- }
142
- }
143
- </script>
144
-
145
- <style lang="less" scoped>
146
- .preview_iframe {
147
- width: 100%;
148
- height: calc(100% - 60px);
149
- box-sizing: border-box;
150
- }
151
- .preview_iframe_html{
152
- width: 100%;
153
- height: 100%;
154
- overflow-y: scroll;
155
- text-align: left;
156
- box-sizing: border-box;
157
- padding: 16px;
158
- /deep/.lake-content{
159
- margin-left: 10px;
160
- }
161
- /deep/a:link {
162
- color: #0000ee!important;
163
- }
164
- /deep/a:visited {
165
- color: #0000ee!important;
166
- }
167
- /deep/a:hover {
168
- color: #0000ee!important;
169
- }
170
- /deep/a:active {
171
- color: #0000ee!important;
172
- }
173
- /deep/li:not(.rich-text-li), ol:not(.list-paddingleft-2), ul:not(.list-paddingleft-2){
174
- list-style-type: auto!important;
175
- }
176
- /deep/img{
177
- width: 100%;
178
- }
179
- /deep/.ne-table{
180
- width: 100% !important;
181
- }
182
- }
183
- .footer {
184
- width: calc(100% - 40px);
185
- height: 50px;
186
- display: flex;
187
- align-items: center;
188
- justify-content: space-between;
189
- cursor: pointer;
190
- padding: 0 20px;
191
- border-bottom: 1px solid #cccccc;
192
- }
193
- .drawer-footer{
194
- width:100%;
195
- height: 50px;
196
- display: flex;
197
- align-items: center;
198
- justify-content: space-between;
199
- cursor: pointer;
200
- padding: 0 20px;
201
- border-bottom: 1px solid #cccccc;
202
- }
203
- /deep/.el-drawer__body{
204
- height: 100%;
205
- }
1
+ <template>
2
+ <van-popup v-model="previewShowPopup" position="bottom" :style="{ height: '90%', background:'#FFFFFF'}" v-if="previewShowPopup">
3
+ <div class="footer">
4
+ <span>查看详情</span>
5
+ <section @click="close">
6
+ <i class="iconfont guoran-shanchu"></i>
7
+ </section>
8
+ </div>
9
+ <div v-if="fileType == 'VIDEO'" style="width: 100%;height: calc(100% - 60px)">
10
+ <video :src="url" controls width="100%;" height="98%"></video>
11
+ </div>
12
+ <div v-else-if="fileType == 'HTML'" style="width: 100%;height: calc(100% - 60px)">
13
+ <div class="preview_iframe_html" style="text-algin:left" v-html="fileText"></div>
14
+ </div>
15
+ <template v-else-if="url.includes('https://www') || url.includes('http://www')">
16
+ <iframe class="preview_iframe"
17
+ :src="url"
18
+ width="100%"
19
+ height="100%"
20
+ scrolling="100%"
21
+ frameborder="no"
22
+ border="0"></iframe>
23
+ </template>
24
+ <template v-else>
25
+ <iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
26
+ </template>
27
+ </van-popup>
28
+ <el-drawer
29
+ title="我是标题"
30
+ :visible.sync="drawer"
31
+ v-else
32
+ :with-header="false"
33
+ size="65%"
34
+ >
35
+ <div class="drawer-footer">
36
+ <span>查看详情</span>
37
+ <section @click="close">
38
+ <i class="iconfont guoran-shanchu"></i>
39
+ </section>
40
+ </div>
41
+ <div v-if="fileType == 'VIDEO'" style="width: 100%;height:calc(100% - 60px)">
42
+ <video :src="url" controls width="100%;" height="98%"></video>
43
+ </div>
44
+ <div v-else-if="fileType == 'HTML'" style="width: 100%;height:calc(100% - 60px)">
45
+ <div class="preview_iframe_html" style="text-algin:left" v-html="fileText"></div>
46
+ </div>
47
+ <template v-else-if="url.includes('https://www') || url.includes('http://www')">
48
+ <iframe class="preview_iframe"
49
+ :src="url"
50
+ width="100%"
51
+ height="100%"
52
+ scrolling="100%"
53
+ frameborder="no"
54
+ border="0"></iframe>
55
+ </template>
56
+ <template v-else>
57
+ <iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
58
+ </template>
59
+ </el-drawer>
60
+ </template>
61
+
62
+ <script>
63
+ export default {
64
+ data () {
65
+ return {
66
+ previewShowPopup: false,
67
+ fileText:'',
68
+ fileType:"",
69
+ isPc:true,
70
+ drawer:false
71
+ }
72
+ },
73
+ props:{
74
+ url:{
75
+ type: String,
76
+ required: true,
77
+ },
78
+ officePreviewType:{
79
+ type: String,
80
+ default: ''
81
+ }
82
+ },
83
+ computed:{
84
+ previewUrl() {
85
+ console.debug('VUE_APP_ENV',process.env.VUE_APP_ENV)
86
+ let url = process.env.VUE_APP_ENV === 'production' ? 'https://kkfileview.askbot.cn/onlinePreview?url=' : 'https://test.open.askbot.cn/kkfileview/onlinePreview?url='
87
+ // if(this.url != '') {
88
+ // if(/[\u4E00-\u9FA5]+/g.test(this.url)) {
89
+ // url += btoa(encodeURIComponent(this.url))
90
+ // } else {
91
+ // url += btoa(this.url)
92
+ // }
93
+ // }
94
+ url = url + this.url
95
+ // if(this.officePreviewType !== '') {
96
+ // url += '&officePreviewType=pdf'
97
+ // }
98
+ return url
99
+ },
100
+ // fileType() {
101
+ // const fileType = this.url.substring(this.url.lastIndexOf('.'));
102
+ // if (fileType === '.mp4' || fileType === '.MP4' || fileType === '.MOV' || fileType === '.mov') {
103
+ // return 'VIDEO'
104
+ // } else {
105
+ // return 'OTHER'
106
+ // }
107
+
108
+ // }
109
+ },
110
+ methods :{
111
+ close() {
112
+ this.previewShowPopup = false;
113
+ this.drawer = false;
114
+ },
115
+ loadIframe(item) {
116
+ let iframe = document.getElementsByClassName('preview_iframe')[0]
117
+ iframe.onload(() =>{
118
+ let type = item.srcContent ? 'positionText' : 'positionNumber'
119
+ iframe.contentWindow.postMessage({
120
+ type: type,
121
+ data: item.srcContent,
122
+ }, '*')
123
+ })
124
+ // if(preview) {
125
+ // preview.postMessage({
126
+ // type: "positionText",
127
+ // data: ``
128
+ // }, '*')
129
+ // }
130
+ },
131
+ getBolb() {
132
+ this.$http.post('/knowledge-api/knowledge/htmlTextDeal?onlyText=false',{
133
+ fileInOssPath: this.url,
134
+ templateId: ''
135
+ }).then(res =>{
136
+ if (res.data.code == 0) {
137
+ this.fileText = res.data.data
138
+ }
139
+ })
140
+ },
141
+ }
142
+ }
143
+ </script>
144
+
145
+ <style lang="less" scoped>
146
+ .preview_iframe {
147
+ width: 100%;
148
+ height: calc(100% - 60px);
149
+ box-sizing: border-box;
150
+ }
151
+ .preview_iframe_html{
152
+ width: 100%;
153
+ height: 100%;
154
+ overflow-y: scroll;
155
+ text-align: left;
156
+ box-sizing: border-box;
157
+ padding: 16px;
158
+ /deep/.lake-content{
159
+ margin-left: 10px;
160
+ }
161
+ /deep/a:link {
162
+ color: #0000ee!important;
163
+ }
164
+ /deep/a:visited {
165
+ color: #0000ee!important;
166
+ }
167
+ /deep/a:hover {
168
+ color: #0000ee!important;
169
+ }
170
+ /deep/a:active {
171
+ color: #0000ee!important;
172
+ }
173
+ /deep/li:not(.rich-text-li), ol:not(.list-paddingleft-2), ul:not(.list-paddingleft-2){
174
+ list-style-type: auto!important;
175
+ }
176
+ /deep/img{
177
+ width: 100%;
178
+ }
179
+ /deep/.ne-table{
180
+ width: 100% !important;
181
+ }
182
+ }
183
+ .footer {
184
+ width: calc(100% - 40px);
185
+ height: 50px;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: space-between;
189
+ cursor: pointer;
190
+ padding: 0 20px;
191
+ border-bottom: 1px solid #cccccc;
192
+ }
193
+ .drawer-footer{
194
+ width:100%;
195
+ height: 50px;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: space-between;
199
+ cursor: pointer;
200
+ padding: 0 20px;
201
+ border-bottom: 1px solid #cccccc;
202
+ }
203
+ /deep/.el-drawer__body{
204
+ height: 100%;
205
+ }
206
206
  </style>