@web-utils/component 2.0.13 → 2.2.0

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 (464) hide show
  1. package/address-input/index.mjs +113 -0
  2. package/address-input/style.css +1 -0
  3. package/affix/index.mjs +102 -0
  4. package/affix/style.css +1 -0
  5. package/aside-menu/index.mjs +58 -0
  6. package/aside-menu/style.css +1 -0
  7. package/avatar/index.mjs +106 -0
  8. package/avatar/style.css +1 -0
  9. package/awesome-button/index.mjs +112 -0
  10. package/base.css +1 -0
  11. package/capsule-tab/index.mjs +52 -0
  12. package/capsule-tab/style.css +1 -0
  13. package/card/index.mjs +126 -0
  14. package/card/style.css +1 -0
  15. package/carousel/index.mjs +70 -0
  16. package/carousel/style.css +1 -0
  17. package/chat/index.mjs +576 -0
  18. package/chat/style.css +1 -0
  19. package/chunk-file-uploader/index.mjs +121 -0
  20. package/chunk-file-uploader/style.css +1 -0
  21. package/chunks/FormTemp.FX8xmbVB.mjs +165 -0
  22. package/chunks/confirmable-mixin.rTUMhoRH.mjs +106 -0
  23. package/chunks/dataformat.X_61lMA7.mjs +158 -0
  24. package/chunks/dic.6tk91Dmq.mjs +130 -0
  25. package/chunks/event.NHA7rYFE.mjs +236 -0
  26. package/chunks/form-input-mixin.IKogWBfn.mjs +24 -0
  27. package/chunks/form-item-mixin.BilKDUlK.mjs +140 -0
  28. package/{dist/chunks/822300f3.js → chunks/form-pick-mixin.y-qhZJi6.mjs} +3 -3
  29. package/chunks/index.LGsb2aDq.mjs +185 -0
  30. package/chunks/init.Ac4dKUJB.mjs +122 -0
  31. package/{dist/chunks/44b78389.js → chunks/input-number-mixin.GE2zr_3s.mjs} +8 -8
  32. package/chunks/json-beautifier.fUZFSW5j.mjs +126 -0
  33. package/chunks/packages.v6r2Hr7E.mjs +58 -0
  34. package/chunks/permission.E9kZbW48.mjs +16 -0
  35. package/chunks/slot.j1uMmBnG.mjs +27 -0
  36. package/chunks/tab-mixin.tM9jcRT8.mjs +81 -0
  37. package/chunks/util.C2Bhx22L.mjs +259 -0
  38. package/chunks/vueComponentNormalizer.JwmUNtgn.mjs +32 -0
  39. package/code-mirror-editor/index.mjs +313 -0
  40. package/code-mirror-editor/style.css +1 -0
  41. package/color-picker/index.mjs +128 -0
  42. package/comment/index.mjs +90 -0
  43. package/comment/style.css +1 -0
  44. package/confirm-button/index.mjs +57 -0
  45. package/confirmable/index.mjs +28 -0
  46. package/context-menu/index.mjs +255 -0
  47. package/context-menu/style.css +1 -0
  48. package/count-up/index.mjs +131 -0
  49. package/custom-scrollbar/index.mjs +116 -0
  50. package/data-box/index.mjs +97 -0
  51. package/data-box/style.css +1 -0
  52. package/data-card/index.mjs +98 -0
  53. package/data-card/style.css +1 -0
  54. package/data-cardtext/index.mjs +82 -0
  55. package/data-cardtext/style.css +1 -0
  56. package/data-display/index.mjs +97 -0
  57. package/data-display/style.css +1 -0
  58. package/data-icons/index.mjs +104 -0
  59. package/data-icons/style.css +1 -0
  60. package/data-imgtext/index.mjs +106 -0
  61. package/data-imgtext/style.css +1 -0
  62. package/data-operatext/index.mjs +99 -0
  63. package/data-operatext/style.css +1 -0
  64. package/data-panel/index.mjs +93 -0
  65. package/data-panel/style.css +1 -0
  66. package/data-pay/index.mjs +152 -0
  67. package/data-pay/style.css +1 -0
  68. package/data-price/index.mjs +84 -0
  69. package/data-price/style.css +1 -0
  70. package/data-progress/index.mjs +97 -0
  71. package/data-progress/style.css +1 -0
  72. package/data-rotate/index.mjs +96 -0
  73. package/data-rotate/style.css +1 -0
  74. package/data-table-picker/index.mjs +137 -0
  75. package/data-tabs/index.mjs +94 -0
  76. package/data-tabs/style.css +1 -0
  77. package/dialog-form/index.mjs +148 -0
  78. package/dialog-form/style.css +1 -0
  79. package/dynamic-table/index.mjs +195 -0
  80. package/dynamic-table/style.css +1 -0
  81. package/e-charts/index.mjs +216 -0
  82. package/e-charts/style.css +1 -0
  83. package/easy-popup/index.mjs +136 -0
  84. package/easy-popup/style.css +1 -0
  85. package/editable-progress/index.mjs +141 -0
  86. package/editable-progress/style.css +1 -0
  87. package/editable-tree/index.mjs +844 -0
  88. package/editable-tree/style.css +1 -0
  89. package/egd-collapse/index.mjs +79 -0
  90. package/egd-collapse-item/index.mjs +134 -0
  91. package/element-dialog/index.mjs +296 -0
  92. package/element-dialog/style.css +1 -0
  93. package/empty-view/index.mjs +69 -0
  94. package/empty-view/style.css +1 -0
  95. package/error-view/index.mjs +61 -0
  96. package/error-view/style.css +1 -0
  97. package/flex-column/index.mjs +62 -0
  98. package/flex-item/index.mjs +81 -0
  99. package/flex-row/index.mjs +62 -0
  100. package/flex-scroller/index.mjs +47 -0
  101. package/flex-scroller/style.css +1 -0
  102. package/flow/index.mjs +277 -0
  103. package/flow/style.css +1 -0
  104. package/flow-designer/index.mjs +10184 -0
  105. package/flow-designer/style.css +1 -0
  106. package/flow-node/index.mjs +102 -0
  107. package/flow-viewer/index.mjs +209 -0
  108. package/flow-viewer/style.css +1 -0
  109. package/form-block/index.mjs +156 -0
  110. package/form-block/style.css +1 -0
  111. package/form-button/index.mjs +58 -0
  112. package/form-cascader/index.mjs +163 -0
  113. package/form-checkbox-group/index.mjs +203 -0
  114. package/form-checkbox-group/style.css +1 -0
  115. package/form-date-picker/index.mjs +191 -0
  116. package/form-holder/index.mjs +129 -0
  117. package/form-input/index.mjs +117 -0
  118. package/form-input-email/index.mjs +108 -0
  119. package/form-input-id-card/index.mjs +115 -0
  120. package/form-input-number/index.mjs +134 -0
  121. package/form-input-number/style.css +1 -0
  122. package/form-input-phone-number/index.mjs +109 -0
  123. package/form-input-tag/index.mjs +108 -0
  124. package/form-input-time/index.mjs +135 -0
  125. package/form-item/index.mjs +147 -0
  126. package/form-item/style.css +1 -0
  127. package/form-item-config-provider/index.mjs +63 -0
  128. package/form-item-group/index.mjs +169 -0
  129. package/form-item-group/style.css +1 -0
  130. package/form-radio-group/index.mjs +181 -0
  131. package/form-radio-group/style.css +1 -0
  132. package/form-select/index.mjs +165 -0
  133. package/form-switch/index.mjs +108 -0
  134. package/form-textarea/index.mjs +113 -0
  135. package/form-view/index.mjs +371 -0
  136. package/form-view/style.css +1 -0
  137. package/fy-array/index.mjs +158 -0
  138. package/fy-array/style.css +1 -0
  139. package/fy-article/index.mjs +93 -0
  140. package/fy-article/style.css +1 -0
  141. package/fy-cascader/index.mjs +132 -0
  142. package/fy-checkbox/index.mjs +117 -0
  143. package/fy-checkbox/style.css +1 -0
  144. package/fy-code/index.mjs +66 -0
  145. package/fy-curd/index.mjs +3119 -0
  146. package/fy-curd/style.css +1 -0
  147. package/fy-date/index.mjs +84 -0
  148. package/fy-date/style.css +1 -0
  149. package/fy-draggable/index.mjs +382 -0
  150. package/fy-draggable/style.css +1 -0
  151. package/fy-dynamic/index.mjs +337 -0
  152. package/fy-dynamic/style.css +1 -0
  153. package/fy-empty/index.mjs +59 -0
  154. package/fy-empty/style.css +1 -0
  155. package/fy-form/index.mjs +993 -0
  156. package/fy-form/style.css +1 -0
  157. package/fy-form-design/index.mjs +7483 -0
  158. package/fy-form-design/style.css +1 -0
  159. package/fy-input/index.mjs +171 -0
  160. package/fy-input-color/index.mjs +101 -0
  161. package/fy-input-icon/index.mjs +169 -0
  162. package/fy-input-icon/style.css +1 -0
  163. package/fy-input-map/index.mjs +279 -0
  164. package/fy-input-map/style.css +1 -0
  165. package/fy-input-number/index.mjs +87 -0
  166. package/fy-input-table/index.mjs +172 -0
  167. package/fy-input-table/style.css +1 -0
  168. package/fy-input-tree/index.mjs +267 -0
  169. package/fy-input-tree/style.css +1 -0
  170. package/fy-progress/index.mjs +60 -0
  171. package/fy-radio/index.mjs +70 -0
  172. package/fy-radio/style.css +1 -0
  173. package/fy-rate/index.mjs +106 -0
  174. package/fy-rate/style.css +1 -0
  175. package/fy-select/index.mjs +225 -0
  176. package/fy-select/style.css +1 -0
  177. package/fy-slider/index.mjs +79 -0
  178. package/fy-switch/index.mjs +74 -0
  179. package/fy-tabs/index.mjs +92 -0
  180. package/fy-time/index.mjs +95 -0
  181. package/fy-title/index.mjs +40 -0
  182. package/fy-title/style.css +1 -0
  183. package/fy-tree/index.mjs +433 -0
  184. package/fy-tree/style.css +1 -0
  185. package/fy-u-editor/index.mjs +398 -0
  186. package/fy-u-editor/style.css +1 -0
  187. package/fy-upload/index.mjs +592 -0
  188. package/fy-upload/style.css +1 -0
  189. package/guide-steps/index.mjs +94 -0
  190. package/guide-steps/style.css +1 -0
  191. package/highlight-j-s/index.mjs +76 -0
  192. package/highlight-j-s/style.css +1 -0
  193. package/icon-card/index.mjs +62 -0
  194. package/icon-card/style.css +1 -0
  195. package/icon-temp/index.mjs +50 -0
  196. package/icon-temp/style.css +1 -0
  197. package/iframe-window/index.mjs +61 -0
  198. package/iframe-window/style.css +1 -0
  199. package/image-cropper/index.mjs +249 -0
  200. package/image-cropper/style.css +1 -0
  201. package/image-preview/index.mjs +260 -0
  202. package/image-preview/style.css +1 -0
  203. package/image-viewer/index.mjs +95 -0
  204. package/image-viewer/style.css +1 -0
  205. package/index.mjs +627 -0
  206. package/input-number/index.mjs +274 -0
  207. package/input-number/style.css +1 -0
  208. package/input-number-range/index.mjs +110 -0
  209. package/input-number-range/style.css +1 -0
  210. package/{dist/components/j-s-x-component/index.js → j-s-x-component/index.mjs} +4 -4
  211. package/keep-view-alive/index.mjs +123 -0
  212. package/keyboard/index.mjs +384 -0
  213. package/keyboard/style.css +1 -0
  214. package/license/index.mjs +134 -0
  215. package/loading-view/index.mjs +61 -0
  216. package/loading-view/style.css +1 -0
  217. package/login/index.mjs +250 -0
  218. package/login/style.css +1 -0
  219. package/monaco-editor/index.mjs +197 -0
  220. package/name-avatar/index.mjs +66 -0
  221. package/name-avatar/style.css +1 -0
  222. package/nav-bar/index.mjs +52 -0
  223. package/nav-bar/style.css +1 -0
  224. package/not-implement/index.mjs +35 -0
  225. package/not-implement/style.css +1 -0
  226. package/notice/index.mjs +143 -0
  227. package/notice/style.css +1 -0
  228. package/package.json +41 -148
  229. package/page/index.mjs +40 -0
  230. package/page/style.css +1 -0
  231. package/page-header/index.mjs +56 -0
  232. package/page-header/style.css +1 -0
  233. package/page-index/index.mjs +175 -0
  234. package/page-index/style.css +1 -0
  235. package/page-index-top/index.mjs +141 -0
  236. package/page-skeleton/index.mjs +67 -0
  237. package/page-skeleton/style.css +1 -0
  238. package/page-skeleton-new/index.mjs +98 -0
  239. package/page-skeleton-new/style.css +1 -0
  240. package/pageable-table/index.mjs +478 -0
  241. package/pageable-table/style.css +1 -0
  242. package/pageable-view/index.mjs +378 -0
  243. package/pageable-view/style.css +1 -0
  244. package/photo-swipe/index.mjs +129 -0
  245. package/present-view/index.mjs +365 -0
  246. package/present-view/style.css +1 -0
  247. package/queue/index.mjs +71 -0
  248. package/queue/style.css +1 -0
  249. package/record-video/index.mjs +173 -0
  250. package/record-video/style.css +1 -0
  251. package/resize-observer/index.mjs +62 -0
  252. package/resize-observer/style.css +1 -0
  253. package/search/index.mjs +143 -0
  254. package/search/style.css +1 -0
  255. package/search-popover/index.mjs +412 -0
  256. package/search-popover/style.css +1 -0
  257. package/sign/index.mjs +132 -0
  258. package/sign/style.css +1 -0
  259. package/sign-panel/index.mjs +255 -0
  260. package/sign-panel/style.css +1 -0
  261. package/skeleton/index.mjs +82 -0
  262. package/skeleton/style.css +1 -0
  263. package/split-pane/index.mjs +306 -0
  264. package/split-pane/style.css +1 -0
  265. package/stateful/index.mjs +84 -0
  266. package/stateful/style.css +1 -0
  267. package/static-pageable-table/index.mjs +92 -0
  268. package/static-pageable-table/style.css +1 -0
  269. package/swiper/index.mjs +183 -0
  270. package/swiper/style.css +1 -0
  271. package/tab/index.mjs +147 -0
  272. package/tab/style.css +1 -0
  273. package/tab-item/index.mjs +73 -0
  274. package/table-column/index.mjs +102 -0
  275. package/table-view/index.mjs +390 -0
  276. package/table-view/style.css +1 -0
  277. package/tag-render/index.mjs +116 -0
  278. package/tag-render/style.css +1 -0
  279. package/text-ellipsis/index.mjs +108 -0
  280. package/text-ellipsis/style.css +1 -0
  281. package/{dist/components/tinymce-wrapper/index.js → tinymce-editor/index.mjs} +479 -133
  282. package/tinymce-editor/style.css +1 -0
  283. package/toolbar/index.mjs +217 -0
  284. package/toolbar/style.css +1 -0
  285. package/toolbar-button/index.mjs +108 -0
  286. package/toolbar-button/style.css +1 -0
  287. package/verify/index.mjs +80 -0
  288. package/verify/style.css +1 -0
  289. package/vue-cron/index.mjs +1410 -0
  290. package/vue-cron/style.css +1 -0
  291. package/vue-qr-code/index.mjs +83 -0
  292. package/vue-quill-editor/index.mjs +117 -0
  293. package/vue-quill-editor/style.css +1 -0
  294. package/vue-tags-input/index.mjs +553 -0
  295. package/vue-tags-input/style.css +1 -0
  296. package/vue-tree-select/index.mjs +2881 -0
  297. package/vue-tree-select/style.css +1 -0
  298. package/vue-video-player/index.mjs +192 -0
  299. package/vue-video-player/style.css +1 -0
  300. package/watermark/index.mjs +95 -0
  301. package/watermark/style.css +1 -0
  302. package/web-types.json +14033 -2752
  303. package/x-input-tag/index.mjs +203 -0
  304. package/x-input-tag/style.css +1 -0
  305. package/README.md +0 -27
  306. package/dist/chunks/3d28cc08.js +0 -57
  307. package/dist/chunks/5d33812d.js +0 -147
  308. package/dist/chunks/9d848bf6.js +0 -99
  309. package/dist/chunks/a0bb327b.js +0 -96
  310. package/dist/chunks/a8891d2c.js +0 -30
  311. package/dist/chunks/c69d5628.js +0 -248
  312. package/dist/chunks/de9fe802.js +0 -24
  313. package/dist/chunks/e1939731.js +0 -17
  314. package/dist/components/address-input/index.js +0 -126
  315. package/dist/components/address-input/style.css +0 -15
  316. package/dist/components/aside-menu/index.js +0 -64
  317. package/dist/components/aside-menu/style.css +0 -9
  318. package/dist/components/awesome-button/index.js +0 -85
  319. package/dist/components/base.css +0 -66
  320. package/dist/components/capsule-tab/index.js +0 -58
  321. package/dist/components/capsule-tab/style.css +0 -32
  322. package/dist/components/chunk-file-uploader/index.js +0 -153
  323. package/dist/components/chunk-file-uploader/style.css +0 -4
  324. package/dist/components/chunk-file-uploader-button/index.js +0 -66
  325. package/dist/components/chunk-file-uploader-button/style.css +0 -17
  326. package/dist/components/chunk-file-uploader-drop/index.js +0 -79
  327. package/dist/components/chunk-file-uploader-drop/style.css +0 -12
  328. package/dist/components/chunk-file-uploader-file/index.js +0 -388
  329. package/dist/components/chunk-file-uploader-file/style.css +0 -125
  330. package/dist/components/chunk-file-uploader-files/index.js +0 -55
  331. package/dist/components/chunk-file-uploader-files/style.css +0 -9
  332. package/dist/components/chunk-file-uploader-list/index.js +0 -56
  333. package/dist/components/chunk-file-uploader-list/style.css +0 -9
  334. package/dist/components/chunk-file-uploader-un-support/index.js +0 -59
  335. package/dist/components/chunk-file-uploader-un-support/style.css +0 -6
  336. package/dist/components/code-mirror-editor/index.js +0 -338
  337. package/dist/components/code-mirror-editor/style.css +0 -17
  338. package/dist/components/color-picker/index.js +0 -129
  339. package/dist/components/confirm-button/index.js +0 -59
  340. package/dist/components/confirmable/index.js +0 -29
  341. package/dist/components/context-menu/index.js +0 -265
  342. package/dist/components/context-menu/style.css +0 -88
  343. package/dist/components/custom-scrollbar/index.js +0 -167
  344. package/dist/components/data-table-picker/index.js +0 -156
  345. package/dist/components/dynamic-table/index.js +0 -219
  346. package/dist/components/dynamic-table/style.css +0 -30
  347. package/dist/components/e-charts/index.js +0 -310
  348. package/dist/components/e-charts/style.css +0 -10
  349. package/dist/components/editable-progress/index.js +0 -174
  350. package/dist/components/editable-progress/style.css +0 -37
  351. package/dist/components/editable-tree/index.js +0 -1004
  352. package/dist/components/editable-tree/style.css +0 -82
  353. package/dist/components/egd-collapse/index.js +0 -92
  354. package/dist/components/egd-collapse-item/index.js +0 -148
  355. package/dist/components/element-dialog/index.js +0 -295
  356. package/dist/components/element-dialog/style.css +0 -102
  357. package/dist/components/empty-view/index.js +0 -75
  358. package/dist/components/empty-view/style.css +0 -17
  359. package/dist/components/error-view/index.js +0 -67
  360. package/dist/components/error-view/style.css +0 -17
  361. package/dist/components/flex-column/index.js +0 -65
  362. package/dist/components/flex-item/index.js +0 -94
  363. package/dist/components/flex-row/index.js +0 -65
  364. package/dist/components/flex-scroller/index.js +0 -53
  365. package/dist/components/flex-scroller/style.css +0 -20
  366. package/dist/components/form-button/index.js +0 -84
  367. package/dist/components/form-cascader/index.js +0 -161
  368. package/dist/components/form-checkbox-group/index.js +0 -217
  369. package/dist/components/form-checkbox-group/style.css +0 -51
  370. package/dist/components/form-date-picker/index.js +0 -244
  371. package/dist/components/form-holder/index.js +0 -97
  372. package/dist/components/form-input/index.js +0 -112
  373. package/dist/components/form-input-email/index.js +0 -109
  374. package/dist/components/form-input-id-card/index.js +0 -110
  375. package/dist/components/form-input-number/index.js +0 -130
  376. package/dist/components/form-input-number/style.css +0 -12
  377. package/dist/components/form-input-phone-number/index.js +0 -104
  378. package/dist/components/form-input-time/index.js +0 -130
  379. package/dist/components/form-item/index.js +0 -162
  380. package/dist/components/form-item/style.css +0 -11
  381. package/dist/components/form-item-config-provider/index.js +0 -64
  382. package/dist/components/form-item-group/index.js +0 -195
  383. package/dist/components/form-item-group/style.css +0 -30
  384. package/dist/components/form-radio-group/index.js +0 -189
  385. package/dist/components/form-radio-group/style.css +0 -53
  386. package/dist/components/form-select/index.js +0 -169
  387. package/dist/components/form-switch/index.js +0 -103
  388. package/dist/components/form-textarea/index.js +0 -108
  389. package/dist/components/form-view/index.js +0 -410
  390. package/dist/components/form-view/style.css +0 -158
  391. package/dist/components/guide-steps/index.js +0 -108
  392. package/dist/components/guide-steps/style.css +0 -34
  393. package/dist/components/icon-card/index.js +0 -68
  394. package/dist/components/icon-card/style.css +0 -56
  395. package/dist/components/iframe-window/index.js +0 -67
  396. package/dist/components/iframe-window/style.css +0 -20
  397. package/dist/components/image-viewer/index.js +0 -113
  398. package/dist/components/image-viewer/style.css +0 -21
  399. package/dist/components/input-number/index.js +0 -340
  400. package/dist/components/input-number/style.css +0 -15
  401. package/dist/components/input-number-range/index.js +0 -122
  402. package/dist/components/input-number-range/style.css +0 -12
  403. package/dist/components/keep-view-alive/index.js +0 -166
  404. package/dist/components/loading-view/index.js +0 -67
  405. package/dist/components/loading-view/style.css +0 -17
  406. package/dist/components/nav-bar/index.js +0 -62
  407. package/dist/components/nav-bar/style.css +0 -17
  408. package/dist/components/not-implement/index.js +0 -43
  409. package/dist/components/not-implement/style.css +0 -15
  410. package/dist/components/page/index.js +0 -46
  411. package/dist/components/page/style.css +0 -12
  412. package/dist/components/page-header/index.js +0 -62
  413. package/dist/components/page-header/style.css +0 -14
  414. package/dist/components/page-index/index.js +0 -172
  415. package/dist/components/page-index/style.css +0 -23
  416. package/dist/components/page-index-top/index.js +0 -134
  417. package/dist/components/page-skeleton/index.js +0 -62
  418. package/dist/components/page-skeleton/style.css +0 -23
  419. package/dist/components/page-skeleton-new/index.js +0 -104
  420. package/dist/components/page-skeleton-new/style.css +0 -42
  421. package/dist/components/pageable-table/index.js +0 -496
  422. package/dist/components/pageable-table/style.css +0 -72
  423. package/dist/components/pageable-view/index.js +0 -398
  424. package/dist/components/pageable-view/style.css +0 -69
  425. package/dist/components/photo-swipe/index.js +0 -228
  426. package/dist/components/photo-swipe/style.css +0 -20
  427. package/dist/components/resize-observer/index.js +0 -96
  428. package/dist/components/resize-observer/style.css +0 -31
  429. package/dist/components/search-popover/index.js +0 -449
  430. package/dist/components/search-popover/style.css +0 -93
  431. package/dist/components/sign-panel/index.js +0 -292
  432. package/dist/components/sign-panel/style.css +0 -97
  433. package/dist/components/split-pane/index.js +0 -270
  434. package/dist/components/split-pane/style.css +0 -100
  435. package/dist/components/stateful/index.js +0 -87
  436. package/dist/components/stateful/style.css +0 -33
  437. package/dist/components/static-pageable-table/index.js +0 -99
  438. package/dist/components/static-pageable-table/style.css +0 -9
  439. package/dist/components/swiper/index.js +0 -223
  440. package/dist/components/swiper/style.css +0 -43
  441. package/dist/components/tab/index.js +0 -163
  442. package/dist/components/tab/style.css +0 -122
  443. package/dist/components/tab-item/index.js +0 -78
  444. package/dist/components/table-column/index.js +0 -91
  445. package/dist/components/table-view/index.js +0 -434
  446. package/dist/components/table-view/style.css +0 -95
  447. package/dist/components/tag-render/index.js +0 -111
  448. package/dist/components/tag-render/style.css +0 -33
  449. package/dist/components/tinymce-editor/index.js +0 -189
  450. package/dist/components/tinymce-editor/style.css +0 -43
  451. package/dist/components/tinymce-wrapper/style.css +0 -36
  452. package/dist/components/toolbar/index.js +0 -238
  453. package/dist/components/toolbar/style.css +0 -39
  454. package/dist/components/toolbar-button/index.js +0 -97
  455. package/dist/components/toolbar-button/style.css +0 -21
  456. package/dist/components/trigger/index.js +0 -78
  457. package/dist/components/vue-tags-input/index.js +0 -559
  458. package/dist/components/vue-tags-input/style.css +0 -682
  459. package/dist/components/watermark/index.js +0 -75
  460. package/dist/components/watermark/style.css +0 -11
  461. package/dist/components/x-dialog/index.js +0 -199
  462. package/dist/components/x-dialog/style.css +0 -15
  463. package/dist/index.css +0 -2972
  464. package/dist/index.es.js +0 -15689
