eoss-ui 0.6.77 → 0.6.79

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 (246) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1602 -995
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +1137 -530
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +132 -132
  7. package/lib/qr-code.js +13 -13
  8. package/lib/theme-chalk/flow.css +1 -1
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/package.json +160 -160
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/button-group/src/main.vue +298 -298
  15. package/packages/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/main.vue +412 -412
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/clients/src/main.vue +151 -151
  27. package/packages/data-table/index.js +5 -5
  28. package/packages/data-table/src/children.vue +39 -39
  29. package/packages/data-table/src/column.vue +989 -989
  30. package/packages/data-table/src/main.vue +1822 -1822
  31. package/packages/data-table/src/sizer.vue +195 -195
  32. package/packages/data-table-form/index.js +5 -5
  33. package/packages/data-table-form/src/checkbox.vue +101 -101
  34. package/packages/data-table-form/src/colgroup.vue +17 -17
  35. package/packages/data-table-form/src/main.vue +181 -181
  36. package/packages/data-table-form/src/radio.vue +65 -65
  37. package/packages/data-table-form/src/table.vue +233 -233
  38. package/packages/data-table-form/src/tbody.vue +336 -336
  39. package/packages/data-table-form/src/thead.vue +68 -68
  40. package/packages/date-picker/index.js +5 -5
  41. package/packages/date-picker/src/main.vue +236 -236
  42. package/packages/dialog/index.js +5 -5
  43. package/packages/enable-drag/index.js +5 -5
  44. package/packages/enterprise/index.js +5 -5
  45. package/packages/enterprise/src/main.vue +66 -66
  46. package/packages/error-page/index.js +5 -5
  47. package/packages/error-page/src/main.vue +44 -44
  48. package/packages/flow/index.js +5 -5
  49. package/packages/flow/src/component/Circulate.vue +370 -363
  50. package/packages/flow/src/component/CommonOpinions.vue +364 -346
  51. package/packages/flow/src/component/CustomPreset.vue +322 -322
  52. package/packages/flow/src/component/FileList.vue +99 -99
  53. package/packages/flow/src/component/Preset.vue +255 -255
  54. package/packages/flow/src/component/SendMsg.vue +241 -241
  55. package/packages/flow/src/component/TimeLimit.vue +190 -190
  56. package/packages/flow/src/component/taskUnionExamine.vue +627 -627
  57. package/packages/flow/src/form.vue +121 -121
  58. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  59. package/packages/flow/src/main.vue +3564 -3445
  60. package/packages/flow/src/processForm.vue +1214 -1096
  61. package/packages/flow/src/processReject.vue +294 -294
  62. package/packages/flow/src/reset.vue +918 -905
  63. package/packages/flow/src/startTaskRead.vue +677 -659
  64. package/packages/flow/src/supervise.vue +149 -149
  65. package/packages/flow/src/table.vue +58 -58
  66. package/packages/flow-group/index.js +5 -5
  67. package/packages/flow-group/src/main.vue +688 -688
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1770 -1770
  70. package/packages/form/index.js +5 -5
  71. package/packages/form/src/main.vue +3797 -3797
  72. package/packages/form/src/table.vue +1502 -1502
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +138 -138
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +493 -493
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +101 -101
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +2001 -2001
  92. package/packages/login/src/resetPassword.vue +562 -562
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/message.vue +249 -249
  95. package/packages/main/src/default/notice.vue +157 -157
  96. package/packages/main/src/default/userinfo.vue +503 -503
  97. package/packages/main/src/public/online.vue +89 -89
  98. package/packages/main/src/public/search.vue +458 -458
  99. package/packages/main/src/public/settings.vue +221 -221
  100. package/packages/main/src/simplicity/apps.vue +388 -388
  101. package/packages/main/src/simplicity/avatar.vue +82 -82
  102. package/packages/main/src/simplicity/handler.vue +259 -259
  103. package/packages/main/src/simplicity/index.vue +2102 -2102
  104. package/packages/main/src/simplicity/lists.vue +84 -84
  105. package/packages/main/src/simplicity/menu-list.vue +135 -135
  106. package/packages/main/src/simplicity/message.vue +259 -259
  107. package/packages/main/src/simplicity/notice.vue +190 -190
  108. package/packages/main/src/simplicity/router-page.vue +45 -45
  109. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  110. package/packages/main/src/simplicity/user.vue +260 -260
  111. package/packages/main/src/simplicity/userinfo.vue +312 -312
  112. package/packages/menu/index.js +5 -5
  113. package/packages/menu/src/main.vue +584 -584
  114. package/packages/nav/index.js +5 -5
  115. package/packages/nav/src/main.vue +351 -351
  116. package/packages/notify/index.js +5 -5
  117. package/packages/notify/src/main.vue +538 -538
  118. package/packages/page/index.js +5 -5
  119. package/packages/page/src/main.vue +167 -167
  120. package/packages/pagination/index.js +5 -5
  121. package/packages/pagination/src/main.vue +96 -96
  122. package/packages/player/index.js +5 -5
  123. package/packages/player/src/main.vue +194 -194
  124. package/packages/qr-code/index.js +5 -5
  125. package/packages/qr-code/src/main.vue +170 -170
  126. package/packages/radio-group/index.js +6 -6
  127. package/packages/radio-group/src/main.vue +319 -319
  128. package/packages/retrial-auth/index.js +5 -5
  129. package/packages/retrial-auth/src/main.vue +280 -280
  130. package/packages/select/index.js +5 -5
  131. package/packages/select/src/main.vue +778 -778
  132. package/packages/select-ganged/index.js +5 -5
  133. package/packages/select-ganged/src/main.vue +724 -724
  134. package/packages/selector/index.js +5 -5
  135. package/packages/selector/src/main.vue +729 -729
  136. package/packages/selector-panel/index.js +5 -5
  137. package/packages/selector-panel/src/main.vue +1027 -1027
  138. package/packages/selector-panel/src/selection.vue +170 -170
  139. package/packages/selector-panel/src/tree.vue +129 -129
  140. package/packages/sizer/index.js +5 -5
  141. package/packages/sizer/src/main.vue +254 -254
  142. package/packages/steps/index.js +5 -5
  143. package/packages/steps/src/main.vue +181 -181
  144. package/packages/switch/index.js +5 -5
  145. package/packages/switch/src/main.vue +154 -154
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/lib/flow.css +1 -1
  152. package/packages/theme-chalk/lib/index.css +1 -1
  153. package/packages/theme-chalk/src/base.scss +261 -261
  154. package/packages/theme-chalk/src/button-group.scss +176 -176
  155. package/packages/theme-chalk/src/button.scss +24 -24
  156. package/packages/theme-chalk/src/calendar.scss +113 -113
  157. package/packages/theme-chalk/src/card.scss +99 -99
  158. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  159. package/packages/theme-chalk/src/clients.scss +87 -87
  160. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  161. package/packages/theme-chalk/src/data-table.scss +293 -293
  162. package/packages/theme-chalk/src/date-picker.scss +7 -7
  163. package/packages/theme-chalk/src/dialog.scss +77 -77
  164. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  165. package/packages/theme-chalk/src/enterprise.scss +5 -5
  166. package/packages/theme-chalk/src/error-page.scss +18 -18
  167. package/packages/theme-chalk/src/flow-group.scss +110 -110
  168. package/packages/theme-chalk/src/flow-list.scss +39 -39
  169. package/packages/theme-chalk/src/flow.scss +348 -343
  170. package/packages/theme-chalk/src/form.scss +499 -499
  171. package/packages/theme-chalk/src/handle-user.scss +40 -40
  172. package/packages/theme-chalk/src/handler.scss +143 -143
  173. package/packages/theme-chalk/src/icon.scss +1792 -1792
  174. package/packages/theme-chalk/src/icons.scss +99 -99
  175. package/packages/theme-chalk/src/input.scss +9 -9
  176. package/packages/theme-chalk/src/label.scss +24 -24
  177. package/packages/theme-chalk/src/layout.scss +46 -46
  178. package/packages/theme-chalk/src/login.scss +984 -984
  179. package/packages/theme-chalk/src/main.scss +663 -663
  180. package/packages/theme-chalk/src/menu.scss +222 -222
  181. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  182. package/packages/theme-chalk/src/nav.scss +111 -111
  183. package/packages/theme-chalk/src/page.scss +3 -3
  184. package/packages/theme-chalk/src/pagination.scss +29 -29
  185. package/packages/theme-chalk/src/player.scss +9 -9
  186. package/packages/theme-chalk/src/qr-code.scss +17 -17
  187. package/packages/theme-chalk/src/radio-group.scss +9 -9
  188. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  189. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  190. package/packages/theme-chalk/src/select.scss +8 -8
  191. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  192. package/packages/theme-chalk/src/selector.scss +91 -91
  193. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  194. package/packages/theme-chalk/src/sizer.scss +36 -36
  195. package/packages/theme-chalk/src/steps.scss +88 -88
  196. package/packages/theme-chalk/src/switch.scss +3 -3
  197. package/packages/theme-chalk/src/table-form.scss +1 -1
  198. package/packages/theme-chalk/src/tabs.scss +87 -87
  199. package/packages/theme-chalk/src/tips.scss +7 -7
  200. package/packages/theme-chalk/src/toolbar.scss +179 -179
  201. package/packages/theme-chalk/src/tree-group.scss +72 -72
  202. package/packages/theme-chalk/src/tree.scss +165 -165
  203. package/packages/theme-chalk/src/upload.scss +172 -172
  204. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  205. package/packages/tips/index.js +5 -5
  206. package/packages/tips/src/main.vue +141 -141
  207. package/packages/toolbar/index.js +5 -5
  208. package/packages/toolbar/src/main.vue +430 -430
  209. package/packages/tree/index.js +5 -5
  210. package/packages/tree-group/index.js +5 -5
  211. package/packages/upload/index.js +5 -5
  212. package/packages/upload/src/main.vue +1348 -1348
  213. package/packages/upload/src/picture.js +15 -15
  214. package/packages/wujie/index.js +5 -5
  215. package/packages/wujie/src/main.vue +145 -145
  216. package/packages/wxlogin/index.js +5 -5
  217. package/packages/wxlogin/src/main.vue +128 -128
  218. package/src/config/api.js +294 -294
  219. package/src/config/image.js +2 -2
  220. package/src/index.js +163 -163
  221. package/src/utils/bus.js +3 -3
  222. package/src/utils/date-util.js +312 -312
  223. package/src/utils/http.js +50 -50
  224. package/src/utils/rules.js +18 -18
  225. package/src/utils/store.js +21 -21
  226. package/src/utils/webSocket.js +107 -107
  227. package/packages/.DS_Store +0 -0
  228. package/packages/autocomplete/.DS_Store +0 -0
  229. package/packages/calogin/.DS_Store +0 -0
  230. package/packages/date-picker/.DS_Store +0 -0
  231. package/packages/date-picker/src/.DS_Store +0 -0
  232. package/packages/flow/.DS_Store +0 -0
  233. package/packages/flow-list/.DS_Store +0 -0
  234. package/packages/form/.DS_Store +0 -0
  235. package/packages/login/.DS_Store +0 -0
  236. package/packages/main/.DS_Store +0 -0
  237. package/packages/main/src/.DS_Store +0 -0
  238. package/packages/menu/.DS_Store +0 -0
  239. package/packages/scrollbar/.DS_Store +0 -0
  240. package/packages/select/.DS_Store +0 -0
  241. package/packages/selector/.DS_Store +0 -0
  242. package/packages/selector-panel/.DS_Store +0 -0
  243. package/packages/theme-chalk/src/.DS_Store +0 -0
  244. package/packages/upload/.DS_Store +0 -0
  245. package/src/.DS_Store +0 -0
  246. package/src/utils/.DS_Store +0 -0