package/dist/index.css DELETED
@@ -1,2972 +0,0 @@
1
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2
- /* 应用头部高度 */
3
- /* 页面宽度 */
4
- /* 侧栏宽度 */
5
- /* 标签高度 */
6
- /* 页面头部工具条高度 */
7
- .address-input-wrapper {
8
- width: 100%;
9
- }
10
- .address-input-item-wrapper {
11
- padding-right: 5px;
12
- }
13
- .address-input-item-wrapper .el-cascader, .address-input-item-wrapper .el-input {
14
- width: 100%;
15
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
16
- /* 应用头部高度 */
17
- /* 页面宽度 */
18
- /* 侧栏宽度 */
19
- /* 标签高度 */
20
- /* 页面头部工具条高度 */
21
- .aside-menu-item {
22
- padding: 8px 10px;
23
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
24
- /* 应用头部高度 */
25
- /* 页面宽度 */
26
- /* 侧栏宽度 */
27
- /* 标签高度 */
28
- /* 页面头部工具条高度 */
29
- .capsule-tab {
30
- display: inline;
31
- margin-right: 10px;
32
- }
33
- .capsule-tab .tab-item {
34
- display: inline;
35
- padding: 2px 14px;
36
- background-color: #fafafa;
37
- border: 1px solid #ebeef5;
38
- border-right: none;
39
- cursor: pointer;
40
- }
41
- .capsule-tab .tab-item.active {
42
- color: #fff;
43
- background-color: rgb(239, 102, 102);
44
- }
45
- .capsule-tab .tab-item:first-child {
46
- border-radius: 12px 0 0 12px;
47
- }
48
- .capsule-tab .tab-item:last-child {
49
- border-right: 1px solid #ccc;
50
- border-radius: 0 12px 12px 0;
51
- }
52
- .capsule-tab .tab-item:last-child.single {
53
- border-radius: 12px;
54
- }
55
- .uploader {
56
- position: relative;
57
- }
58
-
59
- .uploader-btn {
60
- position: relative;
61
- display: inline-block;
62
- padding: 4px 8px;
63
- color: #666;
64
- font-size: 100%;
65
- line-height: 1.4;
66
- background: none;
67
- border: 1px solid #666;
68
- border-radius: 2px;
69
- outline: none;
70
- cursor: pointer;
71
- }
72
- .uploader-btn:hover {
73
- background-color: rgb(0 0 0 / 8%);
74
- }
75
-
76
- .uploader-drop {
77
- position: relative;
78
- padding: 10px;
79
- overflow: hidden;
80
- background-color: #f5f5f5;
81
- border: 1px dashed #ccc;
82
- }
83
- .uploader-dragover {
84
- background-color: #f7f7f7;
85
- border-color: #999;
86
- }
87
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
88
- /* 应用头部高度 */
89
- /* 页面宽度 */
90
- /* 侧栏宽度 */
91
- /* 标签高度 */
92
- /* 页面头部工具条高度 */
93
- .chunk-file-uploader-file {
94
- position: relative;
95
- height: 49px;
96
- overflow: hidden;
97
- line-height: 49px;
98
- border-bottom: 1px solid #cdcdcd;
99
- }
100
- .chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause, .chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause {
101
- display: block;
102
- }
103
- .chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume {
104
- display: block;
105
- }
106
- .chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry {
107
- display: block;
108
- }
109
- .chunk-file-uploader-file[status=success] .chunk-file-uploader-file-remove {
110
- display: none;
111
- }
112
- .chunk-file-uploader-file[status=error] .chunk-file-uploader-file-progress {
113
- background: #ffe0e0;
114
- }
115
- .chunk-file-uploader-file-progress {
116
- position: absolute;
117
- width: 100%;
118
- height: 100%;
119
- background: #e2eeff;
120
- transform: translateX(-100%);
121
- }
122
- .chunk-file-uploader-file-progressing {
123
- transition: all 0.4s linear;
124
- }
125
- .chunk-file-uploader-file-info {
126
- position: relative;
127
- z-index: 1;
128
- height: 100%;
129
- overflow: hidden;
130
- display: flex;
131
- flex-direction: row;
132
- }
133
- .chunk-file-uploader-file-info:hover {
134
- background-color: rgba(240, 240, 240, 0.2);
135
- }
136
- .chunk-file-uploader-file-info i, .chunk-file-uploader-file-info em {
137
- font-style: normal;
138
- }
139
- .chunk-file-uploader-file-name, .chunk-file-uploader-file-size, .chunk-file-uploader-file-meta, .chunk-file-uploader-file-status, .chunk-file-uploader-file-actions {
140
- position: relative;
141
- height: 100%;
142
- padding: 0 10px;
143
- }
144
- .chunk-file-uploader-file-size, .chunk-file-uploader-file-meta, .chunk-file-uploader-file-status, .chunk-file-uploader-file-actions {
145
- flex-shrink: 0;
146
- }
147
- .chunk-file-uploader-file-name {
148
- overflow: hidden;
149
- white-space: nowrap;
150
- text-indent: 14px;
151
- text-overflow: ellipsis;
152
- flex: 1 1 auto;
153
- }
154
- .chunk-file-uploader-file-icon {
155
- display: inline-block;
156
- width: 24px;
157
- height: 24px;
158
- margin-top: 13px;
159
- margin-right: 8px;
160
- vertical-align: top;
161
- }
162
- .chunk-file-uploader-file-icon::before {
163
- display: block;
164
- height: 100%;
165
- color: #808080;
166
- font-size: 24px;
167
- line-height: 1;
168
- text-indent: 0;
169
- content: "📃";
170
- }
171
- .chunk-file-uploader-file-icon[icon=folder]::before {
172
- content: "📂";
173
- }
174
- .chunk-file-uploader-file-icon[icon=image]::before {
175
- content: "📊";
176
- }
177
- .chunk-file-uploader-file-icon[icon=video]::before {
178
- content: "📹";
179
- }
180
- .chunk-file-uploader-file-icon[icon=audio]::before {
181
- content: "🎵";
182
- }
183
- .chunk-file-uploader-file-icon[icon=document]::before {
184
- content: "📋";
185
- }
186
- .chunk-file-uploader-file-actions > span {
187
- display: none;
188
- float: left;
189
- width: 16px;
190
- height: 16px;
191
- margin-top: 16px;
192
- margin-right: 10px;
193
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAARkSURBVGje7ZnfS1NRHMAH4ptPkvQSuAdBkCxD8FUQJMEULUgzy1KyyPVQ4JMiiP4Bvg6EwUQQfMmwhwRDshwaKUjDVCgoSdDNHkzTJZ6+Z37Purve8+PeTb2TM/ggu+ew89l33x8H9BBCPG7GowXTJej3+wnDvEm0JuLC04+EYWftVAUv+fiCvDUdQR1BHUEdQR3BTIygvixoQS14XgTtthLVdpNWwXRLqvQ724LplFRtyrYF0yVpFLQrKRVMh6RZ0I6kkmCqklaCqpKZH0FX56Crq9jVfdDVk0RfFrSgFsxkQVmLcdKCVrKySCrryhPEyYShhzOcrFtG0EoilfHHk1CRU5rF6ZjNZhlVOW6RnMSVyyilKies4pO41diVy8wIujoHXV3FGdMHXTtJKLFYTLhZtq4vC1rwXApCZTIqgR6g1PBMCO9DL3bMMSqBHqDU8EyISDAHiGKvWwcCQG2KgjlAFCDAOhAAap0K5gKLphk8mqJgLrCIgoxRJ4J5wKpJ7gAoMkn5EBXBPGDVJHcAFJmkfIhQcAql1oBpTvTol9gG9pm4RHAKpdaAaU706JfYBvaZuJVgPQrt4sFlnOh5MC/p3lmJYD0K7eLBZZzoeTAv6d5ZnuAYHjpgEOnk5F0ufhG6v1ggOIaHDhhEOjl5l4tfhO4vthLcwAMrFNvLJO5vEwhu4IEViu1lEve3WQmyoihQFBzG/V0CQVYUBYqCw7i/SxTBcpsRbFeIYLnNCLZbCY5b5KAnxRwct8hBj9McZFVMW0ihRNBuFdMWUigRlFaxuQ9WWYjRMTiIe5z0wSoLMToGB3GPsA9aTZIJoB+nRgBnM1tzOkkmgH6cGgGczWzNpzqLx3n/aULJJgezeNw07oxQySbVywKjBOgFRnDs+VEsx8FlgVEC9AIjOPb8KJYjvSzoG7UW1IJaUAtqQS14toLNM5fN5APdwBJA8G83Pk/aK/rgzVvXzeQD3cASQPBvNz5P2ssTzAaGUIrHEO6zI5gNDKEUjyHcxxWkh4Ylcowwk1QQpIeGJXKMMJO0EgwqyjGCioJBJvDrxRMSuVOTJEXfbz1/bHwWtBL0yoQehK6RucgE+bGzanzulQh6E3IgQV+xpc8kcrfuSO7eTfJ3ZYmQw0Oy9azVKOk1C/bJ5D5F38YPeLfx0rjWJxHsS0SqsSYuxySjj5qO5Oj7xQWy2VBtFOwzCy6ryH3YfE3uh64Y1xckgstJPydEjkkeHv07Iy4Xaao15+KCWTBx6M/db+T9xivSErqaJDdzXI6yLRE8Vgg0coex/SPJvT0SbWu0KpZtbgSpCH3NRt7I5OxHkObc6heU+/M/J5vrpBFM5GBLqCQux14COXs5CNXK5OjPGm1tSMrJSOMNYQ4mVTGV/L6zTL7+DovkbFUxbSW0Wo05l8hJWsU+cRWfSh+Mt5Lb1ck/J1TvVsdDaR/MiEni+llsdZuZp62EViu+96bpNjNPWwmtVnzvFd5m9IVVC54x/wA7gNvqFG9vXQAAAABJRU5ErkJggg==") no-repeat 0 0;
194
- cursor: pointer;
195
- }
196
- .chunk-file-uploader-file-actions > span:hover {
197
- background-position-x: -21px;
198
- }
199
- .chunk-file-uploader-file-actions .chunk-file-uploader-file-pause {
200
- background-position-y: 0;
201
- }
202
- .chunk-file-uploader-file-actions .chunk-file-uploader-file-resume {
203
- background-position-y: -17px;
204
- }
205
- .chunk-file-uploader-file-actions .chunk-file-uploader-file-retry {
206
- background-position-y: -53px;
207
- }
208
- .chunk-file-uploader-file-actions .chunk-file-uploader-file-remove {
209
- display: block;
210
- background-position-y: -34px;
211
- }
212
- .uploader-files {
213
- position: relative;
214
- }
215
- .uploader-files > ul {
216
- margin: 0;
217
- padding: 0;
218
- list-style: none;
219
- }
220
-
221
- .uploader-list {
222
- position: relative;
223
- }
224
- .uploader-list > ul {
225
- margin: 0;
226
- padding: 0;
227
- list-style: none;
228
- }
229
-
230
- .uploader-unsupport {
231
- position: relative;
232
- z-index: 10;
233
- overflow: hidden;
234
- }
235
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
236
- /* 应用头部高度 */
237
- /* 页面宽度 */
238
- /* 侧栏宽度 */
239
- /* 标签高度 */
240
- /* 页面头部工具条高度 */
241
- .code-mirror-editor {
242
- line-height: normal;
243
- }
244
- .code-mirror-editor .CodeMirror {
245
- overflow: hidden;
246
- border: 1px solid #dcdfe6;
247
- border-radius: 4px;
248
- }
249
- .code-mirror-editor .CodeMirror.CodeMirror-focused {
250
- border-color: #e34e55;
251
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
252
- /* 应用头部高度 */
253
- /* 页面宽度 */
254
- /* 侧栏宽度 */
255
- /* 标签高度 */
256
- /* 页面头部工具条高度 */
257
- .cm-container {
258
- position: fixed;
259
- z-index: 9999;
260
- user-select: none;
261
- }
262
- .cm-container .icon {
263
- position: absolute;
264
- top: 50%;
265
- right: 0;
266
- width: 0.9em;
267
- height: 0.9em;
268
- overflow: hidden;
269
- vertical-align: -0.15em;
270
- transform: translateY(-50%);
271
- fill: currentcolor;
272
- }
273
- .cm-container .cm-item-icon {
274
- margin-right: 4px;
275
- }
276
- .cm-container .cm-ul {
277
- width: 100%;
278
- margin: 0;
279
- padding: 0;
280
- color: #2e2e2e;
281
- list-style: none;
282
- background-color: #fff;
283
- box-shadow: 0 0 1px #666;
284
- }
285
- .cm-container .cm-ul li {
286
- position: relative;
287
- box-sizing: border-box;
288
- width: 100%;
289
- text-align: left;
290
- cursor: pointer;
291
- }
292
- .cm-container .cm-ul li:hover > ul {
293
- display: block;
294
- }
295
- .cm-container .cm-ul li div {
296
- position: relative;
297
- display: inline-block;
298
- box-sizing: border-box;
299
- width: 100%;
300
- height: 100%;
301
- padding: 0 0.8em;
302
- overflow: hidden;
303
- white-space: nowrap;
304
- text-overflow: ellipsis;
305
- }
306
- .cm-container .cm-ul li i {
307
- display: inline-block;
308
- width: 1em;
309
- font-size: 1.3em;
310
- text-align: center;
311
- }
312
- .cm-container .cm-ul li div:hover {
313
- color: #fff;
314
- background-color: #666;
315
- }
316
- .cm-container .cm-ul-2, .cm-container .cm-ul-3 {
317
- position: absolute;
318
- top: 0;
319
- z-index: 10000;
320
- display: none;
321
- }
322
- .cm-container .cm-left svg {
323
- left: 0;
324
- transform: translateY(-50%) rotate(180deg);
325
- }
326
- .cm-container .cm-underline li div::after {
327
- position: absolute;
328
- top: 0;
329
- left: 5%;
330
- z-index: 10001;
331
- width: 90%;
332
- height: 1px;
333
- background-color: #ccc;
334
- content: "";
335
- }
336
- .cm-container .cm-underline li div:hover::after, .cm-container .cm-underline > li:first-child > div::after {
337
- display: none;
338
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
339
- /* 应用头部高度 */
340
- /* 页面宽度 */
341
- /* 侧栏宽度 */
342
- /* 标签高度 */
343
- /* 页面头部工具条高度 */
344
- .border-bottom {
345
- border-bottom: 1px solid #d7dae0;
346
- }
347
-
348
- .clear-fix::after {
349
- display: block;
350
- clear: both;
351
- height: 0;
352
- visibility: hidden;
353
- content: " ";
354
- }
355
-
356
- .flex-row {
357
- display: flex;
358
- flex-direction: row;
359
- flex-shrink: 0;
360
- }
361
- .flex-row.vertical-center {
362
- align-items: center;
363
- }
364
- .flex-row.vertical-start {
365
- align-items: flex-start;
366
- }
367
- .flex-row.horizon-center {
368
- justify-content: center;
369
- }
370
-
371
- .text-center {
372
- text-align: center;
373
- }
374
-
375
- .flex-column {
376
- display: flex;
377
- flex-direction: column;
378
- }
379
- .flex-column.vertical-center {
380
- justify-content: center;
381
- }
382
- .flex-column.horizon-center {
383
- align-items: center;
384
- }
385
-
386
- .flex-item, .flex-item-relative {
387
- flex: 1 1 auto;
388
- }
389
-
390
- .flex-item-relative {
391
- position: relative;
392
- }
393
- .flex-item-relative .flex-content {
394
- position: absolute;
395
- top: 0;
396
- right: 0;
397
- bottom: 0;
398
- left: 0;
399
- }
400
-
401
- .flex-not-shrink {
402
- flex-shrink: 0;
403
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
404
- /* 应用头部高度 */
405
- /* 页面宽度 */
406
- /* 侧栏宽度 */
407
- /* 标签高度 */
408
- /* 页面头部工具条高度 */
409
- .dynamic-table {
410
- display: flex;
411
- flex-direction: column;
412
- align-items: center;
413
- width: 100%;
414
- }
415
- .dynamic-table .dynamic-table-action-icon {
416
- margin-left: 10px;
417
- font-weight: bold;
418
- cursor: pointer;
419
- }
420
- .dynamic-table .el-form-item {
421
- margin-bottom: 0;
422
- }
423
- .dynamic-table .el-table {
424
- flex: 1 1 auto;
425
- }
426
- .dynamic-table .el-table td {
427
- padding: 2px 0;
428
- }
429
- .dynamic-table .el-input.is-disabled .el-input__inner {
430
- background-color: transparent;
431
- border: none;
432
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
433
- /* 应用头部高度 */
434
- /* 页面宽度 */
435
- /* 侧栏宽度 */
436
- /* 标签高度 */
437
- /* 页面头部工具条高度 */
438
- .echarts {
439
- width: 100%;
440
- height: 100%;
441
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
442
- /* 应用头部高度 */
443
- /* 页面宽度 */
444
- /* 侧栏宽度 */
445
- /* 标签高度 */
446
- /* 页面头部工具条高度 */
447
- .editable-progress {
448
- display: flex;
449
- flex-direction: column;
450
- align-items: flex-start;
451
- justify-content: center;
452
- width: 100%;
453
- background-color: #e4e7ed;
454
- border-radius: 100px;
455
- }
456
- .editable-progress .el-progress, .editable-progress .el-slider {
457
- width: 100%;
458
- font-weight: 700;
459
- }
460
- .editable-progress .el-slider__runway {
461
- margin: 0;
462
- }
463
- .editable-progress .el-progress-bar__outer {
464
- background-color: #e4e7ed;
465
- }
466
- .editable-progress .el-slider__bar, .editable-progress .el-slider__runway {
467
- height: 22px;
468
- border-radius: 100px;
469
- }
470
- .editable-progress .el-slider__button-wrapper {
471
- width: 52px;
472
- height: 52px;
473
- }
474
- .editable-progress .el-slider__button-wrapper .el-slider__button {
475
- width: 24px;
476
- height: 24px;
477
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
478
- /* 应用头部高度 */
479
- /* 页面宽度 */
480
- /* 侧栏宽度 */
481
- /* 标签高度 */
482
- /* 页面头部工具条高度 */
483
- .editable-tree {
484
- position: relative;
485
- }
486
- .editable-tree.et-tree-label-overflow-visible .et-tree-label {
487
- position: static;
488
- }
489
- .et-tree-wrapper {
490
- display: flex;
491
- flex-direction: column;
492
- width: 100%;
493
- overflow: auto;
494
- text-align: left;
495
- }
496
- .et-tree-wrapper .el-tree {
497
- display: table;
498
- width: 100%;
499
- overflow: visible;
500
- }
501
- .et-tree-wrapper .el-button + .el-button {
502
- margin-left: 8px !important;
503
- }
504
- .et-tree-wrapper .el-input__inner {
505
- padding: 0 4px;
506
- }
507
- .et-tree-wrapper .custom-tree-node {
508
- display: flex;
509
- align-items: center;
510
- width: 100%;
511
- padding-right: 8px;
512
- font-size: 14px;
513
- }
514
- .et-tree-wrapper .custom-tree-node:hover .handle-actions {
515
- display: block;
516
- }
517
- .et-tree-wrapper .custom-tree-node .handle-actions {
518
- display: none;
519
- align-self: flex-end;
520
- }
521
- .et-tree-wrapper .custom-tree-node .node-icon {
522
- margin-top: 2px;
523
- margin-right: 4px;
524
- }
525
- .et-tree-wrapper .node-label {
526
- align-items: center;
527
- }
528
- .et-tree-wrapper .node-input {
529
- min-width: 140px;
530
- margin-right: 10px;
531
- }
532
- .et-tree-wrapper .menu {
533
- position: fixed;
534
- z-index: 3;
535
- padding: 0;
536
- background: #fff;
537
- border-radius: 4px;
538
- box-shadow: 0 5px 10px #bebebe;
539
- }
540
- .et-tree-wrapper .menu-item {
541
- display: block;
542
- padding: 8px 20px 8px 8px;
543
- color: #242f42;
544
- font: normal 11px tahoma, arial, sans-serif;
545
- line-height: 100%;
546
- white-space: nowrap;
547
- cursor: pointer;
548
- user-select: none;
549
- }
550
- .et-tree-wrapper .menu .menu-item:hover {
551
- color: #66b1ff;
552
- background-color: #ecf5ff;
553
- }
554
- .et-tree-wrapper .menu-item-icon {
555
- margin-right: 4px;
556
- font-weight: 700;
557
- font-size: 1.3em;
558
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
559
- /* 应用头部高度 */
560
- /* 页面宽度 */
561
- /* 侧栏宽度 */
562
- /* 标签高度 */
563
- /* 页面头部工具条高度 */
564
- .element-dialog.el-dialog.el-dialog-resizeable {
565
- display: flex;
566
- flex-direction: column;
567
- }
568
- .element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body {
569
- position: relative;
570
- flex: 1 1 auto;
571
- padding: 0;
572
- }
573
- .element-dialog.el-dialog.el-dialog-resizeable .el-dialog__header {
574
- position: relative;
575
- font-size: 18px;
576
- }
577
- .element-dialog.el-dialog.el-dialog-resizeable .el-dialog__footer {
578
- padding-bottom: 10px;
579
- text-align: right;
580
- }
581
- .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn {
582
- position: absolute;
583
- top: 14px;
584
- right: 50px;
585
- padding: 2px;
586
- color: #fff;
587
- background: 0 0;
588
- border: none;
589
- outline: 0;
590
- cursor: pointer;
591
- }
592
- .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover {
593
- background: #e34e55;
594
- }
595
- .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen, .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document {
596
- padding: 4px;
597
- font-size: 13px;
598
- }
599
- .element-dialog.el-dialog.el-dialog-resizeable .dialog-head-group {
600
- position: absolute;
601
- top: 50%;
602
- right: 14px;
603
- transform: translateY(-50%);
604
- }
605
- .element-dialog.el-dialog.is-fullscreen {
606
- position: absolute;
607
- top: 0 !important;
608
- left: 0 !important;
609
- width: 100% !important;
610
- height: 100% !important;
611
- }
612
- .element-dialog.el-dialog.el-dialog--center .el-dialog__header {
613
- justify-content: center;
614
- }
615
- .element-dialog.el-dialog.el-dialog--flex-column .el-dialog__body {
616
- display: flex;
617
- flex-direction: column;
618
- }
619
- .element-dialog.el-dialog.el-dialog--flex-row .el-dialog__body {
620
- display: flex;
621
- flex-direction: row;
622
- }
623
- .element-dialog.el-dialog.el-dialog__body-padding .el-dialog__body {
624
- padding: 10px;
625
- }
626
- .element-dialog.el-dialog .el-dialog__body {
627
- padding: 0;
628
- }
629
- .element-dialog.el-dialog .el-dialog__header {
630
- display: flex;
631
- flex-direction: row;
632
- position: relative;
633
- align-items: center;
634
- padding: 4px 10px;
635
- font-size: 16px;
636
- background-color: #409EFF;
637
- }
638
- .element-dialog.el-dialog .el-dialog__header .el-dialog__title {
639
- color: #fff;
640
- font-weight: normal;
641
- font-size: 16px;
642
- }
643
- .element-dialog.el-dialog .header-button-wrapper {
644
- position: absolute;
645
- top: 50%;
646
- right: 10px;
647
- display: flex;
648
- transform: translateY(-50%);
649
- }
650
- .element-dialog.el-dialog .header-button {
651
- padding: 2px;
652
- color: #fff;
653
- border: none;
654
- outline: 0;
655
- cursor: pointer;
656
- }
657
- .element-dialog.el-dialog .header-button:hover {
658
- background: #e34e55;
659
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
660
- /* 应用头部高度 */
661
- /* 页面宽度 */
662
- /* 侧栏宽度 */
663
- /* 标签高度 */
664
- /* 页面头部工具条高度 */
665
- .empty-view {
666
- position: relative;
667
- display: flex;
668
- align-items: center;
669
- justify-content: center;
670
- width: 100%;
671
- height: 100%;
672
- color: #909399;
673
- font-size: 20px;
674
- background-color: #fff;
675
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
676
- /* 应用头部高度 */
677
- /* 页面宽度 */
678
- /* 侧栏宽度 */
679
- /* 标签高度 */
680
- /* 页面头部工具条高度 */
681
- .error-view {
682
- position: relative;
683
- display: flex;
684
- align-items: center;
685
- justify-content: center;
686
- width: 100%;
687
- height: 100%;
688
- color: #909399;
689
- font-size: 20px;
690
- background-color: #fff;
691
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
692
- /* 应用头部高度 */
693
- /* 页面宽度 */
694
- /* 侧栏宽度 */
695
- /* 标签高度 */
696
- /* 页面头部工具条高度 */
697
- .flex-scroller-wrapper {
698
- position: relative;
699
- flex: 1 1 auto;
700
- }
701
- .flex-scroller-wrapper .flex-scroller {
702
- position: absolute;
703
- top: 0;
704
- right: 0;
705
- bottom: 0;
706
- left: 0;
707
- }
708
- .flex-scroller-wrapper .flex-scroller.content-scroll {
709
- overflow: auto;
710
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
711
- /* 应用头部高度 */
712
- /* 页面宽度 */
713
- /* 侧栏宽度 */
714
- /* 标签高度 */
715
- /* 页面头部工具条高度 */
716
- .form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label {
717
- overflow: hidden;
718
- white-space: nowrap;
719
- text-overflow: ellipsis;
720
- }
721
- .form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label {
722
- word-wrap: break-word;
723
- word-break: break-all;
724
- }
725
- .form-checkbox-group.form-checkbox-group-row .el-checkbox-group {
726
- display: block;
727
- }
728
- .form-checkbox-group.form-checkbox-group-row .el-checkbox {
729
- display: flex;
730
- flex-direction: row;
731
- flex-wrap: nowrap;
732
- width: 100%;
733
- }
734
- .form-checkbox-group.form-checkbox-group-row .el-checkbox__input {
735
- flex-shrink: 0;
736
- top: 3px;
737
- }
738
- .form-checkbox-group.form-checkbox-group-row .el-checkbox__label {
739
- flex: 1 1 auto;
740
- display: block;
741
- margin-bottom: 6px;
742
- vertical-align: sub;
743
- }
744
- .form-checkbox-group .form-checkbox-group-other {
745
- display: inline-block;
746
- margin-left: 10px;
747
- }
748
- .form-checkbox-group .form-checkbox-group-other .el-form-item__label {
749
- display: none;
750
- }
751
- .form-checkbox-group .el-checkbox-group {
752
- line-height: inherit;
753
- }
754
- .form-checkbox-group .el-checkbox {
755
- margin-right: 10px;
756
- vertical-align: middle;
757
- }
758
- .form-checkbox-group .el-checkbox__label {
759
- padding-left: 4px;
760
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
761
- /* 应用头部高度 */
762
- /* 页面宽度 */
763
- /* 侧栏宽度 */
764
- /* 标签高度 */
765
- /* 页面头部工具条高度 */
766
- .form-input-number.el-input-number {
767
- width: 100%;
768
- }
769
- .form-input-number.el-input-number .el-input__inner {
770
- text-align: left;
771
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
772
- /* 应用头部高度 */
773
- /* 页面宽度 */
774
- /* 侧栏宽度 */
775
- /* 标签高度 */
776
- /* 页面头部工具条高度 */
777
- .form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label::before {
778
- margin-right: 4px;
779
- color: #f56c6c;
780
- content: "*";
781
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
782
- /* 应用头部高度 */
783
- /* 页面宽度 */
784
- /* 侧栏宽度 */
785
- /* 标签高度 */
786
- /* 页面头部工具条高度 */
787
- .form-item-group {
788
- margin-bottom: 10px;
789
- background-color: #fff;
790
- }
791
- .form-item-group.is-disabled .is-required .el-form-item__label::before, .form-item-group.is-disabled .required .el-form-item__label::before {
792
- display: none;
793
- }
794
- .form-item-group .form-item-group-row {
795
- margin: 0 !important;
796
- }
797
- .form-item-group .form-item-group-title {
798
- display: flex;
799
- flex-direction: row;
800
- align-items: center;
801
- height: 30px;
802
- margin: 0 0 10px;
803
- padding: 0 10px;
804
- color: #333;
805
- font-weight: bold;
806
- font-size: 14px;
807
- line-height: 30px;
808
- background-color: #f3f5fb;
809
- cursor: pointer;
810
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
811
- /* 应用头部高度 */
812
- /* 页面宽度 */
813
- /* 侧栏宽度 */
814
- /* 标签高度 */
815
- /* 页面头部工具条高度 */
816
- .form-radio-group.inline {
817
- display: inline;
818
- }
819
- .form-radio-group.inline .el-radio {
820
- float: left;
821
- margin-right: 10px;
822
- }
823
- .form-radio-group.form-radio-group-row.form-radio-group-row-ellipsis .el-radio__label {
824
- overflow: hidden;
825
- white-space: nowrap;
826
- text-overflow: ellipsis;
827
- }
828
- .form-radio-group.form-radio-group-row.form-radio-group-row-break-word .el-radio__label {
829
- word-wrap: break-word;
830
- word-break: break-all;
831
- }
832
- .form-radio-group.form-radio-group-row .el-radio-group {
833
- display: block;
834
- }
835
- .form-radio-group.form-radio-group-row .el-radio {
836
- display: flex;
837
- flex-direction: row;
838
- flex-wrap: nowrap;
839
- width: 100%;
840
- }
841
- .form-radio-group.form-radio-group-row .el-radio__input {
842
- flex-shrink: 0;
843
- top: 3px;
844
- }
845
- .form-radio-group.form-radio-group-row .el-radio__label {
846
- flex: 1 1 auto;
847
- display: block;
848
- margin-bottom: 6px;
849
- padding-left: 4px;
850
- vertical-align: sub;
851
- }
852
- .form-radio-group .el-radio-group {
853
- line-height: 1;
854
- }
855
- .form-radio-group .el-radio {
856
- margin-right: 10px;
857
- vertical-align: middle;
858
- }
859
- .form-radio-group .el-radio__label {
860
- padding-left: 0;
861
- line-height: 19px;
862
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
863
- /* 应用头部高度 */
864
- /* 页面宽度 */
865
- /* 侧栏宽度 */
866
- /* 标签高度 */
867
- /* 页面头部工具条高度 */
868
- .form-view {
869
- display: flex;
870
- flex-direction: column;
871
- height: 100%;
872
- }
873
- .form-view .form-scroller-wrapper {
874
- position: relative;
875
- flex: 1;
876
- }
877
- .form-view .not-form {
878
- margin: 0 auto;
879
- }
880
- .form-view .form-view-toolbar {
881
- overflow: hidden;
882
- }
883
- .form-view .form-scroller {
884
- flex: 1;
885
- overflow: auto;
886
- }
887
- .form-view .form-scroller .el-row {
888
- position: static;
889
- }
890
- .form-view .form-content .el-form .el-row {
891
- padding-right: 2rem;
892
- }
893
- .form-view .form-content .el-form .el-row .el-row {
894
- padding-right: 0;
895
- }
896
- .form-view .form-card {
897
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
898
- max-width: 1000px;
899
- margin: 14px auto;
900
- padding: 20px;
901
- color: #303133;
902
- background-color: #fff;
903
- border: 1px solid #ebeef5;
904
- border-radius: 4px;
905
- transition: 0.3s;
906
- }
907
- .form-view .form-card.un-limit {
908
- max-width: 100%;
909
- }
910
- .form-view .form-nav {
911
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
912
- position: absolute;
913
- top: 55px;
914
- left: 20px;
915
- background-color: white;
916
- }
917
- .form-view .form-nav-list {
918
- min-width: 180px;
919
- padding: 10px 20px;
920
- }
921
- .form-view .form-nav-header {
922
- position: relative;
923
- padding: 5px 20px;
924
- color: #e34e55;
925
- font-weight: bold;
926
- font-size: 15px;
927
- background-color: #f3f5fb;
928
- }
929
- .form-view .form-nav-item {
930
- position: relative;
931
- padding: 5px 0;
932
- font-family: element-icons !important;
933
- cursor: pointer;
934
- }
935
- .form-view .form-nav-item.active, .form-view .form-nav-item:hover {
936
- color: #e34e55;
937
- font-weight: bold;
938
- }
939
- .form-view .form-nav-item.active::before {
940
- position: absolute;
941
- left: -14px;
942
- content: "\e6e0";
943
- }
944
- .form-view .form-view-title {
945
- width: 100%;
946
- height: 36px;
947
- margin-bottom: 10px;
948
- color: #333;
949
- font-size: 22px;
950
- line-height: 36px;
951
- text-align: center;
952
- background-color: #fff;
953
- }
954
- .form-view .tip {
955
- margin: 20px 0;
956
- padding: 8px 16px;
957
- background-color: #ecf8ff;
958
- border-left: 5px solid #50bfff;
959
- border-radius: 4px;
960
- }
961
- .form-view .tip p {
962
- color: #5e6d82;
963
- font-size: 14px;
964
- line-height: 1.5em;
965
- }
966
- .form-view .tip.danger {
967
- background-color: #fde2e2;
968
- border-left-color: #f56c6c;
969
- }
970
- .form-view .tip.danger p {
971
- color: #564646;
972
- }
973
- .form-view .tip.warning {
974
- background-color: #f7efe2;
975
- border-left-color: #e6a23c;
976
- }
977
- .form-view .tip.warning p {
978
- color: #5d564b;
979
- }
980
- .form-view .select-num {
981
- color: #898989;
982
- font-size: 12px;
983
- }
984
- .form-view .select-num .num {
985
- font-size: 19px;
986
- font-family: impact, Constantia, Georgia;
987
- }
988
- .form-view .el-table .el-table__header th {
989
- color: #595959;
990
- font-weight: normal;
991
- background: #fff;
992
- }
993
- .form-view .el-table td {
994
- padding: 4px 0;
995
- }
996
- .form-view .el-table td .cell .el-input .el-input__inner {
997
- padding-left: 4px;
998
- }
999
- .form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner {
1000
- padding-left: 30px;
1001
- }
1002
- .form-view .el-table td .cell .el-input.is-disabled .el-input__suffix {
1003
- display: none;
1004
- }
1005
- .form-view .el-table td .cell .el-input.is-disabled .el-input__inner {
1006
- padding: 0;
1007
- padding-left: 4px;
1008
- line-height: 1.6;
1009
- white-space: normal;
1010
- word-break: break-word;
1011
- background: transparent;
1012
- border: 0;
1013
- }
1014
- @media screen and (min-width: 1700px) {
1015
- .form-view.form-view__lg .form-card {
1016
- position: relative;
1017
- left: 60px;
1018
- }
1019
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1020
- /* 应用头部高度 */
1021
- /* 页面宽度 */
1022
- /* 侧栏宽度 */
1023
- /* 标签高度 */
1024
- /* 页面头部工具条高度 */
1025
- .guide-steps {
1026
- margin-top: 20px;
1027
- margin-bottom: 20px;
1028
- }
1029
- .guide-steps .el-step .el-step__line-inner {
1030
- width: 100% !important;
1031
- border-width: 1px !important;
1032
- }
1033
- .guide-steps .el-step.current.important .el-step__head .el-step__icon.is-text {
1034
- color: #f55634 !important;
1035
- border-color: #f55634 !important;
1036
- }
1037
- .guide-steps .el-step.current.important .el-step__title {
1038
- color: #f55634 !important;
1039
- }
1040
- .guide-steps .el-step.available .el-step__head .el-step__icon.is-text {
1041
- color: #eab006 !important;
1042
- border-color: #eab006 !important;
1043
- }
1044
- .guide-steps .el-step.available .el-step__title {
1045
- color: #eab006 !important;
1046
- }
1047
- .guide-steps .el-step .el-step__icon.is-text {
1048
- cursor: pointer;
1049
- }
1050
- .guide-steps .el-step.disabled .el-step__icon.is-text {
1051
- cursor: not-allowed;
1052
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1053
- /* 应用头部高度 */
1054
- /* 页面宽度 */
1055
- /* 侧栏宽度 */
1056
- /* 标签高度 */
1057
- /* 页面头部工具条高度 */
1058
- .icon-card {
1059
- padding: 14px;
1060
- border-radius: 4px;
1061
- }
1062
- .icon-card .card-icon_bg {
1063
- width: 48px;
1064
- height: 48px;
1065
- margin-right: 14px;
1066
- text-align: center;
1067
- border-radius: 14px;
1068
- }
1069
- .icon-card .card-icon {
1070
- font-size: 24px;
1071
- line-height: 48px;
1072
- }
1073
- .icon-card .icon-card_color {
1074
- font-weight: bold;
1075
- font-size: 18px;
1076
- cursor: pointer;
1077
- }
1078
- .icon-card.blue {
1079
- background: #f4f9ff;
1080
- }
1081
- .icon-card.blue .card-icon_bg {
1082
- color: #3c8efd;
1083
- background: #e8f2fc;
1084
- }
1085
- .icon-card.blue .icon-card_color {
1086
- color: #3c8efd;
1087
- }
1088
- .icon-card.orange {
1089
- background: #f9f5ee;
1090
- }
1091
- .icon-card.orange .card-icon_bg {
1092
- color: #fdc12e;
1093
- background: #fdf2dc;
1094
- }
1095
- .icon-card.orange .icon-card_color {
1096
- color: #fdc12e;
1097
- }
1098
- .icon-card.green {
1099
- background: #f1f7ed;
1100
- }
1101
- .icon-card.green .card-icon_bg {
1102
- color: #72c734;
1103
- background: #ddf7d9;
1104
- }
1105
- .icon-card.green .icon-card_color {
1106
- color: #72c734;
1107
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1108
- /* 应用头部高度 */
1109
- /* 页面宽度 */
1110
- /* 侧栏宽度 */
1111
- /* 标签高度 */
1112
- /* 页面头部工具条高度 */
1113
- .iframe-window.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body {
1114
- position: relative;
1115
- padding: 0;
1116
- }
1117
- .iframe-window .iframe-window-iframe {
1118
- position: absolute;
1119
- top: 0;
1120
- right: 0;
1121
- bottom: 0;
1122
- left: 0;
1123
- width: 100%;
1124
- height: 100%;
1125
- border: none;
1126
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1127
- /* 应用头部高度 */
1128
- /* 页面宽度 */
1129
- /* 侧栏宽度 */
1130
- /* 标签高度 */
1131
- /* 页面头部工具条高度 */
1132
- .image-viewer .image-item {
1133
- display: inline-block;
1134
- width: 100px;
1135
- height: 100px;
1136
- cursor: pointer;
1137
- background-repeat: no-repeat;
1138
- background-size: cover;
1139
- background-position: center;
1140
- border: none;
1141
- background-color: transparent;
1142
- outline: none;
1143
- }
1144
- .viewer-backdrop {
1145
- background-color: #5e5e5e;
1146
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1147
- /* 应用头部高度 */
1148
- /* 页面宽度 */
1149
- /* 侧栏宽度 */
1150
- /* 标签高度 */
1151
- /* 页面头部工具条高度 */
1152
- .el-input-number.input-number {
1153
- display: block;
1154
- }
1155
- .el-input-number.input-number .el-input-group {
1156
- display: inline-table;
1157
- }
1158
- .el-input-number.input-number .el-input {
1159
- width: 100%;
1160
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1161
- /* 应用头部高度 */
1162
- /* 页面宽度 */
1163
- /* 侧栏宽度 */
1164
- /* 标签高度 */
1165
- /* 页面头部工具条高度 */
1166
- .input-number-range {
1167
- display: flex;
1168
- flex-direction: row;
1169
- align-items: center;
1170
- width: 100%;
1171
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1172
- /* 应用头部高度 */
1173
- /* 页面宽度 */
1174
- /* 侧栏宽度 */
1175
- /* 标签高度 */
1176
- /* 页面头部工具条高度 */
1177
- .loading-view {
1178
- position: relative;
1179
- display: flex;
1180
- align-items: center;
1181
- justify-content: center;
1182
- width: 100%;
1183
- height: 100%;
1184
- color: #909399;
1185
- font-size: 20px;
1186
- background-color: #fff;
1187
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1188
- /* 应用头部高度 */
1189
- /* 页面宽度 */
1190
- /* 侧栏宽度 */
1191
- /* 标签高度 */
1192
- /* 页面头部工具条高度 */
1193
- .nav-bar {
1194
- flex-shrink: 0;
1195
- display: flex;
1196
- width: 100%;
1197
- height: 40px;
1198
- background-color: #fff;
1199
- border-bottom: 1px #eee solid;
1200
- }
1201
- .nav-bar .el-button--text {
1202
- margin-left: 12px;
1203
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1204
- /* 应用头部高度 */
1205
- /* 页面宽度 */
1206
- /* 侧栏宽度 */
1207
- /* 标签高度 */
1208
- /* 页面头部工具条高度 */
1209
- .not-implement {
1210
- display: flex;
1211
- align-items: center;
1212
- justify-content: center;
1213
- height: 100%;
1214
- color: gray;
1215
- font-size: 3em;
1216
- text-align: center;
1217
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1218
- /* 应用头部高度 */
1219
- /* 页面宽度 */
1220
- /* 侧栏宽度 */
1221
- /* 标签高度 */
1222
- /* 页面头部工具条高度 */
1223
- .page {
1224
- height: 100%;
1225
- }
1226
- .page.vertical {
1227
- flex-direction: column;
1228
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1229
- /* 应用头部高度 */
1230
- /* 页面宽度 */
1231
- /* 侧栏宽度 */
1232
- /* 标签高度 */
1233
- /* 页面头部工具条高度 */
1234
- .pageable-table {
1235
- flex: 1 1 auto;
1236
- position: relative;
1237
- height: 100%;
1238
- }
1239
- .pageable-table .single-select-column .el-radio__label {
1240
- padding: 0;
1241
- }
1242
- .pageable-table.auto-height {
1243
- position: static;
1244
- height: auto;
1245
- }
1246
- .pageable-table.auto-height .el-table {
1247
- position: static;
1248
- min-height: 200px;
1249
- }
1250
- .pageable-table.auto-height .pageable-table-wrapper {
1251
- position: static;
1252
- }
1253
- .pageable-table .pageable-table-wrapper {
1254
- display: flex;
1255
- flex-direction: column;
1256
- position: absolute;
1257
- top: 0;
1258
- right: 0;
1259
- bottom: 0;
1260
- left: 0;
1261
- }
1262
- .pageable-table .el-pagination {
1263
- background-color: #fff;
1264
- }
1265
- .pageable-table .table-status-icon {
1266
- font-size: 20px;
1267
- }
1268
- .pageable-table .pageable-table-loading {
1269
- display: inline-flex;
1270
- align-items: center;
1271
- }
1272
- .pageable-table .pageable-table-error {
1273
- display: inline-flex;
1274
- align-items: center;
1275
- color: #f00;
1276
- border: 1px solid #fca4a4;
1277
- }
1278
- .pageable-table .pageable-table-error:hover {
1279
- background-color: #fff0f0;
1280
- }
1281
- .pageable-table .pageable-table-total {
1282
- padding: 0 10px 10px;
1283
- }
1284
- .pageable-table .underline {
1285
- position: relative;
1286
- }
1287
- .pageable-table .underline::after {
1288
- position: absolute;
1289
- bottom: 0;
1290
- left: 0;
1291
- z-index: 1;
1292
- width: 100%;
1293
- height: 1px;
1294
- background-color: #606266;
1295
- content: "";
1296
- }
1297
- .pageable-table .total {
1298
- padding: 10px;
1299
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1300
- /* 应用头部高度 */
1301
- /* 页面宽度 */
1302
- /* 侧栏宽度 */
1303
- /* 标签高度 */
1304
- /* 页面头部工具条高度 */
1305
- .pageable-table {
1306
- flex: 1 1 auto;
1307
- position: relative;
1308
- height: 100%;
1309
- }
1310
- .pageable-table.auto-height {
1311
- position: static;
1312
- height: auto;
1313
- }
1314
- .pageable-table.auto-height .el-table {
1315
- position: static;
1316
- min-height: 200px;
1317
- }
1318
- .pageable-table.auto-height .pageable-table-wrapper {
1319
- position: static;
1320
- }
1321
- .pageable-table .pageable-table-wrapper {
1322
- display: flex;
1323
- flex-direction: column;
1324
- position: absolute;
1325
- top: 0;
1326
- right: 0;
1327
- bottom: 0;
1328
- left: 0;
1329
- }
1330
- .pageable-table .el-pagination {
1331
- background-color: #fff;
1332
- }
1333
- .pageable-table .table-status-icon {
1334
- font-size: 20px;
1335
- }
1336
- .pageable-table .pageable-table-loading {
1337
- display: inline-flex;
1338
- align-items: center;
1339
- }
1340
- .pageable-table .pageable-table-error {
1341
- display: inline-flex;
1342
- align-items: center;
1343
- color: #f00;
1344
- border: 1px solid #fca4a4;
1345
- }
1346
- .pageable-table .pageable-table-error:hover {
1347
- background-color: #fff0f0;
1348
- }
1349
- .pageable-table .pageable-table-total {
1350
- padding: 0 10px 10px;
1351
- }
1352
- .pageable-table .underline {
1353
- position: relative;
1354
- }
1355
- .pageable-table .underline::after {
1356
- position: absolute;
1357
- bottom: 0;
1358
- left: 0;
1359
- z-index: 1;
1360
- width: 100%;
1361
- height: 1px;
1362
- background-color: #606266;
1363
- content: "";
1364
- }
1365
- .pageable-table .total {
1366
- padding: 10px;
1367
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1368
- /* 应用头部高度 */
1369
- /* 页面宽度 */
1370
- /* 侧栏宽度 */
1371
- /* 标签高度 */
1372
- /* 页面头部工具条高度 */
1373
- .egd-page-header {
1374
- height: 40px;
1375
- margin: 0 10px;
1376
- line-height: 40px;
1377
- }
1378
- .egd-page-header .align-end {
1379
- justify-content: flex-end;
1380
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1381
- /* 应用头部高度 */
1382
- /* 页面宽度 */
1383
- /* 侧栏宽度 */
1384
- /* 标签高度 */
1385
- /* 页面头部工具条高度 */
1386
- .page-index-content {
1387
- display: flex;
1388
- flex: 1 1 auto;
1389
- flex-direction: column;
1390
- height: 100%;
1391
- padding: 0;
1392
- overflow: hidden;
1393
- }
1394
- .page-index-content-empty {
1395
- display: flex;
1396
- align-items: center;
1397
- justify-content: center;
1398
- width: 100%;
1399
- height: 100%;
1400
- color: #808080;
1401
- font-size: 20px;
1402
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1403
- /* 应用头部高度 */
1404
- /* 页面宽度 */
1405
- /* 侧栏宽度 */
1406
- /* 标签高度 */
1407
- /* 页面头部工具条高度 */
1408
- .page-skeleton .page-content {
1409
- position: relative;
1410
- flex: 1 1 auto;
1411
- width: 100%;
1412
- height: 100%;
1413
- }
1414
- .page-skeleton .page-content.content-scroll {
1415
- overflow: auto;
1416
- }
1417
- .page-skeleton .page-content.flex-column {
1418
- display: flex;
1419
- flex-direction: column;
1420
- height: 0;
1421
- }
1422
- .page-skeleton .page-content.flex-row {
1423
- display: flex;
1424
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1425
- /* 应用头部高度 */
1426
- /* 页面宽度 */
1427
- /* 侧栏宽度 */
1428
- /* 标签高度 */
1429
- /* 页面头部工具条高度 */
1430
- .page-skeleton-new .page-skeleton-new-header {
1431
- display: flex;
1432
- flex-direction: row;
1433
- height: 40px;
1434
- margin: 0 10px;
1435
- line-height: 40px;
1436
- border-bottom: 2px #eee solid;
1437
- }
1438
- .page-skeleton-new .page-skeleton-new-header .align-end {
1439
- justify-content: flex-end;
1440
- }
1441
- .page-skeleton-new .page-skeleton-new-left {
1442
- display: flex;
1443
- flex-direction: column;
1444
- }
1445
- .page-skeleton-new .page-skeleton-new-right {
1446
- flex: 1 1 auto;
1447
- display: flex;
1448
- flex-direction: column;
1449
- }
1450
- .page-skeleton-new .page-skeleton-new-page-content {
1451
- flex: 1 1 auto;
1452
- position: relative;
1453
- width: 100%;
1454
- height: 100%;
1455
- }
1456
- .page-skeleton-new .page-skeleton-new-page-content.content-scroll {
1457
- overflow: auto;
1458
- }
1459
- .page-skeleton-new .page-skeleton-new-page-content.flex-column {
1460
- display: flex;
1461
- flex-direction: column;
1462
- }
1463
- .page-skeleton-new .page-skeleton-new-page-content.flex-row {
1464
- display: flex;
1465
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1466
- /* 应用头部高度 */
1467
- /* 页面宽度 */
1468
- /* 侧栏宽度 */
1469
- /* 标签高度 */
1470
- /* 页面头部工具条高度 */
1471
- .pswp {
1472
- z-index: 2147483647;
1473
- }
1474
- .pswp .pswp__error-msg {
1475
- display: flex;
1476
- flex-direction: column;
1477
- align-items: center;
1478
- justify-content: center;
1479
- transform: translateY(-50%);
1480
- }
1481
- .pswp .error-img {
1482
- width: 200px;
1483
- margin-bottom: 10px;
1484
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1485
- /* 应用头部高度 */
1486
- /* 页面宽度 */
1487
- /* 侧栏宽度 */
1488
- /* 标签高度 */
1489
- /* 页面头部工具条高度 */
1490
- .resize-observer {
1491
- position: absolute;
1492
- top: 0;
1493
- left: 0;
1494
- z-index: -1;
1495
- display: block;
1496
- width: 100%;
1497
- height: 100%;
1498
- overflow: hidden;
1499
- background-color: transparent;
1500
- border: none;
1501
- opacity: 0;
1502
- pointer-events: none;
1503
- }
1504
- .resize-observer > object {
1505
- position: absolute;
1506
- top: 0;
1507
- left: 0;
1508
- z-index: -1;
1509
- display: block;
1510
- width: 100%;
1511
- height: 100%;
1512
- overflow: hidden;
1513
- pointer-events: none;
1514
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1515
- /* 应用头部高度 */
1516
- /* 页面宽度 */
1517
- /* 侧栏宽度 */
1518
- /* 标签高度 */
1519
- /* 页面头部工具条高度 */
1520
- .search-popover {
1521
- border-radius: 4px;
1522
- z-index: 100;
1523
- position: fixed;
1524
- overflow: hidden;
1525
- background-color: #f5f6f7;
1526
- display: inline-flex;
1527
- flex-direction: column;
1528
- border: 1px solid #1989fa;
1529
- width: 560px;
1530
- height: 500px;
1531
- top: 0;
1532
- left: 0;
1533
- transform: translate3d(calc((100vw - 560px) / 2), 15%, 0);
1534
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC");
1535
- background-repeat: repeat;
1536
- }
1537
- .search-popover .footer-tips {
1538
- padding: 10px;
1539
- text-align: left;
1540
- border-top: 1px solid #1989fa;
1541
- }
1542
- .search-popover .keyboard-key {
1543
- align-items: center;
1544
- background: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
1545
- border-radius: 2px;
1546
- box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
1547
- display: inline-flex;
1548
- height: 18px;
1549
- justify-content: center;
1550
- margin-right: 0.4em;
1551
- padding-bottom: 2px;
1552
- width: 20px;
1553
- }
1554
- .search-popover .search-input {
1555
- height: 46px;
1556
- border: 1px solid #1989fa;
1557
- appearance: none;
1558
- border-radius: 4px;
1559
- outline: none;
1560
- width: 100%;
1561
- box-sizing: border-box;
1562
- padding: 10px;
1563
- }
1564
- .search-popover .search-li {
1565
- padding: 10px;
1566
- }
1567
- .search-popover .search-icon {
1568
- color: #969faf;
1569
- flex-shrink: 0;
1570
- font-size: 24px;
1571
- }
1572
- .search-popover .search-item {
1573
- box-shadow: 0 1px 3px 0 #d4d9e1;
1574
- text-decoration: none;
1575
- box-sizing: border-box;
1576
- color: #000;
1577
- padding: 10px;
1578
- display: flex;
1579
- align-items: center;
1580
- border-radius: 4px;
1581
- background-color: #fff;
1582
- overflow-x: hidden;
1583
- }
1584
- .search-popover .search-item .search-action {
1585
- display: none;
1586
- }
1587
- .search-popover .search-item .url {
1588
- color: #969faf;
1589
- text-overflow: ellipsis;
1590
- white-space: nowrap;
1591
- font-size: 14px;
1592
- overflow-x: hidden;
1593
- }
1594
- .search-popover .search-item.active {
1595
- color: #fff;
1596
- background-color: #1989fa;
1597
- }
1598
- .search-popover .search-item.active .url {
1599
- color: #fff;
1600
- }
1601
- .search-popover .search-item.active .search-action {
1602
- display: inline-block;
1603
- }
1604
- .search-popover .search-item.active .search-icon {
1605
- color: #fff;
1606
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1607
- /* 应用头部高度 */
1608
- /* 页面宽度 */
1609
- /* 侧栏宽度 */
1610
- /* 标签高度 */
1611
- /* 页面头部工具条高度 */
1612
- .sign-panel {
1613
- align-items: flex-start;
1614
- justify-content: center;
1615
- width: 100%;
1616
- background: #fff;
1617
- user-select: none;
1618
- }
1619
- .sign-panel .sign-canvas {
1620
- position: absolute;
1621
- top: 0;
1622
- right: 0;
1623
- bottom: 0;
1624
- left: 0;
1625
- width: 100%;
1626
- max-width: 100%;
1627
- height: 100%;
1628
- background: rgba(255, 255, 155, 0);
1629
- border: 1px solid #ccc;
1630
- }
1631
- .sign-panel .sign-tool-bar {
1632
- display: flex;
1633
- width: 100%;
1634
- border: 1px solid #ccc;
1635
- border-top: none;
1636
- }
1637
- .sign-panel .sign-tips {
1638
- user-select: none;
1639
- pointer-events: none;
1640
- }
1641
- .sign-panel .sign-button {
1642
- padding: 6px;
1643
- line-height: 1.6;
1644
- text-align: center;
1645
- background-color: #ebeef5;
1646
- cursor: pointer;
1647
- user-select: none;
1648
- }
1649
- .sign-panel .sign-button:hover {
1650
- color: #1989fa;
1651
- background-color: #d0d4de;
1652
- }
1653
- .sign-panel .sign-button:nth-child(n) {
1654
- border-right: 1px solid #ccc;
1655
- }
1656
- .sign-panel .sign-button:last-child {
1657
- border: none !important;
1658
- }
1659
- .sign-panel .sign-watermark {
1660
- position: absolute;
1661
- top: 0;
1662
- right: 0;
1663
- bottom: 0;
1664
- left: 0;
1665
- display: flex;
1666
- align-items: center;
1667
- justify-content: center;
1668
- width: 100%;
1669
- height: 100%;
1670
- color: #eee;
1671
- }
1672
- .sign-panel .sign-view {
1673
- position: relative;
1674
- display: flex;
1675
- align-items: center;
1676
- justify-content: center;
1677
- min-width: 212px;
1678
- height: 80px;
1679
- background-color: #fff;
1680
- border: 1px solid #eee;
1681
- }
1682
- .sign-panel .sign-edit-icon {
1683
- position: absolute;
1684
- right: 4px;
1685
- bottom: 4px;
1686
- }
1687
- .sign-panel .sign-image {
1688
- display: inline-block;
1689
- min-width: 160px;
1690
- height: 80px;
1691
- }
1692
- .sign-panel .sign-edit {
1693
- display: flex;
1694
- flex-direction: column;
1695
- align-items: center;
1696
- max-width: 100%;
1697
- background-color: #fff;
1698
- }
1699
- .sign-panel .sign-draw-area {
1700
- position: relative;
1701
- max-width: 100%;
1702
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */ /* 应用头部高度 */ /* 页面宽度 */ /* 侧栏宽度 */ /* 标签高度 */ /* 页面头部工具条高度 */
1703
- .egd-split-wrapper {
1704
- position: relative;
1705
- width: 100%;
1706
- height: 100%;
1707
- }
1708
- .egd-split-pane {
1709
- position: absolute;
1710
- }
1711
- .egd-split-pane.left-pane, .egd-split-pane.right-pane {
1712
- top: 0;
1713
- bottom: 0;
1714
- }
1715
- .egd-split-pane.left-pane {
1716
- left: 0;
1717
- }
1718
- .egd-split-pane.right-pane {
1719
- right: 0;
1720
- }
1721
- .egd-split-pane.top-pane, .egd-split-pane.bottom-pane {
1722
- right: 0;
1723
- left: 0;
1724
- }
1725
- .egd-split-pane.top-pane {
1726
- top: 0;
1727
- }
1728
- .egd-split-pane.bottom-pane {
1729
- bottom: 0;
1730
- }
1731
- .egd-split-trigger-con {
1732
- position: absolute;
1733
- z-index: 10;
1734
- transform: translate(-50%, -50%);
1735
- }
1736
- .egd-split-trigger-bar-con {
1737
- position: absolute;
1738
- overflow: hidden;
1739
- }
1740
- .egd-split-trigger-bar-con.vertical {
1741
- top: 50%;
1742
- left: 1px;
1743
- height: 32px;
1744
- transform: translate(0, -50%);
1745
- }
1746
- .egd-split-trigger-bar-con.horizontal {
1747
- top: 1px;
1748
- left: 50%;
1749
- width: 32px;
1750
- transform: translate(-50%, 0);
1751
- }
1752
- .egd-split-trigger-vertical {
1753
- width: 6px;
1754
- height: 100%;
1755
- background: #f8f8f9;
1756
- box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.4);
1757
- cursor: ew-resize;
1758
- }
1759
- .egd-split-trigger-vertical .egd-split-trigger-bar {
1760
- float: left;
1761
- width: 4px;
1762
- height: 1px;
1763
- margin-top: 3px;
1764
- background: rgba(23, 35, 61, 0.25);
1765
- }
1766
- .egd-split-trigger-horizontal {
1767
- width: 100%;
1768
- height: 6px;
1769
- background: #f8f8f9;
1770
- box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.4);
1771
- cursor: ns-resize;
1772
- }
1773
- .egd-split-trigger-horizontal .egd-split-trigger-bar {
1774
- float: left;
1775
- width: 1px;
1776
- height: 4px;
1777
- margin-right: 3px;
1778
- background: rgba(23, 35, 61, 0.25);
1779
- }
1780
- .egd-split-horizontal .egd-split-trigger-con {
1781
- top: 50%;
1782
- height: 100%;
1783
- border-right: 1px solid #d7dae0;
1784
- }
1785
- .egd-split-vertical .egd-split-trigger-con {
1786
- left: 50%;
1787
- width: 100%;
1788
- border-bottom: 1px solid #d7dae0;
1789
- }
1790
- .egd-split-trigger-vertical-line {
1791
- background-color: transparent;
1792
- box-shadow: none;
1793
- }
1794
- .egd-split-trigger-horizontal-line {
1795
- background-color: transparent;
1796
- box-shadow: none;
1797
- }
1798
- .egd-split .no-select {
1799
- -webkit-touch-callout: none;
1800
- user-select: none;
1801
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1802
- /* 应用头部高度 */
1803
- /* 页面宽度 */
1804
- /* 侧栏宽度 */
1805
- /* 标签高度 */
1806
- /* 页面头部工具条高度 */
1807
- .stateful {
1808
- display: inline-block;
1809
- width: 14px;
1810
- height: 14px;
1811
- margin-right: 6px;
1812
- vertical-align: middle;
1813
- border-radius: 2px;
1814
- content: "";
1815
- }
1816
- .stateful.draft {
1817
- background-color: #d7d7d7;
1818
- }
1819
- .stateful.doing {
1820
- background-color: #14ca7a;
1821
- }
1822
- .stateful.overdue {
1823
- background-color: #feae3d;
1824
- }
1825
- .stateful.error {
1826
- background-color: #f00;
1827
- }
1828
- .stateful.done {
1829
- background-color: #45a3e7;
1830
- }
1831
- .stateful.closed {
1832
- background-color: #d7d7d7;
1833
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1834
- /* 应用头部高度 */
1835
- /* 页面宽度 */
1836
- /* 侧栏宽度 */
1837
- /* 标签高度 */
1838
- /* 页面头部工具条高度 */
1839
- .static-pageable-table {
1840
- flex: 1 1 auto;
1841
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1842
- /* 应用头部高度 */
1843
- /* 页面宽度 */
1844
- /* 侧栏宽度 */
1845
- /* 标签高度 */
1846
- /* 页面头部工具条高度 */
1847
- .egd-swiper {
1848
- position: relative;
1849
- height: 100%;
1850
- padding: 0 60px;
1851
- }
1852
- .egd-swiper .el-button.el-carousel__arrow {
1853
- padding: 0;
1854
- color: #fff;
1855
- font-size: 12px;
1856
- background-color: rgba(31, 45, 61, 0.11);
1857
- border-color: rgba(31, 45, 61, 0.01);
1858
- border-radius: 50%;
1859
- }
1860
- .egd-swiper .el-button.el-carousel__arrow i {
1861
- cursor: unset;
1862
- }
1863
- .egd-swiper .el-button.el-carousel__arrow.is-disabled {
1864
- color: white;
1865
- background-color: rgba(31, 45, 61, 0.11);
1866
- border-color: rgba(31, 45, 61, 0.01);
1867
- }
1868
- .egd-swiper .egd-swiper-box {
1869
- height: 100%;
1870
- overflow: hidden;
1871
- user-select: none;
1872
- }
1873
- .egd-swiper .egd-swiper-box .egd-swiper-content {
1874
- display: flex;
1875
- flex-direction: row;
1876
- flex-wrap: nowrap;
1877
- width: 100%;
1878
- height: 100%;
1879
- padding-top: 14px;
1880
- overflow: visible;
1881
- transform: translate3d(0, 0, 0);
1882
- transition-property: transform;
1883
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1884
- /* 应用头部高度 */
1885
- /* 页面宽度 */
1886
- /* 侧栏宽度 */
1887
- /* 标签高度 */
1888
- /* 页面头部工具条高度 */
1889
- .vux-tab-ink-bar {
1890
- position: absolute;
1891
- bottom: 0;
1892
- left: 0;
1893
- height: 2px;
1894
- text-align: center;
1895
- background-color: #1989fa;
1896
- }
1897
- .vux-tab-ink-bar-transition-forward {
1898
- transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
1899
- }
1900
- .vux-tab-ink-bar-transition-backward {
1901
- transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
1902
- }
1903
- .vux-tab-bar-top .vux-tab-ink-bar {
1904
- top: 0;
1905
- }
1906
- .vux-tab {
1907
- position: relative;
1908
- display: flex;
1909
- height: 36px;
1910
- background-color: #fff;
1911
- }
1912
- .vux-tab button {
1913
- padding: 0;
1914
- background: 0 0;
1915
- border: 0;
1916
- outline: 0;
1917
- appearance: none;
1918
- }
1919
- .vux-tab .vux-tab-item {
1920
- display: block;
1921
- flex: 1 1 auto;
1922
- box-sizing: border-box;
1923
- width: 100%;
1924
- height: 100%;
1925
- color: #666;
1926
- font-size: 14px;
1927
- line-height: 36px;
1928
- text-align: center;
1929
- cursor: pointer;
1930
- /* background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) bottom left no-repeat; */
1931
- /* background-size: 100% 1px; */
1932
- }
1933
- .vux-tab .vux-tab-item.vux-tab-selected {
1934
- color: #1989fa;
1935
- border-bottom: 3px solid #1989fa;
1936
- }
1937
- .vux-tab-bar-top .vux-tab .vux-tab-item {
1938
- /* background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) top left no-repeat; */
1939
- /* background-size: 100% 1px; */
1940
- }
1941
- .vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected {
1942
- border-top: 3px solid #1989fa;
1943
- border-bottom: none;
1944
- }
1945
- .vux-tab .vux-tab-item.vux-tab-disabled {
1946
- color: #ddd;
1947
- }
1948
- .vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
1949
- background: 0 0;
1950
- }
1951
-
1952
- /** when=prop:custom-bar-width **/
1953
- .vux-tab-bar-inner {
1954
- display: block;
1955
- height: 100%;
1956
- margin: auto;
1957
- background-color: #1989fa;
1958
- transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
1959
- }
1960
- .vux-tab-item-badge {
1961
- position: absolute;
1962
- top: 0;
1963
- bottom: 0;
1964
- display: inline-block;
1965
- box-sizing: border-box;
1966
- min-width: 18px;
1967
- height: 18px;
1968
- margin: auto 0 auto 4px;
1969
- padding: 0 4px;
1970
- font-size: 11px;
1971
- line-height: 18px;
1972
- vertical-align: middle;
1973
- background-clip: padding-box;
1974
- border-radius: 30px;
1975
- }
1976
- .vux-tab-wrap {
1977
- position: relative;
1978
- padding-top: 36px;
1979
- }
1980
- .vux-tab-container {
1981
- position: absolute;
1982
- top: 0;
1983
- right: 0;
1984
- left: 0;
1985
- height: 36px;
1986
- overflow: hidden;
1987
- }
1988
- .scrollable {
1989
- box-sizing: content-box;
1990
- padding-bottom: 17px;
1991
- overflow-x: auto;
1992
- overflow-y: hidden;
1993
- -webkit-overflow-scrolling: touch;
1994
- }
1995
- .scrollable::-webkit-scrollbar {
1996
- display: none;
1997
- }
1998
- .scrollable .vux-tab-ink-bar {
1999
- position: absolute;
2000
- bottom: 17px;
2001
- }
2002
- .scrollable .vux-tab-item {
2003
- flex: 0 0 22%;
2004
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2005
- /* 应用头部高度 */
2006
- /* 页面宽度 */
2007
- /* 侧栏宽度 */
2008
- /* 标签高度 */
2009
- /* 页面头部工具条高度 */
2010
- .table-view {
2011
- display: flex;
2012
- flex-direction: column;
2013
- height: 100%;
2014
- }
2015
- .table-view .el-table--border {
2016
- border: none;
2017
- }
2018
- .table-view .border-top .el-table--border {
2019
- border-top: 1px solid #ebeef5;
2020
- }
2021
- .table-view .border-bottom .el-table--border {
2022
- border-bottom: 1px solid #ebeef5;
2023
- }
2024
- .table-view .border-left .el-table--border, .table-view .border-left .el-pagination {
2025
- border-left: 1px solid #ebeef5;
2026
- }
2027
- .table-view .border-right .el-table--border {
2028
- border-right: 1px solid #ebeef5;
2029
- }
2030
- .table-view .table-view-content-wrapper {
2031
- position: relative;
2032
- flex: 1;
2033
- overflow: hidden;
2034
- }
2035
- .table-view .table-view-content {
2036
- position: absolute;
2037
- top: 0;
2038
- left: 0;
2039
- display: flex;
2040
- width: 100%;
2041
- height: 100%;
2042
- background-color: white;
2043
- }
2044
- .table-view .table-view-sidebar {
2045
- flex-shrink: 0;
2046
- width: 240px;
2047
- height: 100%;
2048
- padding: 10px;
2049
- overflow: auto;
2050
- }
2051
- .table-view .table-view-sidebar .et-tree-wrapper {
2052
- display: table;
2053
- overflow: visible;
2054
- }
2055
- .table-view .table-view-table {
2056
- flex: 1 1 auto;
2057
- height: 100%;
2058
- }
2059
- .table-view .slide-panel {
2060
- position: absolute;
2061
- top: 0;
2062
- right: 0;
2063
- bottom: 0;
2064
- z-index: 5;
2065
- display: flex;
2066
- background-color: white;
2067
- transition: right 200ms ease;
2068
- }
2069
- .table-view .slide-panel .slide-panel-line {
2070
- position: relative;
2071
- width: 3px;
2072
- height: 100%;
2073
- background-color: #ddd;
2074
- flex-shrink: 0;
2075
- }
2076
- .table-view .slide-panel .slide-panel-line-indicator {
2077
- position: absolute;
2078
- top: 50%;
2079
- left: 0;
2080
- width: 100%;
2081
- height: 50px;
2082
- background-color: #aaa;
2083
- transform: translateY(-50%);
2084
- }
2085
- .table-view .slide-panel .slide-panel-actions {
2086
- display: flex;
2087
- align-items: center;
2088
- justify-content: center;
2089
- margin-top: 10px;
2090
- }
2091
- .table-view .slide-panel .slide-panel-content {
2092
- flex: 1;
2093
- padding: 10px;
2094
- overflow: auto;
2095
- }
2096
- .table-view .slide-panel .slide-panel-content .el-date-editor {
2097
- width: 100%;
2098
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2099
- /* 应用头部高度 */
2100
- /* 页面宽度 */
2101
- /* 侧栏宽度 */
2102
- /* 标签高度 */
2103
- /* 页面头部工具条高度 */
2104
- .tag-render {
2105
- min-height: 80px;
2106
- padding-top: 3px;
2107
- padding-right: 5px;
2108
- padding-left: 5px;
2109
- overflow: hidden;
2110
- background-color: #fff;
2111
- border: 1px solid #d7dae0;
2112
- border-radius: 4px;
2113
- }
2114
- .tag-render .el-tag {
2115
- margin-top: 4px;
2116
- }
2117
- .tag-render .button-new-tag {
2118
- padding-top: 0;
2119
- padding-bottom: 0;
2120
- }
2121
- .tag-render .el-tag .el-tag__close:hover {
2122
- background-color: #ee8677;
2123
- }
2124
- .tag-render .tags-count {
2125
- position: absolute;
2126
- right: 7px;
2127
- bottom: -4px;
2128
- color: #b7b7b7;
2129
- font-size: 0.9em;
2130
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2131
- /* 应用头部高度 */
2132
- /* 页面宽度 */
2133
- /* 侧栏宽度 */
2134
- /* 标签高度 */
2135
- /* 页面头部工具条高度 */
2136
- .template-tag {
2137
- margin: 0 10px;
2138
- color: #1e90ff;
2139
- font-weight: bold;
2140
- font-family: "黑体", serif;
2141
- font-style: italic;
2142
- cursor: help !important;
2143
- }
2144
- .editor-shadow {
2145
- position: relative;
2146
- width: 100%;
2147
- height: 100%;
2148
- padding: 10px;
2149
- overflow: auto;
2150
- font-size: 16px;
2151
- font-family: "微软雅黑", serif;
2152
- line-height: normal;
2153
- text-align: left;
2154
- word-break: normal;
2155
- word-spacing: 0;
2156
- overflow-wrap: break-word;
2157
- background-color: #fff;
2158
- border: 1px solid #dcdfe6;
2159
- border-radius: 4px;
2160
- cursor: text;
2161
- }
2162
- .show-placeholder {
2163
- position: relative;
2164
- }
2165
- .show-placeholder::after {
2166
- position: absolute;
2167
- top: 10px;
2168
- left: 11px;
2169
- color: #a9a9a9;
2170
- content: attr(placeholder);
2171
- pointer-events: none;
2172
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2173
- /* 应用头部高度 */
2174
- /* 页面宽度 */
2175
- /* 侧栏宽度 */
2176
- /* 标签高度 */
2177
- /* 页面头部工具条高度 */
2178
- .tinymce-editor {
2179
- height: 100%;
2180
- }
2181
- .tinymce-editor.none-resize .mce-resizehandle {
2182
- display: none;
2183
- }
2184
- .tinymce-editor .mce-tinymce {
2185
- flex: 1;
2186
- height: calc(100% - 4px);
2187
- }
2188
- .tinymce-editor .mce-tinymce .mce-menubtn.mce-fixed-width span {
2189
- width: 60px;
2190
- }
2191
- .tinymce-editor .mce-tinymce > .mce-container-body {
2192
- display: flex;
2193
- flex-direction: column;
2194
- height: 100%;
2195
- }
2196
- .tinymce-editor .mce-tinymce > .mce-container-body > .mce-edit-area {
2197
- flex: 1;
2198
- }
2199
- .tinymce-editor .fa-icon {
2200
- font: normal normal normal 14px/1 FontAwesome !important;
2201
- }
2202
- .tinymce-editor .el-icon {
2203
- font-family: element-icons, serif !important;
2204
- }
2205
- .tinymce-editor .mce-label {
2206
- display: none;
2207
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2208
- /* 应用头部高度 */
2209
- /* 页面宽度 */
2210
- /* 侧栏宽度 */
2211
- /* 标签高度 */
2212
- /* 页面头部工具条高度 */
2213
- .toolbar {
2214
- display: flex;
2215
- height: 40px;
2216
- padding: 0 10px;
2217
- line-height: 40px;
2218
- background-color: #fff;
2219
- border-bottom: 1px solid #e5e9ec;
2220
- }
2221
- .toolbar .toolbar-left {
2222
- flex: 1 1 auto;
2223
- }
2224
- .toolbar .toolbar-left > .form-toolbar-button:last-child .separate-line {
2225
- display: none;
2226
- }
2227
- .toolbar .toolbar-left [class*=" el-icon-"], .toolbar .toolbar-left [class^=el-icon-], .toolbar .toolbar-left i.fa {
2228
- margin-top: -1px;
2229
- color: #1989fa;
2230
- font-size: 15px;
2231
- }
2232
- .toolbar .toolbar-right .el-button {
2233
- display: inline-flex;
2234
- align-items: center;
2235
- }
2236
- .footer-bar {
2237
- display: flex;
2238
- flex-direction: row;
2239
- align-items: center;
2240
- justify-content: center;
2241
- padding-top: 10px;
2242
- }
2243
- .footer-bar .el-button {
2244
- padding: 10px 40px;
2245
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2246
- /* 应用头部高度 */
2247
- /* 页面宽度 */
2248
- /* 侧栏宽度 */
2249
- /* 标签高度 */
2250
- /* 页面头部工具条高度 */
2251
- .form-toolbar-button .separate-line {
2252
- display: inline-block;
2253
- width: 1px;
2254
- height: 18px;
2255
- margin: 0 10px;
2256
- vertical-align: middle;
2257
- background-color: #aaa;
2258
- }
2259
- .form-toolbar-button .form-toolbar-button .el-button {
2260
- display: inline-flex;
2261
- align-items: center;
2262
- }
2263
- .form-toolbar-button .form-toolbar-button .el-button:hover {
2264
- border-color: transparent;
2265
- }
2266
-
2267
-
2268
-
2269
-
2270
-
2271
-
2272
-
2273
-
2274
-
2275
-
2276
-
2277
-
2278
-
2279
-
2280
-
2281
-
2282
-
2283
-
2284
-
2285
-
2286
-
2287
-
2288
-
2289
-
2290
-
2291
-
2292
-
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
-
2300
-
2301
-
2302
-
2303
-
2304
-
2305
-
2306
-
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
-
2318
-
2319
-
2320
-
2321
-
2322
-
2323
-
2324
-
2325
-
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
-
2336
-
2337
-
2338
-
2339
-
2340
-
2341
-
2342
-
2343
-
2344
-
2345
-
2346
-
2347
-
2348
-
2349
-
2350
-
2351
-
2352
-
2353
-
2354
-
2355
-
2356
-
2357
-
2358
-
2359
-
2360
-
2361
-
2362
-
2363
-
2364
-
2365
-
2366
-
2367
-
2368
-
2369
-
2370
-
2371
-
2372
-
2373
-
2374
-
2375
-
2376
-
2377
-
2378
-
2379
-
2380
-
2381
-
2382
-
2383
-
2384
-
2385
-
2386
-
2387
-
2388
-
2389
-
2390
-
2391
-
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
-
2403
-
2404
-
2405
-
2406
-
2407
-
2408
-
2409
-
2410
-
2411
-
2412
-
2413
-
2414
-
2415
-
2416
-
2417
-
2418
-
2419
-
2420
-
2421
-
2422
-
2423
-
2424
-
2425
-
2426
-
2427
-
2428
-
2429
-
2430
-
2431
-
2432
-
2433
-
2434
-
2435
-
2436
-
2437
-
2438
-
2439
-
2440
-
2441
-
2442
-
2443
-
2444
-
2445
-
2446
-
2447
-
2448
-
2449
-
2450
-
2451
-
2452
-
2453
-
2454
-
2455
-
2456
-
2457
-
2458
-
2459
-
2460
-
2461
-
2462
-
2463
-
2464
-
2465
-
2466
-
2467
-
2468
-
2469
-
2470
-
2471
-
2472
-
2473
-
2474
-
2475
-
2476
-
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
-
2485
-
2486
-
2487
-
2488
-
2489
-
2490
-
2491
-
2492
-
2493
-
2494
-
2495
-
2496
-
2497
-
2498
-
2499
-
2500
-
2501
-
2502
-
2503
-
2504
-
2505
-
2506
-
2507
-
2508
-
2509
-
2510
-
2511
-
2512
-
2513
-
2514
-
2515
-
2516
-
2517
-
2518
-
2519
-
2520
-
2521
-
2522
-
2523
-
2524
-
2525
-
2526
-
2527
-
2528
-
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
-
2537
-
2538
-
2539
-
2540
-
2541
-
2542
-
2543
-
2544
-
2545
-
2546
-
2547
-
2548
-
2549
-
2550
-
2551
-
2552
-
2553
-
2554
-
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
-
2568
-
2569
-
2570
-
2571
-
2572
-
2573
-
2574
-
2575
-
2576
-
2577
-
2578
-
2579
-
2580
-
2581
-
2582
-
2583
-
2584
-
2585
-
2586
-
2587
-
2588
-
2589
-
2590
-
2591
-
2592
-
2593
-
2594
-
2595
-
2596
-
2597
-
2598
-
2599
-
2600
-
2601
-
2602
-
2603
-
2604
-
2605
-
2606
-
2607
-
2608
-
2609
-
2610
-
2611
-
2612
-
2613
-
2614
-
2615
-
2616
-
2617
-
2618
-
2619
-
2620
-
2621
-
2622
-
2623
-
2624
-
2625
-
2626
-
2627
-
2628
-
2629
-
2630
-
2631
-
2632
-
2633
-
2634
-
2635
-
2636
-
2637
-
2638
-
2639
-
2640
-
2641
-
2642
-
2643
-
2644
-
2645
-
2646
-
2647
-
2648
-
2649
-
2650
-
2651
-
2652
-
2653
-
2654
-
2655
-
2656
-
2657
-
2658
-
2659
-
2660
-
2661
-
2662
-
2663
-
2664
-
2665
-
2666
-
2667
-
2668
-
2669
-
2670
-
2671
-
2672
-
2673
-
2674
-
2675
-
2676
-
2677
-
2678
-
2679
-
2680
-
2681
-
2682
-
2683
-
2684
-
2685
-
2686
-
2687
-
2688
-
2689
-
2690
-
2691
-
2692
-
2693
-
2694
-
2695
-
2696
-
2697
-
2698
-
2699
-
2700
-
2701
-
2702
-
2703
-
2704
-
2705
-
2706
-
2707
-
2708
-
2709
-
2710
-
2711
-
2712
-
2713
-
2714
-
2715
-
2716
-
2717
-
2718
-
2719
-
2720
-
2721
-
2722
-
2723
-
2724
-
2725
-
2726
-
2727
-
2728
-
2729
-
2730
-
2731
-
2732
-
2733
-
2734
-
2735
-
2736
-
2737
-
2738
-
2739
-
2740
-
2741
-
2742
-
2743
-
2744
-
2745
-
2746
-
2747
-
2748
-
2749
-
2750
-
2751
-
2752
-
2753
-
2754
-
2755
-
2756
-
2757
-
2758
-
2759
-
2760
-
2761
-
2762
-
2763
-
2764
-
2765
-
2766
-
2767
-
2768
-
2769
-
2770
-
2771
-
2772
-
2773
-
2774
-
2775
-
2776
-
2777
-
2778
-
2779
-
2780
-
2781
-
2782
-
2783
-
2784
-
2785
-
2786
-
2787
-
2788
-
2789
-
2790
-
2791
-
2792
-
2793
-
2794
-
2795
-
2796
-
2797
-
2798
-
2799
-
2800
-
2801
-
2802
-
2803
-
2804
-
2805
-
2806
-
2807
-
2808
-
2809
-
2810
-
2811
-
2812
-
2813
-
2814
-
2815
-
2816
-
2817
-
2818
-
2819
-
2820
-
2821
-
2822
-
2823
-
2824
-
2825
-
2826
-
2827
-
2828
-
2829
-
2830
-
2831
-
2832
-
2833
- /* The input */
2834
- .tags-input {
2835
- display: flex;
2836
- flex-wrap: wrap;
2837
- align-items: center;
2838
- }
2839
- .tags-input input {
2840
- flex: 1 1 auto;
2841
- background: transparent;
2842
- border: none;
2843
- }
2844
- .tags-input input:focus {
2845
- outline: none;
2846
- }
2847
- .tags-input input[type='text'] {
2848
- color: #495057;
2849
- }
2850
- .tags-input-wrapper-default {
2851
- padding: 0.5rem 0.25rem;
2852
- background: #fff;
2853
- border: 1px solid transparent;
2854
- border-color: #dbdbdb;
2855
- border-radius: 0.25rem;
2856
- }
2857
-
2858
- /* The tag badges & the remove icon */
2859
- .tags-input span {
2860
- margin-right: 0.3rem;
2861
- }
2862
- .tags-input-remove {
2863
- position: relative;
2864
- display: inline-block;
2865
- width: 0.5rem;
2866
- height: 0.5rem;
2867
- cursor: pointer;
2868
- }
2869
- .tags-input-remove::before, .tags-input-remove::after {
2870
- position: absolute;
2871
- top: 50%;
2872
- left: 0;
2873
- width: 100%;
2874
- height: 2px;
2875
- margin-top: -1px;
2876
- background: #ea0000;
2877
- content: '';
2878
- }
2879
- .tags-input-remove::before {
2880
- transform: rotate(45deg);
2881
- }
2882
- .tags-input-remove::after {
2883
- transform: rotate(-45deg);
2884
- }
2885
-
2886
- /* Tag badge styles */
2887
- .tags-input-badge {
2888
- display: inline-block;
2889
- padding: 0.25em 0.4em;
2890
- font-weight: 700;
2891
- font-size: 75%;
2892
- line-height: 1;
2893
- white-space: nowrap;
2894
- text-align: center;
2895
- vertical-align: baseline;
2896
- border-radius: 0.25rem;
2897
- }
2898
- .tags-input-badge-pill {
2899
- padding-right: 0.6em;
2900
- padding-left: 0.6em;
2901
- border-radius: 10rem;
2902
- }
2903
- .tags-input-badge-selected-default {
2904
- color: #212529;
2905
- background-color: #f0f1f2;
2906
- }
2907
-
2908
- /* Typeahead */
2909
- .typeahead-hide-btn {
2910
- color: #999 !important;
2911
- }
2912
-
2913
- /* Typeahead - badges */
2914
- .typeahead-badges > span {
2915
- margin-right: 0.3rem;
2916
- cursor: pointer;
2917
- }
2918
-
2919
- /* Typeahead - dropdown */
2920
- .typeahead-dropdown {
2921
- position: absolute;
2922
- top: 50px;
2923
- right: 0;
2924
- z-index: 1000;
2925
- width: 100%;
2926
- max-height: 150px;
2927
- margin: 0;
2928
- padding: 0;
2929
- overflow: auto;
2930
- list-style-type: none;
2931
- border-radius: 4px;
2932
- box-shadow: 0 0 5px #d7d7d7;
2933
- }
2934
- .typeahead-dropdown li {
2935
- padding: 0.25rem 1rem;
2936
- cursor: pointer;
2937
- }
2938
-
2939
- /* Typeahead elements style/theme */
2940
- .tags-input-typeahead-item-default {
2941
- color: grey;
2942
- background-color: white;
2943
- }
2944
- .tags-input-typeahead-item-highlighted-default {
2945
- background-color: #f5f7fa;
2946
- }
2947
-
2948
- .watermark {
2949
- position: absolute;
2950
- top: 0;
2951
- right: 0;
2952
- bottom: 0;
2953
- left: 0;
2954
- z-index: 100;
2955
- height: 100%;
2956
- pointer-events: none;
2957
- }
2958
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2959
- /* 应用头部高度 */
2960
- /* 页面宽度 */
2961
- /* 侧栏宽度 */
2962
- /* 标签高度 */
2963
- /* 页面头部工具条高度 */
2964
- .x-dialog .el-dialog__footer {
2965
- padding: 10px;
2966
- }
2967
- .x-dialog .el-dialog__body {
2968
- padding: 0;
2969
- }
2970
- .x-dialog .x-dialog-content {
2971
- max-height: 80vh;
2972
- }