package/lib/main.js CHANGED
@@ -7196,10 +7196,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
7196
7196
  this.$emit('click', res);
7197
7197
  },
7198
7198
 
7199
- /**
7200
- * @desc:获取气泡提醒
7201
- * @author huangbo
7202
- * @date 2024年9月7日
7199
+ /**
7200
+ * @desc:获取气泡提醒
7201
+ * @author huangbo
7202
+ * @date 2024年9月7日
7203
7203
  **/
7204
7204
  getBadge: function getBadge(res) {
7205
7205
  var num = res.tips || 0;
@@ -11228,10 +11228,10 @@ var events = [function (tabs, index, that) {
11228
11228
  },
11229
11229
 
11230
11230
  methods: {
11231
- /**
11232
- * @desc:匹配路由
11233
- * @author huangbo
11234
- * @date 2024年9月7日
11231
+ /**
11232
+ * @desc:匹配路由
11233
+ * @author huangbo
11234
+ * @date 2024年9月7日
11235
11235
  **/
11236
11236
  hasRouter: function hasRouter(res, url, code) {
11237
11237
  if (!url) {
@@ -11275,10 +11275,10 @@ var events = [function (tabs, index, that) {
11275
11275
  return false;
11276
11276
  },
11277
11277
 
11278
- /**
11279
- * @desc:获取初始数据
11280
- * @author huangbo
11281
- * @date 2024年9月7日
11278
+ /**
11279
+ * @desc:获取初始数据
11280
+ * @author huangbo
11281
+ * @date 2024年9月7日
11282
11282
  **/
11283
11283
  init: function init(results, first) {
11284
11284
  this.setConfig(results);
@@ -11287,10 +11287,10 @@ var events = [function (tabs, index, that) {
11287
11287
  }
11288
11288
  },
11289
11289
 
11290
- /**
11291
- * @desc:设置用户配置及信息
11292
- * @author huangbo
11293
- * @date 2024年9月7日
11290
+ /**
11291
+ * @desc:设置用户配置及信息
11292
+ * @author huangbo
11293
+ * @date 2024年9月7日
11294
11294
  **/
11295
11295
  setConfig: function setConfig(results) {
11296
11296
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11424,10 +11424,10 @@ var events = [function (tabs, index, that) {
11424
11424
  }
11425
11425
  },
11426
11426
 
11427
- /**
11428
- * @desc:获取所有应用
11429
- * @author huangbo
11430
- * @date 2024年9月7日
11427
+ /**
11428
+ * @desc:获取所有应用
11429
+ * @author huangbo
11430
+ * @date 2024年9月7日
11431
11431
  **/
11432
11432
  getApplications: function getApplications() {
11433
11433
  var _this = this;
@@ -11475,10 +11475,10 @@ var events = [function (tabs, index, that) {
11475
11475
  });
11476
11476
  },
11477
11477
 
11478
- /**
11479
- * @desc:获取菜单列表
11480
- * @author huangbo
11481
- * @date 2024年9月7日
11478
+ /**
11479
+ * @desc:获取菜单列表
11480
+ * @author huangbo
11481
+ * @date 2024年9月7日
11482
11482
  **/
11483
11483
  getMenus: function getMenus(loading) {
11484
11484
  var _this2 = this;
@@ -11511,10 +11511,10 @@ var events = [function (tabs, index, that) {
11511
11511
  });
11512
11512
  },
11513
11513
 
11514
- /**
11515
- * @desc:处理菜单列表
11516
- * @author huangbo
11517
- * @date 2024年9月7日
11514
+ /**
11515
+ * @desc:处理菜单列表
11516
+ * @author huangbo
11517
+ * @date 2024年9月7日
11518
11518
  **/
11519
11519
  renderMenus: function renderMenus(res) {
11520
11520
  this.menus = res;
@@ -11610,10 +11610,10 @@ var events = [function (tabs, index, that) {
11610
11610
  }
11611
11611
  },
11612
11612
 
11613
- /**
11614
- * @desc:设置页面加载类型
11615
- * @author huangbo
11616
- * @date 2024年9月7日
11613
+ /**
11614
+ * @desc:设置页面加载类型
11615
+ * @author huangbo
11616
+ * @date 2024年9月7日
11617
11617
  **/
11618
11618
  setIframeType: function setIframeType(res) {
11619
11619
  var url = res.url;
@@ -11669,10 +11669,10 @@ var events = [function (tabs, index, that) {
11669
11669
  return res;
11670
11670
  },
11671
11671
 
11672
- /**
11673
- * @desc:获取菜单
11674
- * @author huangbo
11675
- * @date 2024年9月7日
11672
+ /**
11673
+ * @desc:获取菜单
11674
+ * @author huangbo
11675
+ * @date 2024年9月7日
11676
11676
  **/
11677
11677
  getMenu: function getMenu(menus, res, key) {
11678
11678
  if (Array.isArray(menus)) {
@@ -11701,10 +11701,10 @@ var events = [function (tabs, index, that) {
11701
11701
  return false;
11702
11702
  },
11703
11703
 
11704
- /**
11705
- * @desc:获取菜单第一条数据
11706
- * @author huangbo
11707
- * @date 2024年9月7日
11704
+ /**
11705
+ * @desc:获取菜单第一条数据
11706
+ * @author huangbo
11707
+ * @date 2024年9月7日
11708
11708
  **/
11709
11709
  getFirst: function getFirst(obj) {
11710
11710
  if (!obj) {
@@ -11723,10 +11723,10 @@ var events = [function (tabs, index, that) {
11723
11723
  }
11724
11724
  },
11725
11725
 
11726
- /**
11727
- * @desc:遍历设置菜单气泡提醒
11728
- * @author huangbo
11729
- * @date 2024年9月7日
11726
+ /**
11727
+ * @desc:遍历设置菜单气泡提醒
11728
+ * @author huangbo
11729
+ * @date 2024年9月7日
11730
11730
  **/
11731
11731
  setTips: function setTips(obj) {
11732
11732
  var _this3 = this;
@@ -11789,10 +11789,10 @@ var events = [function (tabs, index, that) {
11789
11789
  }
11790
11790
  },
11791
11791
 
11792
- /**
11793
- * @desc:获取气泡提醒
11794
- * @author huangbo
11795
- * @date 2024年9月7日
11792
+ /**
11793
+ * @desc:获取气泡提醒
11794
+ * @author huangbo
11795
+ * @date 2024年9月7日
11796
11796
  **/
11797
11797
  getBadge: function getBadge(res) {
11798
11798
  var num = res.tips || 0;
@@ -11806,10 +11806,10 @@ var events = [function (tabs, index, that) {
11806
11806
  };
11807
11807
  },
11808
11808
 
11809
- /**
11810
- * @desc:开启weosocket
11811
- * @author huangbo
11812
- * @date 2024年9月7日
11809
+ /**
11810
+ * @desc:开启weosocket
11811
+ * @author huangbo
11812
+ * @date 2024年9月7日
11813
11813
  **/
11814
11814
  initWebSocket: function initWebSocket() {
11815
11815
  var _this5 = this;
@@ -11858,10 +11858,10 @@ var events = [function (tabs, index, that) {
11858
11858
  });
11859
11859
  },
11860
11860
 
11861
- /**
11862
- * @desc:显示用户信息
11863
- * @author huangbo
11864
- * @date 2024年9月7日
11861
+ /**
11862
+ * @desc:显示用户信息
11863
+ * @author huangbo
11864
+ * @date 2024年9月7日
11865
11865
  **/
11866
11866
  showUserInfo: function showUserInfo() {
11867
11867
  if (this.showUser === false) {
@@ -11869,19 +11869,19 @@ var events = [function (tabs, index, that) {
11869
11869
  }
11870
11870
  },
11871
11871
 
11872
- /**
11873
- * @desc:删除更多应用菜单点击
11874
- * @author huangbo
11875
- * @date 2024年9月7日
11872
+ /**
11873
+ * @desc:删除更多应用菜单点击
11874
+ * @author huangbo
11875
+ * @date 2024年9月7日
11876
11876
  **/
11877
11877
  handleDelete: function handleDelete(index) {
11878
11878
  this.newApps.splice(index, 1);
11879
11879
  },
11880
11880
 
11881
- /**
11882
- * @desc:储存更多应用菜单点击
11883
- * @author huangbo
11884
- * @date 2024年9月7日
11881
+ /**
11882
+ * @desc:储存更多应用菜单点击
11883
+ * @author huangbo
11884
+ * @date 2024年9月7日
11885
11885
  **/
11886
11886
  handlerClickApps: function handlerClickApps(res) {
11887
11887
  if (res.permission === false) {
@@ -11894,10 +11894,10 @@ var events = [function (tabs, index, that) {
11894
11894
  this.handlerClickApp(res);
11895
11895
  },
11896
11896
 
11897
- /**
11898
- * @desc:侧边应用菜单点击
11899
- * @author huangbo
11900
- * @date 2024年9月7日
11897
+ /**
11898
+ * @desc:侧边应用菜单点击
11899
+ * @author huangbo
11900
+ * @date 2024年9月7日
11901
11901
  **/
11902
11902
  handlerClickApp: function handlerClickApp(res) {
11903
11903
  this.showMsg = false;
@@ -11986,10 +11986,10 @@ var events = [function (tabs, index, that) {
11986
11986
  }
11987
11987
  },
11988
11988
 
11989
- /**
11990
- * @desc:显示Drawer界面
11991
- * @author huangbo
11992
- * @date 2024年9月7日
11989
+ /**
11990
+ * @desc:显示Drawer界面
11991
+ * @author huangbo
11992
+ * @date 2024年9月7日
11993
11993
  **/
11994
11994
  handlerSetDrawer: function handlerSetDrawer(res, type) {
11995
11995
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12009,19 +12009,19 @@ var events = [function (tabs, index, that) {
12009
12009
  }
12010
12010
  },
12011
12011
 
12012
- /**
12013
- * @desc:关闭Drawer界面
12014
- * @author huangbo
12015
- * @date 2024年9月7日
12012
+ /**
12013
+ * @desc:关闭Drawer界面
12014
+ * @author huangbo
12015
+ * @date 2024年9月7日
12016
12016
  **/
12017
12017
  handleCloseDrawer: function handleCloseDrawer() {
12018
12018
  this.drawer = { visible: false };
12019
12019
  },
12020
12020
 
12021
- /**
12022
- * @desc:菜单点击
12023
- * @author huangbo
12024
- * @date 2024年9月7日
12021
+ /**
12022
+ * @desc:菜单点击
12023
+ * @author huangbo
12024
+ * @date 2024年9月7日
12025
12025
  **/
12026
12026
  handlerClickMenu: function handlerClickMenu(res) {
12027
12027
  util["a" /* default */].ajax({
@@ -12070,19 +12070,19 @@ var events = [function (tabs, index, that) {
12070
12070
  },
12071
12071
 
12072
12072
 
12073
- /**
12074
- * @desc:用户详情请求成功
12075
- * @author huangbo
12076
- * @date 2024年9月7日
12073
+ /**
12074
+ * @desc:用户详情请求成功
12075
+ * @author huangbo
12076
+ * @date 2024年9月7日
12077
12077
  **/
12078
12078
  handleSuccess: function handleSuccess(res) {
12079
12079
  this.simpleUserInfo = res.simpleUserInfo;
12080
12080
  },
12081
12081
 
12082
- /**
12083
- * @desc:修改用户配置
12084
- * @author huangbo
12085
- * @date 2024年9月7日
12082
+ /**
12083
+ * @desc:修改用户配置
12084
+ * @author huangbo
12085
+ * @date 2024年9月7日
12086
12086
  **/
12087
12087
  handleChangeConfig: function handleChangeConfig(name, res) {
12088
12088
  if (name == 'userHeadUrl') {
@@ -12098,10 +12098,10 @@ var events = [function (tabs, index, that) {
12098
12098
  }
12099
12099
  },
12100
12100
 
12101
- /**
12102
- * @desc:关闭webSocket
12103
- * @author huangbo
12104
- * @date 2024年9月7日
12101
+ /**
12102
+ * @desc:关闭webSocket
12103
+ * @author huangbo
12104
+ * @date 2024年9月7日
12105
12105
  **/
12106
12106
  handlerClose: function handlerClose() {
12107
12107
  if (this.webSocket) {
@@ -12109,10 +12109,10 @@ var events = [function (tabs, index, that) {
12109
12109
  }
12110
12110
  },
12111
12111
 
12112
- /**
12113
- * @desc:刷新选中iframe页签
12114
- * @author huangbo
12115
- * @date 2024年9月7日
12112
+ /**
12113
+ * @desc:刷新选中iframe页签
12114
+ * @author huangbo
12115
+ * @date 2024年9月7日
12116
12116
  **/
12117
12117
  handleRefresh: function handleRefresh() {
12118
12118
  var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12133,10 +12133,10 @@ var events = [function (tabs, index, that) {
12133
12133
  }
12134
12134
  },
12135
12135
 
12136
- /**
12137
- * @desc:删除iframe
12138
- * @author huangbo
12139
- * @date 2024年9月7日
12136
+ /**
12137
+ * @desc:删除iframe
12138
+ * @author huangbo
12139
+ * @date 2024年9月7日
12140
12140
  **/
12141
12141
  handleRemove: function handleRemove(name) {
12142
12142
  var len = this.tabs.length - 1;
@@ -12153,10 +12153,10 @@ var events = [function (tabs, index, that) {
12153
12153
  }
12154
12154
  },
12155
12155
 
12156
- /**
12157
- * @desc:tabs鼠标右键事件
12158
- * @author huangbo
12159
- * @date 2024年9月7日
12156
+ /**
12157
+ * @desc:tabs鼠标右键事件
12158
+ * @author huangbo
12159
+ * @date 2024年9月7日
12160
12160
  **/
12161
12161
  handleContextmenu: function handleContextmenu(tabs, e) {
12162
12162
  var disabled = {};
@@ -12181,10 +12181,10 @@ var events = [function (tabs, index, that) {
12181
12181
  window.addEventListener('click', this.closeTabsEvents);
12182
12182
  },
12183
12183
 
12184
- /**
12185
- * @desc:tabs页签事件
12186
- * @author huangbo
12187
- * @date 2024年9月7日
12184
+ /**
12185
+ * @desc:tabs页签事件
12186
+ * @author huangbo
12187
+ * @date 2024年9月7日
12188
12188
  **/
12189
12189
  handleTabsEvents: function handleTabsEvents(num) {
12190
12190
  if (this.pane !== null) {
@@ -12202,10 +12202,10 @@ var events = [function (tabs, index, that) {
12202
12202
  window.removeEventListener('click', this.closeTabsEvents);
12203
12203
  },
12204
12204
 
12205
- /**
12206
- * @desc:handler工具栏点击事件
12207
- * @author huangbo
12208
- * @date 2024年9月7日
12205
+ /**
12206
+ * @desc:handler工具栏点击事件
12207
+ * @author huangbo
12208
+ * @date 2024年9月7日
12209
12209
  **/
12210
12210
  handleClick: function handleClick(res) {
12211
12211
  var type = res.type,
@@ -12283,10 +12283,10 @@ var events = [function (tabs, index, that) {
12283
12283
  this.$emit('handler-click', res);
12284
12284
  },
12285
12285
 
12286
- /**
12287
- * @desc:退出登录
12288
- * @author huangbo
12289
- * @date 2024年9月7日
12286
+ /**
12287
+ * @desc:退出登录
12288
+ * @author huangbo
12289
+ * @date 2024年9月7日
12290
12290
  **/
12291
12291
  handleQuit: function handleQuit() {
12292
12292
  var _this6 = this;
@@ -12361,10 +12361,10 @@ var events = [function (tabs, index, that) {
12361
12361
  }).catch(function (e) {});
12362
12362
  },
12363
12363
 
12364
- /**
12365
- * @desc:主题、消息回调
12366
- * @author huangbo
12367
- * @date 2024年9月7日
12364
+ /**
12365
+ * @desc:主题、消息回调
12366
+ * @author huangbo
12367
+ * @date 2024年9月7日
12368
12368
  **/
12369
12369
  handleChange: function handleChange(res) {
12370
12370
  var type = res.type,
@@ -12380,10 +12380,10 @@ var events = [function (tabs, index, that) {
12380
12380
  }
12381
12381
  },
12382
12382
 
12383
- /**
12384
- * @desc:菜单布局样式切换
12385
- * @author huangbo
12386
- * @date 2024年9月7日
12383
+ /**
12384
+ * @desc:菜单布局样式切换
12385
+ * @author huangbo
12386
+ * @date 2024年9月7日
12387
12387
  **/
12388
12388
  handleLayout: function handleLayout(res, active) {
12389
12389
  if (active) {
@@ -12392,10 +12392,10 @@ var events = [function (tabs, index, that) {
12392
12392
  this.$emit('chang-layout', res, active);
12393
12393
  },
12394
12394
 
12395
- /**
12396
- * @desc:消息修改总数
12397
- * @author huangbo
12398
- * @date 2024年9月7日
12395
+ /**
12396
+ * @desc:消息修改总数
12397
+ * @author huangbo
12398
+ * @date 2024年9月7日
12399
12399
  **/
12400
12400
  handleMenuTips: function handleMenuTips(id, num) {
12401
12401
  if (num) {
@@ -12406,10 +12406,10 @@ var events = [function (tabs, index, that) {
12406
12406
  }
12407
12407
  },
12408
12408
 
12409
- /**
12410
- * @desc:处理即时消息
12411
- * @author huangbo
12412
- * @date 2024年9月7日
12409
+ /**
12410
+ * @desc:处理即时消息
12411
+ * @author huangbo
12412
+ * @date 2024年9月7日
12413
12413
  **/
12414
12414
  handleOpened: function handleOpened(res) {
12415
12415
  var _this7 = this;
package/lib/qr-code.js CHANGED
@@ -4310,19 +4310,19 @@ var QRCode = __webpack_require__(28);
4310
4310
  //设置logo大小
4311
4311
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
4312
4312
  //设置获取的logo将其变为圆角以及添加白色背景
4313
- /* ctx.fillStyle = "#fff";
4314
- ctx.beginPath();
4315
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4316
- let w = 46; //圆角宽
4317
- let x = logoPosition - 5;
4318
- let y = logoPosition - 5;
4319
- let r = 5; //圆角半径
4320
- ctx.moveTo(x + r, y);
4321
- ctx.arcTo(x + w, y, x + w, y + h, r);
4322
- ctx.arcTo(x + w, y + h, x, y + h, r);
4323
- ctx.arcTo(x, y + h, x, y, r);
4324
- ctx.arcTo(x, y, x + w, y, r);
4325
- ctx.closePath();
4313
+ /* ctx.fillStyle = "#fff";
4314
+ ctx.beginPath();
4315
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4316
+ let w = 46; //圆角宽
4317
+ let x = logoPosition - 5;
4318
+ let y = logoPosition - 5;
4319
+ let r = 5; //圆角半径
4320
+ ctx.moveTo(x + r, y);
4321
+ ctx.arcTo(x + w, y, x + w, y + h, r);
4322
+ ctx.arcTo(x + w, y + h, x, y + h, r);
4323
+ ctx.arcTo(x, y + h, x, y, r);
4324
+ ctx.arcTo(x, y, x + w, y, r);
4325
+ ctx.closePath();
4326
4326
  ctx.fill(); */
4327
4327
  logo.onload = function () {
4328
4328
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -1 +1 @@
1
- @charset "UTF-8";.commonOpinion-set,.es-fenyue-buttons,.es-flow-content,.es-reset-flow{-webkit-box-direction:normal}.es-common-opinions,.es-fenyue-buttons,.es-flow-buttons,.es-flow-title,.es-opinion{padding:0 12px}.es-fenyue-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.es-fenyue-buttons-yj{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-user-defined{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.es-user-defined .el-button--primary{-webkit-box-flex:1;-ms-flex:1;flex:1}.required .el-textarea__inner::-webkit-input-placeholder{color:red}.required .el-textarea__inner::-moz-placeholder{color:red}.required .el-textarea__inner:-ms-input-placeholder{color:red}.required .el-textarea__inner::-ms-input-placeholder{color:red}.required .el-textarea__inner::placeholder{color:red}.no-checked .el-checkbox__input{display:none!important}.es-reset-flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.es-reset-flow-form-box{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-bottom:10px}.es-flow-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.es-flow-index{height:100%}.es-flow-index .em-flow-more-btn{display:block;width:100%}.es-flow-index .el-checkbox-group{display:contents}.es-flow-index .es-eidt-title{font-size:13px;color:#333;line-height:20px}.es-flow-index .es-flow-top .es-flow-title{height:40px;line-height:40px}.es-flow-index .es-flow-top .es-flow-title .es-icon{position:absolute;right:8px;top:4px}.es-flow-index .es-flow-top .es-opinion{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .es-flow-top .es-opinion .es-opinion-file{cursor:pointer;position:relative}.es-flow-index .es-flow-top .es-opinion .es-opinion-file .es-file-num{color:red}.es-flow-index .es-button-agree{width:calc(43% - 15px)}.es-flow-index .es-button-agree-save{margin-top:10px}.commonOpinion-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.commonOpinion-set .el-table__body-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-flow-index-shrink{width:24px}.es-flow-index-shrink img{cursor:pointer;width:24px;height:24px}.es-flow-btn:hover{background-color:#f5f5f5;color:#1890ff}.es-flow-btn:hover ::v-deep .el-popover{padding:12px 0!important}.es-flow-form .el-checkbox-group{display:contents}.es-flow-index .el-input-group--prepend>.el-input__inner,.es-flow-index .select-process>.el-input__inner{display:none!important}.es-flow-form .el-textarea:first-child,.es-flow-index .el-textarea{width:100%;margin-bottom:10px!important}.es-flow-form .es-opinions .el-select,.es-flow-index .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-select .el-input{width:100%;height:40px}.es-flow-index .process .el-select{width:calc(100% + 40px)!important}.es-flow-index .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-index .select-process .el-input-group__append{height:40px}.es-flow-index .hide-flow-char .el-input-group__append{padding:0}.es-flow-index button.el-button.sub.el-button--primary.el-button--medium{width:calc(100% - 85px)}.es-flow-index .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-index .demo-dynamic .el-select{width:100%!important}.es-flow-index .demo-dynamic .select-process .el-select,.es-flow-index .demo-dynamic .selectUser,.es-flow-index.task-union-examine .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-input.el-input-group.el-input-group--append.el-input-group--prepend{margin:0!important}.es-flow-index .demo-dynamic{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;margin-top:10px}.es-flow-index .es-footer-btn{margin-top:10px}.es-flow-index .es-footer-btn .el-button+.el-button{margin:10px 10px 0 0}.es-flow-index .el-input.is-disabled .el-input__inner{color:#606266}.es-flow-index .es-flow-btn{margin-right:10px}.es-flow-index .es-info{padding:0 8px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.es-flow-index .es-info::-webkit-scrollbar{width:5px}.es-flow-index .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:10px 0}.es-flow-index .news .sj,.show{width:10px;height:10px;border-right:1px solid #000;border-bottom:1px solid #000;margin-right:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:.5s;transition:.5s}.es-flow-index .news .show{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.es-flow-index .el-checkbox{margin:0 10px 10px 0}.es-flow-index .info::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{right:5px!important}.es-flow-form .input-with-select{width:100%;margin-top:0}.custom-limit-time .el-input.el-input--suffix{width:calc(100% + 40px)!important}.custom-limit-time .el-input-group__append{background-color:#1890ff!important;color:#fff!important}.es-flow-form .el-select{width:100%}.es-flow-form .es-opinions .el-select{width:calc(100% + 40px)!important}.select-users .el-input-group__append .el-button span,.select-users .no-icon .el-input-group__append{display:none}.select-users .el-input-group__append{background-color:#1890ff}.select-users .el-input-group__append .el-button i{font-size:18px;color:#fff}.es-flow-form .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-form .el-input-group--prepend>.el-input__inner{display:none!important}.es-flow-form button.el-button.sub.el-button--danger.el-button--medium{width:calc(100% - 85px)}.es-flow-form .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-form .el-form-item__label{font-weight:700}.es-flow-form .el-input.is-disabled .el-input__inner{color:#000}.select-user{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.select-user .left{width:30%}.select-user .right{padding:3px;width:69%}.select-user .el-checkbox{width:170px;margin-top:11px;margin-bottom:11px}.select-user .all{margin:0!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#1890ff!important;border-color:#1890ff!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.es-flow-index .el-checkbox__input.is-disabled+span.el-checkbox__label,.flow-dialog .el-checkbox__input.is-disabled+span.el-checkbox__label{color:rgba(0,0,0,.85)}
1
+ @charset "UTF-8";.commonOpinion-set,.es-fenyue-buttons,.es-flow-content,.es-reset-flow{-webkit-box-direction:normal}.es-common-opinions,.es-fenyue-buttons,.es-flow-buttons,.es-flow-title,.es-opinion{padding:0 12px}.es-fenyue-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.es-fenyue-buttons-yj{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-user-defined{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.es-user-defined .el-button--primary{-webkit-box-flex:1;-ms-flex:1;flex:1}.required .el-textarea__inner::-webkit-input-placeholder{color:red}.required .el-textarea__inner::-moz-placeholder{color:red}.required .el-textarea__inner:-ms-input-placeholder{color:red}.required .el-textarea__inner::-ms-input-placeholder{color:red}.required .el-textarea__inner::placeholder{color:red}.no-checked .el-checkbox__input{display:none!important}.es-reset-flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.es-reset-flow-form-box{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-bottom:10px}.es-flow-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.es-flow-index{height:100%}.es-flow-index .em-flow-more-btn{display:block;width:100%}.es-flow-index .el-checkbox-group{display:contents}.es-flow-index .es-eidt-title{font-size:13px;color:#333;line-height:20px}.es-flow-index .es-flow-top .es-flow-title{height:40px;line-height:40px}.es-flow-index .es-flow-top .es-flow-title .es-icon{position:absolute;right:8px;top:4px}.es-flow-index .es-flow-top .es-opinion{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .es-flow-top .es-opinion .es-opinion-file{cursor:pointer;position:relative}.es-flow-index .es-flow-top .es-opinion .es-opinion-file .es-file-num{color:red}.es-flow-index .es-button-agree{width:calc(43% - 15px)}.es-flow-index .es-button-agree-save{margin-top:10px}.commonOpinion-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.commonOpinion-set .el-table__body-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-flow-index-shrink{width:24px}.es-flow-index-shrink img{cursor:pointer;width:24px;height:24px}.es-flow-btn:hover{background-color:#f5f5f5;color:#1890ff}.es-flow-btn:hover ::v-deep .el-popover{padding:12px 0!important}.es-flow-form .el-checkbox-group{display:contents}.es-flow-index .el-input-group--prepend>.el-input__inner,.es-flow-index .select-process>.el-input__inner{display:none!important}.es-flow-form .el-textarea:first-child,.es-flow-index .el-textarea{width:100%;margin-bottom:10px!important}.es-flow-form .es-opinions .el-select,.es-flow-index .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-select .el-input{width:100%;height:40px}.es-flow-index .process .el-select{width:calc(100% + 40px)!important}.es-flow-index .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-index .select-process .el-input-group__append{height:40px}.es-flow-index .hide-flow-char .el-input-group__append{padding:0}.es-flow-index button.el-button.sub.el-button--primary.el-button--medium{width:calc(100% - 85px)}.es-flow-index .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-index .demo-dynamic .el-select{width:100%!important}.es-flow-index .demo-dynamic .select-process .el-select,.es-flow-index .demo-dynamic .selectUser,.es-flow-index.task-union-examine .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-input.el-input-group.el-input-group--append.el-input-group--prepend{margin:0!important}.es-flow-index .demo-dynamic{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;margin-top:10px}.es-flow-index .es-footer-btn{margin-top:10px}.es-flow-index .es-footer-btn .el-button+.el-button{margin:10px 10px 0 0}.es-flow-index .el-input.is-disabled .el-input__inner{color:#606266}.es-flow-index .es-flow-btn{margin-right:10px}.es-flow-index .es-info{padding:0 8px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.es-flow-index .form-left .el-form-item{margin-bottom:22px!important}.es-flow-index .es-info .el-form-item{margin-bottom:0}.es-flow-index .es-info::-webkit-scrollbar{width:5px}.es-flow-index .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:10px 0}.es-flow-index .news .sj,.show{width:10px;height:10px;border-right:1px solid #000;border-bottom:1px solid #000;margin-right:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:.5s;transition:.5s}.es-flow-index .news .show{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.es-flow-index .el-checkbox{margin:0 10px 10px 0}.es-flow-index .info::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{right:5px!important}.es-flow-form .input-with-select{width:100%;margin-top:0}.custom-limit-time .el-input.el-input--suffix{width:calc(100% + 40px)!important}.custom-limit-time .el-input-group__append{background-color:#1890ff!important;color:#fff!important}.es-flow-form .el-select{width:100%}.es-flow-form .es-opinions .el-select{width:calc(100% + 40px)!important}.select-users .el-input-group__append .el-button span,.select-users .no-icon .el-input-group__append{display:none}.select-users .el-input-group__append{background-color:#1890ff}.select-users .el-input-group__append .el-button i{font-size:18px;color:#fff}.es-flow-form .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-form .el-input-group--prepend>.el-input__inner{display:none!important}.es-flow-form button.el-button.sub.el-button--danger.el-button--medium{width:calc(100% - 85px)}.es-flow-form .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-form .el-form-item__label{font-weight:700}.es-flow-form .el-input.is-disabled .el-input__inner{color:#000}.select-user{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.select-user .left{width:30%}.select-user .right{padding:3px;width:69%}.select-user .el-checkbox{width:170px;margin-top:11px;margin-bottom:11px}.select-user .all{margin:0!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#1890ff!important;border-color:#1890ff!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.es-flow-index .el-checkbox__input.is-disabled+span.el-checkbox__label,.flow-dialog .el-checkbox__input.is-disabled+span.el-checkbox__label{color:rgba(0,0,0,.85)}