@web-utils/component 1.2.4 → 1.2.6

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 (111) hide show
  1. package/README.md +27 -27
  2. package/dist/chunks/163eed3b.js +16 -1
  3. package/dist/chunks/2bd4e340.js +184 -0
  4. package/dist/chunks/6499de3a.js +30 -1
  5. package/dist/chunks/7af3ceb1.js +75 -0
  6. package/dist/chunks/86bcadec.js +24 -0
  7. package/dist/chunks/8bbde9bf.js +81 -1
  8. package/dist/chunks/90bd3d52.js +26 -1
  9. package/dist/chunks/92404ceb.js +126 -0
  10. package/dist/chunks/a73fe8ee.js +11 -0
  11. package/dist/chunks/df803484.js +60 -0
  12. package/dist/components/address-input/index.js +113 -1
  13. package/dist/components/aside-menu/index.js +58 -1
  14. package/dist/components/awesome-button/index.js +82 -1
  15. package/dist/components/capsule-tab/index.js +52 -1
  16. package/dist/components/chunk-file-uploader/index.js +119 -1
  17. package/dist/components/chunk-file-uploader-button/index.js +60 -1
  18. package/dist/components/chunk-file-uploader-drop/index.js +65 -1
  19. package/dist/components/chunk-file-uploader-file/index.js +311 -1
  20. package/dist/components/chunk-file-uploader-files/index.js +49 -1
  21. package/dist/components/chunk-file-uploader-list/index.js +50 -1
  22. package/dist/components/chunk-file-uploader-un-support/index.js +51 -1
  23. package/dist/components/code-mirror-editor/index.js +310 -6
  24. package/dist/components/color-picker/index.js +110 -1
  25. package/dist/components/confirm-button/index.js +57 -1
  26. package/dist/components/confirmable/index.js +28 -1
  27. package/dist/components/context-menu/index.js +236 -1
  28. package/dist/components/custom-scrollbar/index.js +150 -1
  29. package/dist/components/data-table-picker/index.js +137 -1
  30. package/dist/components/dynamic-table/index.js +195 -1
  31. package/dist/components/e-charts/index.js +229 -1
  32. package/dist/components/editable-progress/index.js +141 -1
  33. package/dist/components/editable-tree/index.js +789 -1
  34. package/dist/components/egd-collapse/index.js +79 -1
  35. package/dist/components/egd-collapse-item/index.js +132 -1
  36. package/dist/components/el-color-picker-dropdown/index.js +170 -1
  37. package/dist/components/element-dialog/index.js +242 -1
  38. package/dist/components/empty-view/index.js +69 -1
  39. package/dist/components/error-view/index.js +61 -1
  40. package/dist/components/flex-column/index.js +50 -1
  41. package/dist/components/flex-item/index.js +66 -1
  42. package/dist/components/flex-row/index.js +50 -1
  43. package/dist/components/flex-scroller/index.js +47 -1
  44. package/dist/components/form-button/index.js +80 -1
  45. package/dist/components/form-cascader/index.js +151 -1
  46. package/dist/components/form-checkbox-group/index.js +192 -1
  47. package/dist/components/form-date-picker/index.js +182 -1
  48. package/dist/components/form-holder/index.js +90 -1
  49. package/dist/components/form-input/index.js +106 -1
  50. package/dist/components/form-input-email/index.js +97 -1
  51. package/dist/components/form-input-id-card/index.js +104 -1
  52. package/dist/components/form-input-number/index.js +123 -1
  53. package/dist/components/form-input-phone-number/index.js +98 -1
  54. package/dist/components/form-input-time/index.js +124 -1
  55. package/dist/components/form-item/index.js +120 -1
  56. package/dist/components/form-item-config-provider/index.js +63 -1
  57. package/dist/components/form-item-group/index.js +169 -1
  58. package/dist/components/form-radio-group/index.js +170 -1
  59. package/dist/components/form-select/index.js +154 -1
  60. package/dist/components/form-switch/index.js +97 -1
  61. package/dist/components/form-textarea/index.js +102 -1
  62. package/dist/components/form-view/index.js +343 -1
  63. package/dist/components/guide-steps/index.js +94 -1
  64. package/dist/components/icon-card/index.js +62 -1
  65. package/dist/components/iframe-window/index.js +99 -1
  66. package/dist/components/input-number/index.js +274 -1
  67. package/dist/components/input-number-range/index.js +110 -1
  68. package/dist/components/j-s-x-component/index.js +16 -1
  69. package/dist/components/keep-view-alive/index.js +119 -1
  70. package/dist/components/loading-view/index.js +61 -1
  71. package/dist/components/nav-bar/index.js +52 -1
  72. package/dist/components/not-implement/index.js +35 -1
  73. package/dist/components/page/index.js +40 -1
  74. package/dist/components/page-header/index.js +56 -1
  75. package/dist/components/page-index/index.js +151 -1
  76. package/dist/components/page-index-top/index.js +119 -1
  77. package/dist/components/page-skeleton/index.js +56 -1
  78. package/dist/components/page-skeleton-new/index.js +98 -1
  79. package/dist/components/pageable-table/index.js +429 -1
  80. package/dist/components/pageable-view/index.js +328 -2
  81. package/dist/components/photo-swipe/index.js +187 -1
  82. package/dist/components/resize-observer/index.js +62 -1
  83. package/dist/components/search-popover/index.js +391 -2
  84. package/dist/components/sign-panel/index.js +242 -1
  85. package/dist/components/split-pane/index.js +209 -1
  86. package/dist/components/stateful/index.js +84 -1
  87. package/dist/components/static-pageable-table/index.js +92 -1
  88. package/dist/components/swiper/index.js +158 -1
  89. package/dist/components/tab/index.js +145 -1
  90. package/dist/components/tab-item/index.js +73 -1
  91. package/dist/components/table-column/index.js +89 -1
  92. package/dist/components/table-view/index.js +363 -1
  93. package/dist/components/tag-render/index.js +97 -1
  94. package/dist/components/tinymce-editor/index.js +173 -1
  95. package/dist/components/tinymce-wrapper/index.js +618 -1
  96. package/dist/components/toolbar/index.js +217 -1
  97. package/dist/components/toolbar-button/index.js +90 -1
  98. package/dist/components/trigger/index.js +71 -1
  99. package/dist/components/vue-tags-input/index.js +439 -1
  100. package/dist/components/watermark/index.js +63 -1
  101. package/dist/components/x-dialog/index.js +173 -1
  102. package/dist/index.css +2102 -1
  103. package/dist/index.es.js +2995 -2078
  104. package/package.json +29 -29
  105. package/web-types.json +22 -16
  106. package/dist/chunks/23bd3525.js +0 -1
  107. package/dist/chunks/65f4f4f2.js +0 -1
  108. package/dist/chunks/8473fc69.js +0 -1
  109. package/dist/chunks/addb6ed5.js +0 -1
  110. package/dist/chunks/b8305633.js +0 -1
  111. package/dist/chunks/e8547f66.js +0 -1
package/dist/index.css CHANGED
@@ -1 +1,2102 @@
1
- .address-input-wrapper{width:100%}.address-input-item-wrapper{padding-right:5px}.address-input-item-wrapper .el-cascader,.address-input-item-wrapper .el-input{width:100%}.aside-menu-item{padding:8px 10px}.capsule-tab{display:inline;margin-right:10px}.capsule-tab .tab-item{display:inline;padding:2px 14px;background-color:#fafafa;border:1px solid #ebeef5;border-right:none;cursor:pointer}.capsule-tab .tab-item.active{color:#fff;background-color:#ef6666}.capsule-tab .tab-item:first-child{border-radius:12px 0 0 12px}.capsule-tab .tab-item:last-child{border-right:1px solid #ccc;border-radius:0 12px 12px 0}.capsule-tab .tab-item:last-child.single{border-radius:12px}.uploader{position:relative}.uploader-btn{position:relative;display:inline-block;padding:4px 8px;color:#666;font-size:100%;line-height:1.4;background:none;border:1px solid #666;border-radius:2px;outline:none;cursor:pointer}.uploader-btn:hover{background-color:#00000014}.uploader-drop{position:relative;padding:10px;overflow:hidden;background-color:#f5f5f5;border:1px dashed #ccc}.uploader-dragover{background-color:#f7f7f7;border-color:#999}.chunk-file-uploader-file{position:relative;height:49px;overflow:hidden;line-height:49px;border-bottom:1px solid #cdcdcd}.chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause,.chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause,.chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume,.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry{display:block}.chunk-file-uploader-file[status=success] .chunk-file-uploader-file-remove{display:none}.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-progress{background:#ffe0e0}.chunk-file-uploader-file-progress{position:absolute;width:100%;height:100%;background:#e2eeff;transform:translate(-100%)}.chunk-file-uploader-file-progressing{transition:all .4s linear}.chunk-file-uploader-file-info{position:relative;z-index:1;height:100%;overflow:hidden;display:flex;flex-direction:row}.chunk-file-uploader-file-info:hover{background-color:#f0f0f033}.chunk-file-uploader-file-info i,.chunk-file-uploader-file-info em{font-style:normal}.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{position:relative;height:100%;padding:0 10px}.chunk-file-uploader-file-size,.chunk-file-uploader-file-meta,.chunk-file-uploader-file-status,.chunk-file-uploader-file-actions{flex-shrink:0}.chunk-file-uploader-file-name{overflow:hidden;white-space:nowrap;text-indent:14px;text-overflow:ellipsis;flex:1 1 auto}.chunk-file-uploader-file-icon{display:inline-block;width:24px;height:24px;margin-top:13px;margin-right:8px;vertical-align:top}.chunk-file-uploader-file-icon:before{display:block;height:100%;color:gray;font-size:24px;line-height:1;text-indent:0;content:"\1f4c3"}.chunk-file-uploader-file-icon[icon=folder]:before{content:"\1f4c2"}.chunk-file-uploader-file-icon[icon=image]:before{content:"\1f4ca"}.chunk-file-uploader-file-icon[icon=video]:before{content:"\1f4f9"}.chunk-file-uploader-file-icon[icon=audio]:before{content:"\1f3b5"}.chunk-file-uploader-file-icon[icon=document]:before{content:"\1f4cb"}.chunk-file-uploader-file-actions>span{display:none;float:left;width:16px;height:16px;margin-top:16px;margin-right:10px;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;cursor:pointer}.chunk-file-uploader-file-actions>span:hover{background-position-x:-21px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-pause{background-position-y:0}.chunk-file-uploader-file-actions .chunk-file-uploader-file-resume{background-position-y:-17px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-retry{background-position-y:-53px}.chunk-file-uploader-file-actions .chunk-file-uploader-file-remove{display:block;background-position-y:-34px}.uploader-files{position:relative}.uploader-files>ul{margin:0;padding:0;list-style:none}.uploader-list{position:relative}.uploader-list>ul{margin:0;padding:0;list-style:none}.uploader-unsupport{position:relative;z-index:10;overflow:hidden}.code-mirror-editor{line-height:normal}.code-mirror-editor .CodeMirror{overflow:hidden;border:1px solid #dcdfe6;border-radius:4px}.code-mirror-editor .CodeMirror.CodeMirror-focused{border-color:#e34e55}.cm-container{position:fixed;z-index:9999;user-select:none}.cm-container .icon{position:absolute;top:50%;right:0;width:.9em;height:.9em;overflow:hidden;vertical-align:-.15em;transform:translateY(-50%);fill:currentcolor}.cm-container .cm-item-icon{margin-right:4px}.cm-container .cm-ul{width:100%;margin:0;padding:0;color:#2e2e2e;list-style:none;background-color:#fff;box-shadow:0 0 1px #666}.cm-container .cm-ul li{position:relative;box-sizing:border-box;width:100%;text-align:left;cursor:pointer}.cm-container .cm-ul li:hover>ul{display:block}.cm-container .cm-ul li div{position:relative;display:inline-block;box-sizing:border-box;width:100%;height:100%;padding:0 .8em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cm-container .cm-ul li i{display:inline-block;width:1em;font-size:1.3em;text-align:center}.cm-container .cm-ul li div:hover{color:#fff;background-color:#666}.cm-container .cm-ul-2,.cm-container .cm-ul-3{position:absolute;top:0;z-index:10000;display:none}.cm-container .cm-left svg{left:0;transform:translateY(-50%) rotate(180deg)}.cm-container .cm-underline li div:after{position:absolute;top:0;left:5%;z-index:10001;width:90%;height:1px;background-color:#ccc;content:""}.cm-container .cm-underline li div:hover:after,.cm-container .cm-underline>li:first-child>div:after{display:none}.border-bottom{border-bottom:1px solid #d7dae0}.clear-fix:after{display:block;clear:both;height:0;visibility:hidden;content:" "}.flex-row{display:flex;flex-direction:row;flex-shrink:0}.flex-row.vertical-center{align-items:center}.flex-row.vertical-start{align-items:flex-start}.flex-row.horizon-center{justify-content:center}.text-center{text-align:center}.flex-column{display:flex;flex-direction:column}.flex-column.vertical-center{justify-content:center}.flex-column.horizon-center{align-items:center}.flex-item,.flex-item-relative{flex:1 1 auto}.flex-item-relative{position:relative}.flex-item-relative .flex-content{position:absolute;top:0;right:0;bottom:0;left:0}.flex-not-shrink{flex-shrink:0}.dynamic-table{display:flex;flex-direction:column;align-items:center;width:100%}.dynamic-table .dynamic-table-action-icon{margin-left:10px;font-weight:700;cursor:pointer}.dynamic-table .el-form-item{margin-bottom:0}.dynamic-table .el-table{flex:1 1 auto}.dynamic-table .el-table td{padding:2px 0}.dynamic-table .el-input.is-disabled .el-input__inner{background-color:transparent;border:none}.echarts{width:100%;height:100%}.editable-progress{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;background-color:#e4e7ed;border-radius:100px}.editable-progress .el-progress,.editable-progress .el-slider{width:100%;font-weight:700}.editable-progress .el-slider__runway{margin:0}.editable-progress .el-progress-bar__outer{background-color:#e4e7ed}.editable-progress .el-slider__bar,.editable-progress .el-slider__runway{height:22px;border-radius:100px}.editable-progress .el-slider__button-wrapper{width:52px;height:52px}.editable-progress .el-slider__button-wrapper .el-slider__button{width:24px;height:24px}.editable-tree{position:relative}.editable-tree.et-tree-label-overflow-visible .et-tree-label{position:static}.et-tree-wrapper{display:flex;flex-direction:column;width:100%;overflow:auto;text-align:left}.et-tree-wrapper .el-tree{display:table;width:100%;overflow:visible}.et-tree-wrapper .el-button+.el-button{margin-left:8px!important}.et-tree-wrapper .el-input__inner{padding:0 4px}.et-tree-wrapper .custom-tree-node{display:flex;align-items:center;width:100%;padding-right:8px;font-size:14px}.et-tree-wrapper .custom-tree-node:hover .handle-actions{display:block}.et-tree-wrapper .custom-tree-node .handle-actions{display:none;align-self:flex-end}.et-tree-wrapper .custom-tree-node .node-icon{margin-top:2px;margin-right:4px}.et-tree-wrapper .node-label{align-items:center}.et-tree-wrapper .node-input{min-width:140px;margin-right:10px}.et-tree-wrapper .menu{position:fixed;z-index:3;padding:0;background:#fff;border-radius:4px;box-shadow:0 5px 10px #bebebe}.et-tree-wrapper .menu-item{display:block;padding:8px 20px 8px 8px;color:#242f42;font: 11px tahoma,arial,sans-serif;line-height:100%;white-space:nowrap;cursor:pointer;user-select:none}.et-tree-wrapper .menu .menu-item:hover{color:#66b1ff;background-color:#ecf5ff}.et-tree-wrapper .menu-item-icon{margin-right:4px;font-weight:700;font-size:1.3em}.element-dialog.el-dialog.el-dialog-resizeable{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body{position:relative;flex:1 1 auto;padding:0}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__header{position:relative;font-size:18px}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__footer{padding-bottom:10px;text-align:right}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn{position:absolute;top:14px;right:50px;padding:2px;color:#fff;background:0 0;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover{background:#e34e55}.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{padding:4px;font-size:13px}.element-dialog.el-dialog.el-dialog-resizeable .dialog-head-group{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.element-dialog.el-dialog.is-fullscreen{position:absolute;top:0!important;left:0!important;width:100%!important;height:100%!important}.element-dialog.el-dialog.el-dialog--center .el-dialog__header{justify-content:center}.element-dialog.el-dialog.el-dialog--flex-column .el-dialog__body{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog--flex-row .el-dialog__body{display:flex;flex-direction:row}.element-dialog.el-dialog.el-dialog__body-padding .el-dialog__body{padding:10px}.element-dialog.el-dialog .el-dialog__body{padding:0}.element-dialog.el-dialog .el-dialog__header{display:flex;flex-direction:row;position:relative;align-items:center;padding:4px 10px;font-size:16px;background-color:#409eff}.element-dialog.el-dialog .el-dialog__header .el-dialog__title{color:#fff;font-weight:400;font-size:16px}.element-dialog.el-dialog .header-button-wrapper{position:absolute;top:50%;right:10px;display:flex;transform:translateY(-50%)}.element-dialog.el-dialog .header-button{padding:2px;color:#fff;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog .header-button:hover{background:#e34e55}.empty-view,.error-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}.flex-scroller-wrapper{position:relative;flex:1 1 auto}.flex-scroller-wrapper .flex-scroller{position:absolute;top:0;right:0;bottom:0;left:0}.flex-scroller-wrapper .flex-scroller.content-scroll{overflow:auto}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label{word-wrap:break-word;word-break:break-all}.form-checkbox-group.form-checkbox-group-row .el-checkbox-group{display:block}.form-checkbox-group.form-checkbox-group-row .el-checkbox{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-checkbox-group.form-checkbox-group-row .el-checkbox__input{flex-shrink:0;top:3px}.form-checkbox-group.form-checkbox-group-row .el-checkbox__label{flex:1 1 auto;display:block;margin-bottom:6px;vertical-align:sub}.form-checkbox-group .form-checkbox-group-other{display:inline-block;margin-left:10px}.form-checkbox-group .form-checkbox-group-other .el-form-item__label{display:none}.form-checkbox-group .el-checkbox-group{line-height:inherit}.form-checkbox-group .el-checkbox{margin-right:10px;vertical-align:middle}.form-checkbox-group .el-checkbox__label{padding-left:4px}.form-input-number.el-input-number{width:100%}.form-input-number.el-input-number .el-input__inner{text-align:left}.form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label:before{margin-right:4px;color:#f56c6c;content:"*"}.form-item-group{margin-bottom:10px;background-color:#fff}.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-row{margin:0!important}.form-item-group .form-item-group-title{display:flex;flex-direction:row;align-items:center;height:30px;margin:0 0 10px;padding:0 10px;color:#333;font-weight:700;font-size:14px;line-height:30px;background-color:#f3f5fb;cursor:pointer}.form-radio-group.inline{display:inline}.form-radio-group.inline .el-radio{float:left;margin-right:10px}.form-radio-group.form-radio-group-row.form-radio-group-row-ellipsis .el-radio__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-radio-group.form-radio-group-row.form-radio-group-row-break-word .el-radio__label{word-wrap:break-word;word-break:break-all}.form-radio-group.form-radio-group-row .el-radio-group{display:block}.form-radio-group.form-radio-group-row .el-radio{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-radio-group.form-radio-group-row .el-radio__input{flex-shrink:0;top:3px}.form-radio-group.form-radio-group-row .el-radio__label{flex:1 1 auto;display:block;margin-bottom:6px;padding-left:4px;vertical-align:sub}.form-radio-group .el-radio-group{line-height:1}.form-radio-group .el-radio{margin-right:10px;vertical-align:middle}.form-radio-group .el-radio__label{padding-left:0;line-height:19px}.form-view{display:flex;flex-direction:column;height:100%}.form-view .form-scroller-wrapper{position:relative;flex:1}.form-view .not-form{margin:0 auto}.form-view .form-view-toolbar{overflow:hidden}.form-view .form-scroller{flex:1;overflow:auto}.form-view .form-scroller .el-row{position:static}.form-view .form-content .el-form .el-row{padding-right:2rem}.form-view .form-content .el-form .el-row .el-row{padding-right:0}.form-view .form-card{box-shadow:0 2px 12px #0000001a;max-width:1000px;margin:14px auto;padding:20px;color:#303133;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;transition:.3s}.form-view .form-card.un-limit{max-width:100%}.form-view .form-nav{box-shadow:0 2px 12px #0000001a;position:absolute;top:55px;left:20px;background-color:#fff}.form-view .form-nav-list{min-width:180px;padding:10px 20px}.form-view .form-nav-header{position:relative;padding:5px 20px;color:#e34e55;font-weight:700;font-size:15px;background-color:#f3f5fb}.form-view .form-nav-item{position:relative;padding:5px 0;font-family:element-icons!important;cursor:pointer}.form-view .form-nav-item.active,.form-view .form-nav-item:hover{color:#e34e55;font-weight:700}.form-view .form-nav-item.active:before{position:absolute;left:-14px;content:"\e6e0"}.form-view .form-view-title{width:100%;height:36px;margin-bottom:10px;color:#333;font-size:22px;line-height:36px;text-align:center;background-color:#fff}.form-view .tip{margin:20px 0;padding:8px 16px;background-color:#ecf8ff;border-left:5px solid #50bfff;border-radius:4px}.form-view .tip p{color:#5e6d82;font-size:14px;line-height:1.5em}.form-view .tip.danger{background-color:#fde2e2;border-left-color:#f56c6c}.form-view .tip.danger p{color:#564646}.form-view .tip.warning{background-color:#f7efe2;border-left-color:#e6a23c}.form-view .tip.warning p{color:#5d564b}.form-view .select-num{color:#898989;font-size:12px}.form-view .select-num .num{font-size:19px;font-family:impact,Constantia,Georgia}.form-view .el-table .el-table__header th{color:#595959;font-weight:400;background:#fff}.form-view .el-table td{padding:4px 0}.form-view .el-table td .cell .el-input .el-input__inner{padding-left:4px}.form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner{padding-left:30px}.form-view .el-table td .cell .el-input.is-disabled .el-input__suffix{display:none}.form-view .el-table td .cell .el-input.is-disabled .el-input__inner{padding:0 0 0 4px;line-height:1.6;white-space:normal;word-break:break-word;background:transparent;border:0}@media screen and (min-width: 1700px){.form-view.form-view__lg .form-card{position:relative;left:60px}}.guide-steps{margin-top:20px;margin-bottom:20px}.guide-steps .el-step .el-step__line-inner{width:100%!important;border-width:1px!important}.guide-steps .el-step.current.important .el-step__head .el-step__icon.is-text{color:#f55634!important;border-color:#f55634!important}.guide-steps .el-step.current.important .el-step__title{color:#f55634!important}.guide-steps .el-step.available .el-step__head .el-step__icon.is-text{color:#eab006!important;border-color:#eab006!important}.guide-steps .el-step.available .el-step__title{color:#eab006!important}.guide-steps .el-step .el-step__icon.is-text{cursor:pointer}.guide-steps .el-step.disabled .el-step__icon.is-text{cursor:not-allowed}.icon-card{padding:14px;border-radius:4px}.icon-card .card-icon_bg{width:48px;height:48px;margin-right:14px;text-align:center;border-radius:14px}.icon-card .card-icon{font-size:24px;line-height:48px}.icon-card .icon-card_color{font-weight:700;font-size:18px;cursor:pointer}.icon-card.blue{background:#f4f9ff}.icon-card.blue .card-icon_bg{color:#3c8efd;background:#e8f2fc}.icon-card.blue .icon-card_color{color:#3c8efd}.icon-card.orange{background:#f9f5ee}.icon-card.orange .card-icon_bg{color:#fdc12e;background:#fdf2dc}.icon-card.orange .icon-card_color{color:#fdc12e}.icon-card.green{background:#f1f7ed}.icon-card.green .card-icon_bg{color:#72c734;background:#ddf7d9}.icon-card.green .icon-card_color{color:#72c734}.iframe-window .iframe-window-iframe{width:100%;height:60vh}.iframe-window .el-dialog__body{position:relative;padding:0}.el-input-number.input-number{display:block}.el-input-number.input-number .el-input-group{display:inline-table}.el-input-number.input-number .el-input{width:100%}.input-number-range{display:flex;flex-direction:row;align-items:center;width:100%}.loading-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}.nav-bar{flex-shrink:0;display:flex;width:100%;height:40px;border-bottom:1px #eee solid}.nav-bar .el-button--text{margin-left:12px}.not-implement{display:flex;align-items:center;justify-content:center;height:100%;color:gray;font-size:3em;text-align:center}.page{height:100%;background-color:#fff}.page.vertical{flex-direction:column}.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table .single-select-column .el-radio__label{padding:0}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}.pageable-table{flex:1 1 auto;position:relative;height:100%}.pageable-table.auto-height{position:static;height:auto}.pageable-table.auto-height .el-table{position:static;min-height:200px}.pageable-table.auto-height .pageable-table-wrapper{position:static}.pageable-table .pageable-table-wrapper{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.pageable-table .el-pagination{background-color:#fff}.pageable-table .table-status-icon{font-size:20px}.pageable-table .pageable-table-loading{display:inline-flex;align-items:center}.pageable-table .pageable-table-error{display:inline-flex;align-items:center;color:red;border:1px solid #fca4a4}.pageable-table .pageable-table-error:hover{background-color:#fff0f0}.pageable-table .pageable-table-total{padding:0 10px 10px}.pageable-table .underline{position:relative}.pageable-table .underline:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:1px;background-color:#606266;content:""}.pageable-table .total{padding:10px}.egd-page-header{height:40px;margin:0 10px;line-height:40px}.egd-page-header .align-end{justify-content:flex-end}.page-index-content{display:flex;flex:1 1 auto;flex-direction:column;height:100%;padding:0;overflow:hidden}.page-index-content-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:gray;font-size:20px}.page-skeleton .page-content{position:relative;flex:1 1 auto;width:100%;height:100%}.page-skeleton .page-content.content-scroll{overflow:auto}.page-skeleton .page-content.flex-column{display:flex;flex-direction:column;height:0}.page-skeleton .page-content.flex-row{display:flex}.page-skeleton-new .page-skeleton-new-header{display:flex;flex-direction:row;height:40px;margin:0 10px;line-height:40px;border-bottom:2px #eee solid}.page-skeleton-new .page-skeleton-new-header .align-end{justify-content:flex-end}.page-skeleton-new .page-skeleton-new-left{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-right{flex:1 1 auto;display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content{flex:1 1 auto;position:relative;width:100%;height:100%}.page-skeleton-new .page-skeleton-new-page-content.content-scroll{overflow:auto}.page-skeleton-new .page-skeleton-new-page-content.flex-column{display:flex;flex-direction:column}.page-skeleton-new .page-skeleton-new-page-content.flex-row{display:flex}.pswp{z-index:2147483647}.pswp .pswp__error-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-50%)}.pswp .error-img{width:200px;margin-bottom:10px}.resize-observer{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;background-color:transparent;border:none;opacity:0;pointer-events:none}.resize-observer>object{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;overflow:hidden;pointer-events:none}.search-popover{border-radius:4px;z-index:100;position:fixed;overflow:hidden;background-color:#f5f6f7;display:inline-flex;flex-direction:column;border:1px solid #1989fa;width:560px;height:500px;top:0;left:0;transform:translate3d(calc((100vw - 560px)/2),15%,0);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC);background-repeat:repeat}.search-popover .footer-tips{padding:10px;text-align:left;border-top:1px solid #1989fa}.search-popover .keyboard-key{align-items:center;background:linear-gradient(-225deg,#d5dbe4,#f8f8f8);border-radius:2px;box-shadow:inset 0 -2px #cdcde6,inset 0 0 1px 1px #fff,0 1px 2px 1px #1e235a66;display:inline-flex;height:18px;justify-content:center;margin-right:.4em;padding-bottom:2px;width:20px}.search-popover .search-input{height:46px;border:1px solid #1989fa;appearance:none;border-radius:4px;outline:none;width:100%;box-sizing:border-box;padding:10px}.search-popover .search-li{padding:10px}.search-popover .search-icon{color:#969faf;flex-shrink:0;font-size:24px}.search-popover .search-item{box-shadow:0 1px 3px #d4d9e1;text-decoration:none;box-sizing:border-box;color:#000;padding:10px;display:flex;align-items:center;border-radius:4px;background-color:#fff;overflow-x:hidden}.search-popover .search-item .search-action{display:none}.search-popover .search-item .url{color:#969faf;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow-x:hidden}.search-popover .search-item.active{color:#fff;background-color:#1989fa}.search-popover .search-item.active .url{color:#fff}.search-popover .search-item.active .search-action{display:inline-block}.search-popover .search-item.active .search-icon{color:#fff}.sign-panel{align-items:flex-start;justify-content:center;width:100%;background:#fff;user-select:none}.sign-panel .sign-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;background:rgba(255,255,155,0);border:1px solid #ccc}.sign-panel .sign-tool-bar{display:flex;width:100%;border:1px solid #ccc;border-top:none}.sign-panel .sign-tips{user-select:none;pointer-events:none}.sign-panel .sign-button{padding:6px;line-height:1.6;text-align:center;background-color:#ebeef5;cursor:pointer;user-select:none}.sign-panel .sign-button:hover{color:#1989fa;background-color:#d0d4de}.sign-panel .sign-button:nth-child(n){border-right:1px solid #ccc}.sign-panel .sign-button:last-child{border:none!important}.sign-panel .sign-watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#eee}.sign-panel .sign-view{position:relative;display:flex;align-items:center;justify-content:center;min-width:212px;height:80px;background-color:#fff;border:1px solid #eee}.sign-panel .sign-edit-icon{position:absolute;right:4px;bottom:4px}.sign-panel .sign-image{display:inline-block;min-width:160px;height:80px}.sign-panel .sign-edit{display:flex;flex-direction:column;align-items:center;max-width:100%;background-color:#fff}.sign-panel .sign-draw-area{position:relative;max-width:100%}.egd-split-wrapper{position:relative;width:100%;height:100%}.egd-split-pane{position:absolute}.egd-split-pane.left-pane,.egd-split-pane.right-pane{top:0;bottom:0}.egd-split-pane.left-pane{left:0}.egd-split-pane.right-pane{right:0}.egd-split-pane.top-pane,.egd-split-pane.bottom-pane{right:0;left:0}.egd-split-pane.top-pane{top:0}.egd-split-pane.bottom-pane{bottom:0}.egd-split-trigger-con{position:absolute;z-index:10;transform:translate(-50%,-50%)}.egd-split-trigger-bar-con{position:absolute;overflow:hidden}.egd-split-trigger-bar-con.vertical{top:50%;left:1px;height:32px;transform:translateY(-50%)}.egd-split-trigger-bar-con.horizontal{top:1px;left:50%;width:32px;transform:translate(-50%)}.egd-split-trigger-vertical{width:6px;height:100%;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ew-resize}.egd-split-trigger-vertical .egd-split-trigger-bar{float:left;width:4px;height:1px;margin-top:3px;background:rgba(23,35,61,.25)}.egd-split-trigger-horizontal{width:100%;height:6px;background:#f8f8f9;box-shadow:0 0 4px #1c243866;cursor:ns-resize}.egd-split-trigger-horizontal .egd-split-trigger-bar{float:left;width:1px;height:4px;margin-right:3px;background:rgba(23,35,61,.25)}.egd-split-horizontal .egd-split-trigger-con{top:50%;height:100%;border-right:1px solid #d7dae0}.egd-split-vertical .egd-split-trigger-con{left:50%;width:100%;border-bottom:1px solid #d7dae0}.egd-split-trigger-vertical-line,.egd-split-trigger-horizontal-line{background-color:transparent;box-shadow:none}.egd-split .no-select{-webkit-touch-callout:none;user-select:none}.stateful{display:inline-block;width:14px;height:14px;margin-right:6px;vertical-align:middle;border-radius:2px;content:""}.stateful.draft{background-color:#d7d7d7}.stateful.doing{background-color:#14ca7a}.stateful.overdue{background-color:#feae3d}.stateful.error{background-color:red}.stateful.done{background-color:#45a3e7}.stateful.closed{background-color:#d7d7d7}.static-pageable-table{flex:1 1 auto}.egd-swiper{position:relative;height:100%;padding:0 60px}.egd-swiper .el-button.el-carousel__arrow{padding:0;color:#fff;font-size:12px;background-color:#1f2d3d1c;border-color:#1f2d3d03;border-radius:50%}.egd-swiper .el-button.el-carousel__arrow i{cursor:unset}.egd-swiper .el-button.el-carousel__arrow.is-disabled{color:#fff;background-color:#1f2d3d1c;border-color:#1f2d3d03}.egd-swiper .egd-swiper-box{height:100%;overflow:hidden;user-select:none}.egd-swiper .egd-swiper-box .egd-swiper-content{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:100%;padding-top:14px;overflow:visible;transform:translateZ(0);transition-property:transform}.vux-tab-ink-bar{position:absolute;bottom:0;left:0;height:2px;text-align:center;background-color:#1989fa}.vux-tab-ink-bar-transition-forward{transition:right .3s cubic-bezier(.35,0,.25,1),left .3s cubic-bezier(.35,0,.25,1) .09s}.vux-tab-ink-bar-transition-backward{transition:right .3s cubic-bezier(.35,0,.25,1) .09s,left .3s cubic-bezier(.35,0,.25,1)}.vux-tab-bar-top .vux-tab-ink-bar{top:0}.vux-tab{position:relative;display:flex;height:36px;background-color:#fff}.vux-tab button{padding:0;background:0 0;border:0;outline:0;appearance:none}.vux-tab .vux-tab-item{display:block;flex:1 1 auto;box-sizing:border-box;width:100%;height:100%;color:#666;font-size:14px;line-height:36px;text-align:center;cursor:pointer}.vux-tab .vux-tab-item.vux-tab-selected{color:#1989fa;border-bottom:3px solid #1989fa}.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected{border-top:3px solid #1989fa;border-bottom:none}.vux-tab .vux-tab-item.vux-tab-disabled{color:#ddd}.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected{background:0 0}.vux-tab-bar-inner{display:block;height:100%;margin:auto;background-color:#1989fa;transition:width .3s cubic-bezier(.35,0,.25,1)}.vux-tab-item-badge{position:absolute;top:0;bottom:0;display:inline-block;box-sizing:border-box;min-width:18px;height:18px;margin:auto 0 auto 4px;padding:0 4px;font-size:11px;line-height:18px;vertical-align:middle;background-clip:padding-box;border-radius:30px}.vux-tab-wrap{position:relative;padding-top:36px}.vux-tab-container{position:absolute;top:0;right:0;left:0;height:36px;overflow:hidden}.scrollable{box-sizing:content-box;padding-bottom:17px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.scrollable::-webkit-scrollbar{display:none}.scrollable .vux-tab-ink-bar{position:absolute;bottom:17px}.scrollable .vux-tab-item{flex:0 0 22%}.table-view{display:flex;flex-direction:column;height:100%}.table-view .el-table--border{border:none}.table-view .border-top .el-table--border{border-top:1px solid #ebeef5}.table-view .border-bottom .el-table--border{border-bottom:1px solid #ebeef5}.table-view .border-left .el-table--border,.table-view .border-left .el-pagination{border-left:1px solid #ebeef5}.table-view .border-right .el-table--border{border-right:1px solid #ebeef5}.table-view .table-view-content-wrapper{position:relative;flex:1;overflow:hidden}.table-view .table-view-content{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;background-color:#fff}.table-view .table-view-sidebar{flex-shrink:0;width:240px;height:100%;padding:10px;overflow:auto}.table-view .table-view-sidebar .et-tree-wrapper{display:table;overflow:visible}.table-view .table-view-table{flex:1 1 auto;height:100%}.table-view .slide-panel{position:absolute;top:0;right:0;bottom:0;z-index:5;display:flex;background-color:#fff;transition:right .2s ease}.table-view .slide-panel .slide-panel-line{position:relative;width:3px;height:100%;background-color:#ddd;flex-shrink:0}.table-view .slide-panel .slide-panel-line-indicator{position:absolute;top:50%;left:0;width:100%;height:50px;background-color:#aaa;transform:translateY(-50%)}.table-view .slide-panel .slide-panel-actions{display:flex;align-items:center;justify-content:center;margin-top:10px}.table-view .slide-panel .slide-panel-content{flex:1;padding:10px;overflow:auto}.table-view .slide-panel .slide-panel-content .el-date-editor{width:100%}.tag-render{min-height:80px;padding-top:3px;padding-right:5px;padding-left:5px;overflow:hidden;background-color:#fff;border:1px solid #d7dae0;border-radius:4px}.tag-render .el-tag{margin-top:4px}.tag-render .button-new-tag{padding-top:0;padding-bottom:0}.tag-render .el-tag .el-tag__close:hover{background-color:#ee8677}.tag-render .tags-count{position:absolute;right:7px;bottom:-4px;color:#b7b7b7;font-size:.9em}.template-tag{margin:0 10px;color:#1e90ff;font-weight:700;font-family:\9ed1\4f53,serif;font-style:italic;cursor:help!important}.editor-shadow{position:relative;width:100%;height:100%;padding:10px;overflow:auto;font-size:16px;font-family:\5fae\8f6f\96c5\9ed1,serif;line-height:normal;text-align:left;word-break:normal;word-spacing:0;overflow-wrap:break-word;background-color:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:text}.show-placeholder{position:relative}.show-placeholder:after{position:absolute;top:10px;left:11px;color:#a9a9a9;content:attr(placeholder);pointer-events:none}.tinymce-editor{height:100%}.tinymce-editor.none-resize .mce-resizehandle{display:none}.tinymce-editor .mce-tinymce{flex:1;height:calc(100% - 4px)}.tinymce-editor .mce-tinymce .mce-menubtn.mce-fixed-width span{width:60px}.tinymce-editor .mce-tinymce>.mce-container-body{display:flex;flex-direction:column;height:100%}.tinymce-editor .mce-tinymce>.mce-container-body>.mce-edit-area{flex:1}.tinymce-editor .fa-icon{font: 14px/1 FontAwesome!important}.tinymce-editor .el-icon{font-family:element-icons,serif!important}.tinymce-editor .mce-label{display:none}.toolbar{display:flex;height:40px;padding:0 10px;line-height:40px;background-color:#fff;border-bottom:1px solid #e5e9ec}.toolbar .toolbar-left{flex:1 1 auto}.toolbar .toolbar-left>.form-toolbar-button:last-child .separate-line{display:none}.toolbar .toolbar-left [class*=" el-icon-"],.toolbar .toolbar-left [class^=el-icon-],.toolbar .toolbar-left i.fa{margin-top:-1px;color:#1989fa;font-size:15px}.toolbar .toolbar-right .el-button{display:inline-flex;align-items:center}.footer-bar{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:10px}.footer-bar .el-button{padding:10px 40px}.form-toolbar-button .separate-line{display:inline-block;width:1px;height:18px;margin:0 10px;vertical-align:middle;background-color:#aaa}.form-toolbar-button .form-toolbar-button .el-button{display:inline-flex;align-items:center}.form-toolbar-button .form-toolbar-button .el-button:hover{border-color:transparent}.tags-input{display:flex;flex-wrap:wrap;align-items:center}.tags-input input{flex:1 1 auto;background:transparent;border:none}.tags-input input:focus{outline:none}.tags-input input[type=text]{color:#495057}.tags-input-wrapper-default{padding:.5rem .25rem;background:#fff;border:1px solid transparent;border-color:#dbdbdb;border-radius:.25rem}.tags-input span{margin-right:.3rem}.tags-input-remove{position:relative;display:inline-block;width:.5rem;height:.5rem;cursor:pointer}.tags-input-remove:before,.tags-input-remove:after{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;background:#ea0000;content:""}.tags-input-remove:before{transform:rotate(45deg)}.tags-input-remove:after{transform:rotate(-45deg)}.tags-input-badge{display:inline-block;padding:.25em .4em;font-weight:700;font-size:75%;line-height:1;white-space:nowrap;text-align:center;vertical-align:baseline;border-radius:.25rem}.tags-input-badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tags-input-badge-selected-default{color:#212529;background-color:#f0f1f2}.typeahead-hide-btn{color:#999!important}.typeahead-badges>span{margin-right:.3rem;cursor:pointer}.typeahead-dropdown{position:absolute;top:50px;right:0;z-index:1000;width:100%;max-height:150px;margin:0;padding:0;overflow:auto;list-style-type:none;border-radius:4px;box-shadow:0 0 5px #d7d7d7}.typeahead-dropdown li{padding:.25rem 1rem;cursor:pointer}.tags-input-typeahead-item-default{color:gray;background-color:#fff}.tags-input-typeahead-item-highlighted-default{background-color:#f5f7fa}.watermark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;height:100%;pointer-events:none}.x-dialog .el-dialog__footer{padding:10px}.x-dialog .el-dialog__body{padding:0}.x-dialog .x-dialog-content{max-height:80vh}
1
+ .address-input-wrapper {
2
+ width: 100%;
3
+ }
4
+ .address-input-item-wrapper {
5
+ padding-right: 5px;
6
+ }
7
+ .address-input-item-wrapper .el-cascader,
8
+ .address-input-item-wrapper .el-input {
9
+ width: 100%;
10
+ }
11
+ .aside-menu-item {
12
+ padding: 8px 10px;
13
+ }
14
+ .capsule-tab {
15
+ display: inline;
16
+ margin-right: 10px;
17
+ }
18
+ .capsule-tab .tab-item {
19
+ display: inline;
20
+ padding: 2px 14px;
21
+ background-color: #fafafa;
22
+ border: 1px solid #ebeef5;
23
+ border-right: none;
24
+ cursor: pointer;
25
+ }
26
+ .capsule-tab .tab-item.active {
27
+ color: #fff;
28
+ background-color: #ef6666;
29
+ }
30
+ .capsule-tab .tab-item:first-child {
31
+ border-radius: 12px 0 0 12px;
32
+ }
33
+ .capsule-tab .tab-item:last-child {
34
+ border-right: 1px solid #ccc;
35
+ border-radius: 0 12px 12px 0;
36
+ }
37
+ .capsule-tab .tab-item:last-child.single {
38
+ border-radius: 12px;
39
+ }
40
+ .uploader {
41
+ position: relative;
42
+ }
43
+ .uploader-btn {
44
+ position: relative;
45
+ display: inline-block;
46
+ padding: 4px 8px;
47
+ color: #666;
48
+ font-size: 100%;
49
+ line-height: 1.4;
50
+ background: none;
51
+ border: 1px solid #666;
52
+ border-radius: 2px;
53
+ outline: none;
54
+ cursor: pointer;
55
+ }
56
+ .uploader-btn:hover {
57
+ background-color: #00000014;
58
+ }
59
+ .uploader-drop {
60
+ position: relative;
61
+ padding: 10px;
62
+ overflow: hidden;
63
+ background-color: #f5f5f5;
64
+ border: 1px dashed #ccc;
65
+ }
66
+ .uploader-dragover {
67
+ background-color: #f7f7f7;
68
+ border-color: #999;
69
+ }
70
+ .chunk-file-uploader-file {
71
+ position: relative;
72
+ height: 49px;
73
+ overflow: hidden;
74
+ line-height: 49px;
75
+ border-bottom: 1px solid #cdcdcd;
76
+ }
77
+ .chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause,
78
+ .chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause,
79
+ .chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume,
80
+ .chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry {
81
+ display: block;
82
+ }
83
+ .chunk-file-uploader-file[status=success] .chunk-file-uploader-file-remove {
84
+ display: none;
85
+ }
86
+ .chunk-file-uploader-file[status=error] .chunk-file-uploader-file-progress {
87
+ background: #ffe0e0;
88
+ }
89
+ .chunk-file-uploader-file-progress {
90
+ position: absolute;
91
+ width: 100%;
92
+ height: 100%;
93
+ background: #e2eeff;
94
+ transform: translate(-100%);
95
+ }
96
+ .chunk-file-uploader-file-progressing {
97
+ transition: all .4s linear;
98
+ }
99
+ .chunk-file-uploader-file-info {
100
+ position: relative;
101
+ z-index: 1;
102
+ height: 100%;
103
+ overflow: hidden;
104
+ display: flex;
105
+ flex-direction: row;
106
+ }
107
+ .chunk-file-uploader-file-info:hover {
108
+ background-color: #f0f0f033;
109
+ }
110
+ .chunk-file-uploader-file-info i,
111
+ .chunk-file-uploader-file-info em {
112
+ font-style: normal;
113
+ }
114
+ .chunk-file-uploader-file-name,
115
+ .chunk-file-uploader-file-size,
116
+ .chunk-file-uploader-file-meta,
117
+ .chunk-file-uploader-file-status,
118
+ .chunk-file-uploader-file-actions {
119
+ position: relative;
120
+ height: 100%;
121
+ padding: 0 10px;
122
+ }
123
+ .chunk-file-uploader-file-size,
124
+ .chunk-file-uploader-file-meta,
125
+ .chunk-file-uploader-file-status,
126
+ .chunk-file-uploader-file-actions {
127
+ flex-shrink: 0;
128
+ }
129
+ .chunk-file-uploader-file-name {
130
+ overflow: hidden;
131
+ white-space: nowrap;
132
+ text-indent: 14px;
133
+ text-overflow: ellipsis;
134
+ flex: 1 1 auto;
135
+ }
136
+ .chunk-file-uploader-file-icon {
137
+ display: inline-block;
138
+ width: 24px;
139
+ height: 24px;
140
+ margin-top: 13px;
141
+ margin-right: 8px;
142
+ vertical-align: top;
143
+ }
144
+ .chunk-file-uploader-file-icon:before {
145
+ display: block;
146
+ height: 100%;
147
+ color: gray;
148
+ font-size: 24px;
149
+ line-height: 1;
150
+ text-indent: 0;
151
+ content: "\1f4c3";
152
+ }
153
+ .chunk-file-uploader-file-icon[icon=folder]:before {
154
+ content: "\1f4c2";
155
+ }
156
+ .chunk-file-uploader-file-icon[icon=image]:before {
157
+ content: "\1f4ca";
158
+ }
159
+ .chunk-file-uploader-file-icon[icon=video]:before {
160
+ content: "\1f4f9";
161
+ }
162
+ .chunk-file-uploader-file-icon[icon=audio]:before {
163
+ content: "\1f3b5";
164
+ }
165
+ .chunk-file-uploader-file-icon[icon=document]:before {
166
+ content: "\1f4cb";
167
+ }
168
+ .chunk-file-uploader-file-actions > span {
169
+ display: none;
170
+ float: left;
171
+ width: 16px;
172
+ height: 16px;
173
+ margin-top: 16px;
174
+ margin-right: 10px;
175
+ 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;
176
+ cursor: pointer;
177
+ }
178
+ .chunk-file-uploader-file-actions > span:hover {
179
+ background-position-x: -21px;
180
+ }
181
+ .chunk-file-uploader-file-actions .chunk-file-uploader-file-pause {
182
+ background-position-y: 0;
183
+ }
184
+ .chunk-file-uploader-file-actions .chunk-file-uploader-file-resume {
185
+ background-position-y: -17px;
186
+ }
187
+ .chunk-file-uploader-file-actions .chunk-file-uploader-file-retry {
188
+ background-position-y: -53px;
189
+ }
190
+ .chunk-file-uploader-file-actions .chunk-file-uploader-file-remove {
191
+ display: block;
192
+ background-position-y: -34px;
193
+ }
194
+ .uploader-files {
195
+ position: relative;
196
+ }
197
+ .uploader-files > ul {
198
+ margin: 0;
199
+ padding: 0;
200
+ list-style: none;
201
+ }
202
+ .uploader-list {
203
+ position: relative;
204
+ }
205
+ .uploader-list > ul {
206
+ margin: 0;
207
+ padding: 0;
208
+ list-style: none;
209
+ }
210
+ .uploader-unsupport {
211
+ position: relative;
212
+ z-index: 10;
213
+ overflow: hidden;
214
+ }
215
+ .code-mirror-editor {
216
+ line-height: normal;
217
+ }
218
+ .code-mirror-editor .CodeMirror {
219
+ overflow: hidden;
220
+ border: 1px solid #dcdfe6;
221
+ border-radius: 4px;
222
+ }
223
+ .code-mirror-editor .CodeMirror.CodeMirror-focused {
224
+ border-color: #e34e55;
225
+ }
226
+ .cm-container {
227
+ position: fixed;
228
+ z-index: 9999;
229
+ user-select: none;
230
+ }
231
+ .cm-container .icon {
232
+ position: absolute;
233
+ top: 50%;
234
+ right: 0;
235
+ width: .9em;
236
+ height: .9em;
237
+ overflow: hidden;
238
+ vertical-align: -.15em;
239
+ transform: translateY(-50%);
240
+ fill: currentcolor;
241
+ }
242
+ .cm-container .cm-item-icon {
243
+ margin-right: 4px;
244
+ }
245
+ .cm-container .cm-ul {
246
+ width: 100%;
247
+ margin: 0;
248
+ padding: 0;
249
+ color: #2e2e2e;
250
+ list-style: none;
251
+ background-color: #fff;
252
+ box-shadow: 0 0 1px #666;
253
+ }
254
+ .cm-container .cm-ul li {
255
+ position: relative;
256
+ box-sizing: border-box;
257
+ width: 100%;
258
+ text-align: left;
259
+ cursor: pointer;
260
+ }
261
+ .cm-container .cm-ul li:hover > ul {
262
+ display: block;
263
+ }
264
+ .cm-container .cm-ul li div {
265
+ position: relative;
266
+ display: inline-block;
267
+ box-sizing: border-box;
268
+ width: 100%;
269
+ height: 100%;
270
+ padding: 0 .8em;
271
+ overflow: hidden;
272
+ white-space: nowrap;
273
+ text-overflow: ellipsis;
274
+ }
275
+ .cm-container .cm-ul li i {
276
+ display: inline-block;
277
+ width: 1em;
278
+ font-size: 1.3em;
279
+ text-align: center;
280
+ }
281
+ .cm-container .cm-ul li div:hover {
282
+ color: #fff;
283
+ background-color: #666;
284
+ }
285
+ .cm-container .cm-ul-2,
286
+ .cm-container .cm-ul-3 {
287
+ position: absolute;
288
+ top: 0;
289
+ z-index: 10000;
290
+ display: none;
291
+ }
292
+ .cm-container .cm-left svg {
293
+ left: 0;
294
+ transform: translateY(-50%) rotate(180deg);
295
+ }
296
+ .cm-container .cm-underline li div:after {
297
+ position: absolute;
298
+ top: 0;
299
+ left: 5%;
300
+ z-index: 10001;
301
+ width: 90%;
302
+ height: 1px;
303
+ background-color: #ccc;
304
+ content: "";
305
+ }
306
+ .cm-container .cm-underline li div:hover:after,
307
+ .cm-container .cm-underline > li:first-child > div:after {
308
+ display: none;
309
+ }
310
+ .border-bottom {
311
+ border-bottom: 1px solid #d7dae0;
312
+ }
313
+ .clear-fix:after {
314
+ display: block;
315
+ clear: both;
316
+ height: 0;
317
+ visibility: hidden;
318
+ content: " ";
319
+ }
320
+ .flex-row {
321
+ display: flex;
322
+ flex-direction: row;
323
+ flex-shrink: 0;
324
+ }
325
+ .flex-row.vertical-center {
326
+ align-items: center;
327
+ }
328
+ .flex-row.vertical-start {
329
+ align-items: flex-start;
330
+ }
331
+ .flex-row.horizon-center {
332
+ justify-content: center;
333
+ }
334
+ .text-center {
335
+ text-align: center;
336
+ }
337
+ .flex-column {
338
+ display: flex;
339
+ flex-direction: column;
340
+ }
341
+ .flex-column.vertical-center {
342
+ justify-content: center;
343
+ }
344
+ .flex-column.horizon-center {
345
+ align-items: center;
346
+ }
347
+ .flex-item,
348
+ .flex-item-relative {
349
+ flex: 1 1 auto;
350
+ }
351
+ .flex-item-relative {
352
+ position: relative;
353
+ }
354
+ .flex-item-relative .flex-content {
355
+ position: absolute;
356
+ top: 0;
357
+ right: 0;
358
+ bottom: 0;
359
+ left: 0;
360
+ }
361
+ .flex-not-shrink {
362
+ flex-shrink: 0;
363
+ }
364
+ .dynamic-table {
365
+ display: flex;
366
+ flex-direction: column;
367
+ align-items: center;
368
+ width: 100%;
369
+ }
370
+ .dynamic-table .dynamic-table-action-icon {
371
+ margin-left: 10px;
372
+ font-weight: 700;
373
+ cursor: pointer;
374
+ }
375
+ .dynamic-table .el-form-item {
376
+ margin-bottom: 0;
377
+ }
378
+ .dynamic-table .el-table {
379
+ flex: 1 1 auto;
380
+ }
381
+ .dynamic-table .el-table td {
382
+ padding: 2px 0;
383
+ }
384
+ .dynamic-table .el-input.is-disabled .el-input__inner {
385
+ background-color: transparent;
386
+ border: none;
387
+ }
388
+ .echarts {
389
+ width: 100%;
390
+ height: 100%;
391
+ }
392
+ .editable-progress {
393
+ display: flex;
394
+ flex-direction: column;
395
+ align-items: flex-start;
396
+ justify-content: center;
397
+ width: 100%;
398
+ background-color: #e4e7ed;
399
+ border-radius: 100px;
400
+ }
401
+ .editable-progress .el-progress,
402
+ .editable-progress .el-slider {
403
+ width: 100%;
404
+ font-weight: 700;
405
+ }
406
+ .editable-progress .el-slider__runway {
407
+ margin: 0;
408
+ }
409
+ .editable-progress .el-progress-bar__outer {
410
+ background-color: #e4e7ed;
411
+ }
412
+ .editable-progress .el-slider__bar,
413
+ .editable-progress .el-slider__runway {
414
+ height: 22px;
415
+ border-radius: 100px;
416
+ }
417
+ .editable-progress .el-slider__button-wrapper {
418
+ width: 52px;
419
+ height: 52px;
420
+ }
421
+ .editable-progress .el-slider__button-wrapper .el-slider__button {
422
+ width: 24px;
423
+ height: 24px;
424
+ }
425
+ .editable-tree {
426
+ position: relative;
427
+ }
428
+ .editable-tree.et-tree-label-overflow-visible .et-tree-label {
429
+ position: static;
430
+ }
431
+ .et-tree-wrapper {
432
+ display: flex;
433
+ flex-direction: column;
434
+ width: 100%;
435
+ overflow: auto;
436
+ text-align: left;
437
+ }
438
+ .et-tree-wrapper .el-tree {
439
+ display: table;
440
+ width: 100%;
441
+ overflow: visible;
442
+ }
443
+ .et-tree-wrapper .el-button + .el-button {
444
+ margin-left: 8px !important;
445
+ }
446
+ .et-tree-wrapper .el-input__inner {
447
+ padding: 0 4px;
448
+ }
449
+ .et-tree-wrapper .custom-tree-node {
450
+ display: flex;
451
+ align-items: center;
452
+ width: 100%;
453
+ padding-right: 8px;
454
+ font-size: 14px;
455
+ }
456
+ .et-tree-wrapper .custom-tree-node:hover .handle-actions {
457
+ display: block;
458
+ }
459
+ .et-tree-wrapper .custom-tree-node .handle-actions {
460
+ display: none;
461
+ align-self: flex-end;
462
+ }
463
+ .et-tree-wrapper .custom-tree-node .node-icon {
464
+ margin-top: 2px;
465
+ margin-right: 4px;
466
+ }
467
+ .et-tree-wrapper .node-label {
468
+ align-items: center;
469
+ }
470
+ .et-tree-wrapper .node-input {
471
+ min-width: 140px;
472
+ margin-right: 10px;
473
+ }
474
+ .et-tree-wrapper .menu {
475
+ position: fixed;
476
+ z-index: 3;
477
+ padding: 0;
478
+ background: #fff;
479
+ border-radius: 4px;
480
+ box-shadow: 0 5px 10px #bebebe;
481
+ }
482
+ .et-tree-wrapper .menu-item {
483
+ display: block;
484
+ padding: 8px 20px 8px 8px;
485
+ color: #242f42;
486
+ font:
487
+ 11px tahoma,
488
+ arial,
489
+ sans-serif;
490
+ line-height: 100%;
491
+ white-space: nowrap;
492
+ cursor: pointer;
493
+ user-select: none;
494
+ }
495
+ .et-tree-wrapper .menu .menu-item:hover {
496
+ color: #66b1ff;
497
+ background-color: #ecf5ff;
498
+ }
499
+ .et-tree-wrapper .menu-item-icon {
500
+ margin-right: 4px;
501
+ font-weight: 700;
502
+ font-size: 1.3em;
503
+ }
504
+ .element-dialog.el-dialog.el-dialog-resizeable {
505
+ display: flex;
506
+ flex-direction: column;
507
+ }
508
+ .element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body {
509
+ position: relative;
510
+ flex: 1 1 auto;
511
+ padding: 0;
512
+ }
513
+ .element-dialog.el-dialog.el-dialog-resizeable .el-dialog__header {
514
+ position: relative;
515
+ font-size: 18px;
516
+ }
517
+ .element-dialog.el-dialog.el-dialog-resizeable .el-dialog__footer {
518
+ padding-bottom: 10px;
519
+ text-align: right;
520
+ }
521
+ .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn {
522
+ position: absolute;
523
+ top: 14px;
524
+ right: 50px;
525
+ padding: 2px;
526
+ color: #fff;
527
+ background: 0 0;
528
+ border: none;
529
+ outline: 0;
530
+ cursor: pointer;
531
+ }
532
+ .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover {
533
+ background: #e34e55;
534
+ }
535
+ .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen,
536
+ .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document {
537
+ padding: 4px;
538
+ font-size: 13px;
539
+ }
540
+ .element-dialog.el-dialog.el-dialog-resizeable .dialog-head-group {
541
+ position: absolute;
542
+ top: 50%;
543
+ right: 14px;
544
+ transform: translateY(-50%);
545
+ }
546
+ .element-dialog.el-dialog.is-fullscreen {
547
+ position: absolute;
548
+ top: 0 !important;
549
+ left: 0 !important;
550
+ width: 100% !important;
551
+ height: 100% !important;
552
+ }
553
+ .element-dialog.el-dialog.el-dialog--center .el-dialog__header {
554
+ justify-content: center;
555
+ }
556
+ .element-dialog.el-dialog.el-dialog--flex-column .el-dialog__body {
557
+ display: flex;
558
+ flex-direction: column;
559
+ }
560
+ .element-dialog.el-dialog.el-dialog--flex-row .el-dialog__body {
561
+ display: flex;
562
+ flex-direction: row;
563
+ }
564
+ .element-dialog.el-dialog.el-dialog__body-padding .el-dialog__body {
565
+ padding: 10px;
566
+ }
567
+ .element-dialog.el-dialog .el-dialog__body {
568
+ padding: 0;
569
+ }
570
+ .element-dialog.el-dialog .el-dialog__header {
571
+ display: flex;
572
+ flex-direction: row;
573
+ position: relative;
574
+ align-items: center;
575
+ padding: 4px 10px;
576
+ font-size: 16px;
577
+ background-color: #409eff;
578
+ }
579
+ .element-dialog.el-dialog .el-dialog__header .el-dialog__title {
580
+ color: #fff;
581
+ font-weight: 400;
582
+ font-size: 16px;
583
+ }
584
+ .element-dialog.el-dialog .header-button-wrapper {
585
+ position: absolute;
586
+ top: 50%;
587
+ right: 10px;
588
+ display: flex;
589
+ transform: translateY(-50%);
590
+ }
591
+ .element-dialog.el-dialog .header-button {
592
+ padding: 2px;
593
+ color: #fff;
594
+ border: none;
595
+ outline: 0;
596
+ cursor: pointer;
597
+ }
598
+ .element-dialog.el-dialog .header-button:hover {
599
+ background: #e34e55;
600
+ }
601
+ .empty-view,
602
+ .error-view {
603
+ position: relative;
604
+ display: flex;
605
+ align-items: center;
606
+ justify-content: center;
607
+ width: 100%;
608
+ height: 100%;
609
+ color: #909399;
610
+ font-size: 20px;
611
+ background-color: #fff;
612
+ }
613
+ .flex-scroller-wrapper {
614
+ position: relative;
615
+ flex: 1 1 auto;
616
+ }
617
+ .flex-scroller-wrapper .flex-scroller {
618
+ position: absolute;
619
+ top: 0;
620
+ right: 0;
621
+ bottom: 0;
622
+ left: 0;
623
+ }
624
+ .flex-scroller-wrapper .flex-scroller.content-scroll {
625
+ overflow: auto;
626
+ }
627
+ .form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label {
628
+ overflow: hidden;
629
+ white-space: nowrap;
630
+ text-overflow: ellipsis;
631
+ }
632
+ .form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label {
633
+ word-wrap: break-word;
634
+ word-break: break-all;
635
+ }
636
+ .form-checkbox-group.form-checkbox-group-row .el-checkbox-group {
637
+ display: block;
638
+ }
639
+ .form-checkbox-group.form-checkbox-group-row .el-checkbox {
640
+ display: flex;
641
+ flex-direction: row;
642
+ flex-wrap: nowrap;
643
+ width: 100%;
644
+ }
645
+ .form-checkbox-group.form-checkbox-group-row .el-checkbox__input {
646
+ flex-shrink: 0;
647
+ top: 3px;
648
+ }
649
+ .form-checkbox-group.form-checkbox-group-row .el-checkbox__label {
650
+ flex: 1 1 auto;
651
+ display: block;
652
+ margin-bottom: 6px;
653
+ vertical-align: sub;
654
+ }
655
+ .form-checkbox-group .form-checkbox-group-other {
656
+ display: inline-block;
657
+ margin-left: 10px;
658
+ }
659
+ .form-checkbox-group .form-checkbox-group-other .el-form-item__label {
660
+ display: none;
661
+ }
662
+ .form-checkbox-group .el-checkbox-group {
663
+ line-height: inherit;
664
+ }
665
+ .form-checkbox-group .el-checkbox {
666
+ margin-right: 10px;
667
+ vertical-align: middle;
668
+ }
669
+ .form-checkbox-group .el-checkbox__label {
670
+ padding-left: 4px;
671
+ }
672
+ .form-input-number.el-input-number {
673
+ width: 100%;
674
+ }
675
+ .form-input-number.el-input-number .el-input__inner {
676
+ text-align: left;
677
+ }
678
+ .form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label:before {
679
+ margin-right: 4px;
680
+ color: #f56c6c;
681
+ content: "*";
682
+ }
683
+ .form-item-group {
684
+ margin-bottom: 10px;
685
+ background-color: #fff;
686
+ }
687
+ .form-item-group.is-disabled .is-required .el-form-item__label:before,
688
+ .form-item-group.is-disabled .required .el-form-item__label:before {
689
+ display: none;
690
+ }
691
+ .form-item-group .form-item-group-row {
692
+ margin: 0 !important;
693
+ }
694
+ .form-item-group .form-item-group-title {
695
+ display: flex;
696
+ flex-direction: row;
697
+ align-items: center;
698
+ height: 30px;
699
+ margin: 0 0 10px;
700
+ padding: 0 10px;
701
+ color: #333;
702
+ font-weight: 700;
703
+ font-size: 14px;
704
+ line-height: 30px;
705
+ background-color: #f3f5fb;
706
+ cursor: pointer;
707
+ }
708
+ .form-radio-group.inline {
709
+ display: inline;
710
+ }
711
+ .form-radio-group.inline .el-radio {
712
+ float: left;
713
+ margin-right: 10px;
714
+ }
715
+ .form-radio-group.form-radio-group-row.form-radio-group-row-ellipsis .el-radio__label {
716
+ overflow: hidden;
717
+ white-space: nowrap;
718
+ text-overflow: ellipsis;
719
+ }
720
+ .form-radio-group.form-radio-group-row.form-radio-group-row-break-word .el-radio__label {
721
+ word-wrap: break-word;
722
+ word-break: break-all;
723
+ }
724
+ .form-radio-group.form-radio-group-row .el-radio-group {
725
+ display: block;
726
+ }
727
+ .form-radio-group.form-radio-group-row .el-radio {
728
+ display: flex;
729
+ flex-direction: row;
730
+ flex-wrap: nowrap;
731
+ width: 100%;
732
+ }
733
+ .form-radio-group.form-radio-group-row .el-radio__input {
734
+ flex-shrink: 0;
735
+ top: 3px;
736
+ }
737
+ .form-radio-group.form-radio-group-row .el-radio__label {
738
+ flex: 1 1 auto;
739
+ display: block;
740
+ margin-bottom: 6px;
741
+ padding-left: 4px;
742
+ vertical-align: sub;
743
+ }
744
+ .form-radio-group .el-radio-group {
745
+ line-height: 1;
746
+ }
747
+ .form-radio-group .el-radio {
748
+ margin-right: 10px;
749
+ vertical-align: middle;
750
+ }
751
+ .form-radio-group .el-radio__label {
752
+ padding-left: 0;
753
+ line-height: 19px;
754
+ }
755
+ .form-view {
756
+ display: flex;
757
+ flex-direction: column;
758
+ height: 100%;
759
+ }
760
+ .form-view .form-scroller-wrapper {
761
+ position: relative;
762
+ flex: 1;
763
+ }
764
+ .form-view .not-form {
765
+ margin: 0 auto;
766
+ }
767
+ .form-view .form-view-toolbar {
768
+ overflow: hidden;
769
+ }
770
+ .form-view .form-scroller {
771
+ flex: 1;
772
+ overflow: auto;
773
+ }
774
+ .form-view .form-scroller .el-row {
775
+ position: static;
776
+ }
777
+ .form-view .form-content .el-form .el-row {
778
+ padding-right: 2rem;
779
+ }
780
+ .form-view .form-content .el-form .el-row .el-row {
781
+ padding-right: 0;
782
+ }
783
+ .form-view .form-card {
784
+ box-shadow: 0 2px 12px #0000001a;
785
+ max-width: 1000px;
786
+ margin: 14px auto;
787
+ padding: 20px;
788
+ color: #303133;
789
+ background-color: #fff;
790
+ border: 1px solid #ebeef5;
791
+ border-radius: 4px;
792
+ transition: .3s;
793
+ }
794
+ .form-view .form-card.un-limit {
795
+ max-width: 100%;
796
+ }
797
+ .form-view .form-nav {
798
+ box-shadow: 0 2px 12px #0000001a;
799
+ position: absolute;
800
+ top: 55px;
801
+ left: 20px;
802
+ background-color: #fff;
803
+ }
804
+ .form-view .form-nav-list {
805
+ min-width: 180px;
806
+ padding: 10px 20px;
807
+ }
808
+ .form-view .form-nav-header {
809
+ position: relative;
810
+ padding: 5px 20px;
811
+ color: #e34e55;
812
+ font-weight: 700;
813
+ font-size: 15px;
814
+ background-color: #f3f5fb;
815
+ }
816
+ .form-view .form-nav-item {
817
+ position: relative;
818
+ padding: 5px 0;
819
+ font-family: element-icons !important;
820
+ cursor: pointer;
821
+ }
822
+ .form-view .form-nav-item.active,
823
+ .form-view .form-nav-item:hover {
824
+ color: #e34e55;
825
+ font-weight: 700;
826
+ }
827
+ .form-view .form-nav-item.active:before {
828
+ position: absolute;
829
+ left: -14px;
830
+ content: "\e6e0";
831
+ }
832
+ .form-view .form-view-title {
833
+ width: 100%;
834
+ height: 36px;
835
+ margin-bottom: 10px;
836
+ color: #333;
837
+ font-size: 22px;
838
+ line-height: 36px;
839
+ text-align: center;
840
+ background-color: #fff;
841
+ }
842
+ .form-view .tip {
843
+ margin: 20px 0;
844
+ padding: 8px 16px;
845
+ background-color: #ecf8ff;
846
+ border-left: 5px solid #50bfff;
847
+ border-radius: 4px;
848
+ }
849
+ .form-view .tip p {
850
+ color: #5e6d82;
851
+ font-size: 14px;
852
+ line-height: 1.5em;
853
+ }
854
+ .form-view .tip.danger {
855
+ background-color: #fde2e2;
856
+ border-left-color: #f56c6c;
857
+ }
858
+ .form-view .tip.danger p {
859
+ color: #564646;
860
+ }
861
+ .form-view .tip.warning {
862
+ background-color: #f7efe2;
863
+ border-left-color: #e6a23c;
864
+ }
865
+ .form-view .tip.warning p {
866
+ color: #5d564b;
867
+ }
868
+ .form-view .select-num {
869
+ color: #898989;
870
+ font-size: 12px;
871
+ }
872
+ .form-view .select-num .num {
873
+ font-size: 19px;
874
+ font-family:
875
+ impact,
876
+ Constantia,
877
+ Georgia;
878
+ }
879
+ .form-view .el-table .el-table__header th {
880
+ color: #595959;
881
+ font-weight: 400;
882
+ background: #fff;
883
+ }
884
+ .form-view .el-table td {
885
+ padding: 4px 0;
886
+ }
887
+ .form-view .el-table td .cell .el-input .el-input__inner {
888
+ padding-left: 4px;
889
+ }
890
+ .form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner {
891
+ padding-left: 30px;
892
+ }
893
+ .form-view .el-table td .cell .el-input.is-disabled .el-input__suffix {
894
+ display: none;
895
+ }
896
+ .form-view .el-table td .cell .el-input.is-disabled .el-input__inner {
897
+ padding: 0 0 0 4px;
898
+ line-height: 1.6;
899
+ white-space: normal;
900
+ word-break: break-word;
901
+ background: transparent;
902
+ border: 0;
903
+ }
904
+ @media screen and (min-width: 1700px) {
905
+ .form-view.form-view__lg .form-card {
906
+ position: relative;
907
+ left: 60px;
908
+ }
909
+ }
910
+ .guide-steps {
911
+ margin-top: 20px;
912
+ margin-bottom: 20px;
913
+ }
914
+ .guide-steps .el-step .el-step__line-inner {
915
+ width: 100% !important;
916
+ border-width: 1px !important;
917
+ }
918
+ .guide-steps .el-step.current.important .el-step__head .el-step__icon.is-text {
919
+ color: #f55634 !important;
920
+ border-color: #f55634 !important;
921
+ }
922
+ .guide-steps .el-step.current.important .el-step__title {
923
+ color: #f55634 !important;
924
+ }
925
+ .guide-steps .el-step.available .el-step__head .el-step__icon.is-text {
926
+ color: #eab006 !important;
927
+ border-color: #eab006 !important;
928
+ }
929
+ .guide-steps .el-step.available .el-step__title {
930
+ color: #eab006 !important;
931
+ }
932
+ .guide-steps .el-step .el-step__icon.is-text {
933
+ cursor: pointer;
934
+ }
935
+ .guide-steps .el-step.disabled .el-step__icon.is-text {
936
+ cursor: not-allowed;
937
+ }
938
+ .icon-card {
939
+ padding: 14px;
940
+ border-radius: 4px;
941
+ }
942
+ .icon-card .card-icon_bg {
943
+ width: 48px;
944
+ height: 48px;
945
+ margin-right: 14px;
946
+ text-align: center;
947
+ border-radius: 14px;
948
+ }
949
+ .icon-card .card-icon {
950
+ font-size: 24px;
951
+ line-height: 48px;
952
+ }
953
+ .icon-card .icon-card_color {
954
+ font-weight: 700;
955
+ font-size: 18px;
956
+ cursor: pointer;
957
+ }
958
+ .icon-card.blue {
959
+ background: #f4f9ff;
960
+ }
961
+ .icon-card.blue .card-icon_bg {
962
+ color: #3c8efd;
963
+ background: #e8f2fc;
964
+ }
965
+ .icon-card.blue .icon-card_color {
966
+ color: #3c8efd;
967
+ }
968
+ .icon-card.orange {
969
+ background: #f9f5ee;
970
+ }
971
+ .icon-card.orange .card-icon_bg {
972
+ color: #fdc12e;
973
+ background: #fdf2dc;
974
+ }
975
+ .icon-card.orange .icon-card_color {
976
+ color: #fdc12e;
977
+ }
978
+ .icon-card.green {
979
+ background: #f1f7ed;
980
+ }
981
+ .icon-card.green .card-icon_bg {
982
+ color: #72c734;
983
+ background: #ddf7d9;
984
+ }
985
+ .icon-card.green .icon-card_color {
986
+ color: #72c734;
987
+ }
988
+ .iframe-window .iframe-window-iframe {
989
+ width: 100%;
990
+ height: 60vh;
991
+ }
992
+ .iframe-window .el-dialog__body {
993
+ position: relative;
994
+ padding: 0;
995
+ }
996
+ .el-input-number.input-number {
997
+ display: block;
998
+ }
999
+ .el-input-number.input-number .el-input-group {
1000
+ display: inline-table;
1001
+ }
1002
+ .el-input-number.input-number .el-input {
1003
+ width: 100%;
1004
+ }
1005
+ .input-number-range {
1006
+ display: flex;
1007
+ flex-direction: row;
1008
+ align-items: center;
1009
+ width: 100%;
1010
+ }
1011
+ .loading-view {
1012
+ position: relative;
1013
+ display: flex;
1014
+ align-items: center;
1015
+ justify-content: center;
1016
+ width: 100%;
1017
+ height: 100%;
1018
+ color: #909399;
1019
+ font-size: 20px;
1020
+ background-color: #fff;
1021
+ }
1022
+ .nav-bar {
1023
+ flex-shrink: 0;
1024
+ display: flex;
1025
+ width: 100%;
1026
+ height: 40px;
1027
+ border-bottom: 1px #eee solid;
1028
+ }
1029
+ .nav-bar .el-button--text {
1030
+ margin-left: 12px;
1031
+ }
1032
+ .not-implement {
1033
+ display: flex;
1034
+ align-items: center;
1035
+ justify-content: center;
1036
+ height: 100%;
1037
+ color: gray;
1038
+ font-size: 3em;
1039
+ text-align: center;
1040
+ }
1041
+ .page {
1042
+ height: 100%;
1043
+ background-color: #fff;
1044
+ }
1045
+ .page.vertical {
1046
+ flex-direction: column;
1047
+ }
1048
+ .pageable-table {
1049
+ flex: 1 1 auto;
1050
+ position: relative;
1051
+ height: 100%;
1052
+ }
1053
+ .pageable-table .single-select-column .el-radio__label {
1054
+ padding: 0;
1055
+ }
1056
+ .pageable-table.auto-height {
1057
+ position: static;
1058
+ height: auto;
1059
+ }
1060
+ .pageable-table.auto-height .el-table {
1061
+ position: static;
1062
+ min-height: 200px;
1063
+ }
1064
+ .pageable-table.auto-height .pageable-table-wrapper {
1065
+ position: static;
1066
+ }
1067
+ .pageable-table .pageable-table-wrapper {
1068
+ display: flex;
1069
+ flex-direction: column;
1070
+ position: absolute;
1071
+ top: 0;
1072
+ right: 0;
1073
+ bottom: 0;
1074
+ left: 0;
1075
+ }
1076
+ .pageable-table .el-pagination {
1077
+ background-color: #fff;
1078
+ }
1079
+ .pageable-table .table-status-icon {
1080
+ font-size: 20px;
1081
+ }
1082
+ .pageable-table .pageable-table-loading {
1083
+ display: inline-flex;
1084
+ align-items: center;
1085
+ }
1086
+ .pageable-table .pageable-table-error {
1087
+ display: inline-flex;
1088
+ align-items: center;
1089
+ color: red;
1090
+ border: 1px solid #fca4a4;
1091
+ }
1092
+ .pageable-table .pageable-table-error:hover {
1093
+ background-color: #fff0f0;
1094
+ }
1095
+ .pageable-table .pageable-table-total {
1096
+ padding: 0 10px 10px;
1097
+ }
1098
+ .pageable-table .underline {
1099
+ position: relative;
1100
+ }
1101
+ .pageable-table .underline:after {
1102
+ position: absolute;
1103
+ bottom: 0;
1104
+ left: 0;
1105
+ z-index: 1;
1106
+ width: 100%;
1107
+ height: 1px;
1108
+ background-color: #606266;
1109
+ content: "";
1110
+ }
1111
+ .pageable-table .total {
1112
+ padding: 10px;
1113
+ }
1114
+ .pageable-table {
1115
+ flex: 1 1 auto;
1116
+ position: relative;
1117
+ height: 100%;
1118
+ }
1119
+ .pageable-table.auto-height {
1120
+ position: static;
1121
+ height: auto;
1122
+ }
1123
+ .pageable-table.auto-height .el-table {
1124
+ position: static;
1125
+ min-height: 200px;
1126
+ }
1127
+ .pageable-table.auto-height .pageable-table-wrapper {
1128
+ position: static;
1129
+ }
1130
+ .pageable-table .pageable-table-wrapper {
1131
+ display: flex;
1132
+ flex-direction: column;
1133
+ position: absolute;
1134
+ top: 0;
1135
+ right: 0;
1136
+ bottom: 0;
1137
+ left: 0;
1138
+ }
1139
+ .pageable-table .el-pagination {
1140
+ background-color: #fff;
1141
+ }
1142
+ .pageable-table .table-status-icon {
1143
+ font-size: 20px;
1144
+ }
1145
+ .pageable-table .pageable-table-loading {
1146
+ display: inline-flex;
1147
+ align-items: center;
1148
+ }
1149
+ .pageable-table .pageable-table-error {
1150
+ display: inline-flex;
1151
+ align-items: center;
1152
+ color: red;
1153
+ border: 1px solid #fca4a4;
1154
+ }
1155
+ .pageable-table .pageable-table-error:hover {
1156
+ background-color: #fff0f0;
1157
+ }
1158
+ .pageable-table .pageable-table-total {
1159
+ padding: 0 10px 10px;
1160
+ }
1161
+ .pageable-table .underline {
1162
+ position: relative;
1163
+ }
1164
+ .pageable-table .underline:after {
1165
+ position: absolute;
1166
+ bottom: 0;
1167
+ left: 0;
1168
+ z-index: 1;
1169
+ width: 100%;
1170
+ height: 1px;
1171
+ background-color: #606266;
1172
+ content: "";
1173
+ }
1174
+ .pageable-table .total {
1175
+ padding: 10px;
1176
+ }
1177
+ .egd-page-header {
1178
+ height: 40px;
1179
+ margin: 0 10px;
1180
+ line-height: 40px;
1181
+ }
1182
+ .egd-page-header .align-end {
1183
+ justify-content: flex-end;
1184
+ }
1185
+ .page-index-content {
1186
+ display: flex;
1187
+ flex: 1 1 auto;
1188
+ flex-direction: column;
1189
+ height: 100%;
1190
+ padding: 0;
1191
+ overflow: hidden;
1192
+ }
1193
+ .page-index-content-empty {
1194
+ display: flex;
1195
+ align-items: center;
1196
+ justify-content: center;
1197
+ width: 100%;
1198
+ height: 100%;
1199
+ color: gray;
1200
+ font-size: 20px;
1201
+ }
1202
+ .page-skeleton .page-content {
1203
+ position: relative;
1204
+ flex: 1 1 auto;
1205
+ width: 100%;
1206
+ height: 100%;
1207
+ }
1208
+ .page-skeleton .page-content.content-scroll {
1209
+ overflow: auto;
1210
+ }
1211
+ .page-skeleton .page-content.flex-column {
1212
+ display: flex;
1213
+ flex-direction: column;
1214
+ height: 0;
1215
+ }
1216
+ .page-skeleton .page-content.flex-row {
1217
+ display: flex;
1218
+ }
1219
+ .page-skeleton-new .page-skeleton-new-header {
1220
+ display: flex;
1221
+ flex-direction: row;
1222
+ height: 40px;
1223
+ margin: 0 10px;
1224
+ line-height: 40px;
1225
+ border-bottom: 2px #eee solid;
1226
+ }
1227
+ .page-skeleton-new .page-skeleton-new-header .align-end {
1228
+ justify-content: flex-end;
1229
+ }
1230
+ .page-skeleton-new .page-skeleton-new-left {
1231
+ display: flex;
1232
+ flex-direction: column;
1233
+ }
1234
+ .page-skeleton-new .page-skeleton-new-right {
1235
+ flex: 1 1 auto;
1236
+ display: flex;
1237
+ flex-direction: column;
1238
+ }
1239
+ .page-skeleton-new .page-skeleton-new-page-content {
1240
+ flex: 1 1 auto;
1241
+ position: relative;
1242
+ width: 100%;
1243
+ height: 100%;
1244
+ }
1245
+ .page-skeleton-new .page-skeleton-new-page-content.content-scroll {
1246
+ overflow: auto;
1247
+ }
1248
+ .page-skeleton-new .page-skeleton-new-page-content.flex-column {
1249
+ display: flex;
1250
+ flex-direction: column;
1251
+ }
1252
+ .page-skeleton-new .page-skeleton-new-page-content.flex-row {
1253
+ display: flex;
1254
+ }
1255
+ .pswp {
1256
+ z-index: 2147483647;
1257
+ }
1258
+ .pswp .pswp__error-msg {
1259
+ display: flex;
1260
+ flex-direction: column;
1261
+ align-items: center;
1262
+ justify-content: center;
1263
+ transform: translateY(-50%);
1264
+ }
1265
+ .pswp .error-img {
1266
+ width: 200px;
1267
+ margin-bottom: 10px;
1268
+ }
1269
+ .resize-observer {
1270
+ position: absolute;
1271
+ top: 0;
1272
+ left: 0;
1273
+ z-index: -1;
1274
+ display: block;
1275
+ width: 100%;
1276
+ height: 100%;
1277
+ overflow: hidden;
1278
+ background-color: transparent;
1279
+ border: none;
1280
+ opacity: 0;
1281
+ pointer-events: none;
1282
+ }
1283
+ .resize-observer > object {
1284
+ position: absolute;
1285
+ top: 0;
1286
+ left: 0;
1287
+ z-index: -1;
1288
+ display: block;
1289
+ width: 100%;
1290
+ height: 100%;
1291
+ overflow: hidden;
1292
+ pointer-events: none;
1293
+ }
1294
+ .search-popover {
1295
+ border-radius: 4px;
1296
+ z-index: 100;
1297
+ position: fixed;
1298
+ overflow: hidden;
1299
+ background-color: #f5f6f7;
1300
+ display: inline-flex;
1301
+ flex-direction: column;
1302
+ border: 1px solid #1989fa;
1303
+ width: 560px;
1304
+ height: 500px;
1305
+ top: 0;
1306
+ left: 0;
1307
+ transform: translate3d(calc((100vw - 560px) / 2), 15%, 0);
1308
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC);
1309
+ background-repeat: repeat;
1310
+ }
1311
+ .search-popover .footer-tips {
1312
+ padding: 10px;
1313
+ text-align: left;
1314
+ border-top: 1px solid #1989fa;
1315
+ }
1316
+ .search-popover .keyboard-key {
1317
+ align-items: center;
1318
+ background: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
1319
+ border-radius: 2px;
1320
+ box-shadow:
1321
+ inset 0 -2px #cdcde6,
1322
+ inset 0 0 1px 1px #fff,
1323
+ 0 1px 2px 1px #1e235a66;
1324
+ display: inline-flex;
1325
+ height: 18px;
1326
+ justify-content: center;
1327
+ margin-right: .4em;
1328
+ padding-bottom: 2px;
1329
+ width: 20px;
1330
+ }
1331
+ .search-popover .search-input {
1332
+ height: 46px;
1333
+ border: 1px solid #1989fa;
1334
+ appearance: none;
1335
+ border-radius: 4px;
1336
+ outline: none;
1337
+ width: 100%;
1338
+ box-sizing: border-box;
1339
+ padding: 10px;
1340
+ }
1341
+ .search-popover .search-li {
1342
+ padding: 10px;
1343
+ }
1344
+ .search-popover .search-icon {
1345
+ color: #969faf;
1346
+ flex-shrink: 0;
1347
+ font-size: 24px;
1348
+ }
1349
+ .search-popover .search-item {
1350
+ box-shadow: 0 1px 3px #d4d9e1;
1351
+ text-decoration: none;
1352
+ box-sizing: border-box;
1353
+ color: #000;
1354
+ padding: 10px;
1355
+ display: flex;
1356
+ align-items: center;
1357
+ border-radius: 4px;
1358
+ background-color: #fff;
1359
+ overflow-x: hidden;
1360
+ }
1361
+ .search-popover .search-item .search-action {
1362
+ display: none;
1363
+ }
1364
+ .search-popover .search-item .url {
1365
+ color: #969faf;
1366
+ text-overflow: ellipsis;
1367
+ white-space: nowrap;
1368
+ font-size: 14px;
1369
+ overflow-x: hidden;
1370
+ }
1371
+ .search-popover .search-item.active {
1372
+ color: #fff;
1373
+ background-color: #1989fa;
1374
+ }
1375
+ .search-popover .search-item.active .url {
1376
+ color: #fff;
1377
+ }
1378
+ .search-popover .search-item.active .search-action {
1379
+ display: inline-block;
1380
+ }
1381
+ .search-popover .search-item.active .search-icon {
1382
+ color: #fff;
1383
+ }
1384
+ .sign-panel {
1385
+ align-items: flex-start;
1386
+ justify-content: center;
1387
+ width: 100%;
1388
+ background: #fff;
1389
+ user-select: none;
1390
+ }
1391
+ .sign-panel .sign-canvas {
1392
+ position: absolute;
1393
+ top: 0;
1394
+ right: 0;
1395
+ bottom: 0;
1396
+ left: 0;
1397
+ width: 100%;
1398
+ max-width: 100%;
1399
+ height: 100%;
1400
+ background: rgba(255, 255, 155, 0);
1401
+ border: 1px solid #ccc;
1402
+ }
1403
+ .sign-panel .sign-tool-bar {
1404
+ display: flex;
1405
+ width: 100%;
1406
+ border: 1px solid #ccc;
1407
+ border-top: none;
1408
+ }
1409
+ .sign-panel .sign-tips {
1410
+ user-select: none;
1411
+ pointer-events: none;
1412
+ }
1413
+ .sign-panel .sign-button {
1414
+ padding: 6px;
1415
+ line-height: 1.6;
1416
+ text-align: center;
1417
+ background-color: #ebeef5;
1418
+ cursor: pointer;
1419
+ user-select: none;
1420
+ }
1421
+ .sign-panel .sign-button:hover {
1422
+ color: #1989fa;
1423
+ background-color: #d0d4de;
1424
+ }
1425
+ .sign-panel .sign-button:nth-child(n) {
1426
+ border-right: 1px solid #ccc;
1427
+ }
1428
+ .sign-panel .sign-button:last-child {
1429
+ border: none !important;
1430
+ }
1431
+ .sign-panel .sign-watermark {
1432
+ position: absolute;
1433
+ top: 0;
1434
+ right: 0;
1435
+ bottom: 0;
1436
+ left: 0;
1437
+ display: flex;
1438
+ align-items: center;
1439
+ justify-content: center;
1440
+ width: 100%;
1441
+ height: 100%;
1442
+ color: #eee;
1443
+ }
1444
+ .sign-panel .sign-view {
1445
+ position: relative;
1446
+ display: flex;
1447
+ align-items: center;
1448
+ justify-content: center;
1449
+ min-width: 212px;
1450
+ height: 80px;
1451
+ background-color: #fff;
1452
+ border: 1px solid #eee;
1453
+ }
1454
+ .sign-panel .sign-edit-icon {
1455
+ position: absolute;
1456
+ right: 4px;
1457
+ bottom: 4px;
1458
+ }
1459
+ .sign-panel .sign-image {
1460
+ display: inline-block;
1461
+ min-width: 160px;
1462
+ height: 80px;
1463
+ }
1464
+ .sign-panel .sign-edit {
1465
+ display: flex;
1466
+ flex-direction: column;
1467
+ align-items: center;
1468
+ max-width: 100%;
1469
+ background-color: #fff;
1470
+ }
1471
+ .sign-panel .sign-draw-area {
1472
+ position: relative;
1473
+ max-width: 100%;
1474
+ }
1475
+ .egd-split-wrapper {
1476
+ position: relative;
1477
+ width: 100%;
1478
+ height: 100%;
1479
+ }
1480
+ .egd-split-pane {
1481
+ position: absolute;
1482
+ }
1483
+ .egd-split-pane.left-pane,
1484
+ .egd-split-pane.right-pane {
1485
+ top: 0;
1486
+ bottom: 0;
1487
+ }
1488
+ .egd-split-pane.left-pane {
1489
+ left: 0;
1490
+ }
1491
+ .egd-split-pane.right-pane {
1492
+ right: 0;
1493
+ }
1494
+ .egd-split-pane.top-pane,
1495
+ .egd-split-pane.bottom-pane {
1496
+ right: 0;
1497
+ left: 0;
1498
+ }
1499
+ .egd-split-pane.top-pane {
1500
+ top: 0;
1501
+ }
1502
+ .egd-split-pane.bottom-pane {
1503
+ bottom: 0;
1504
+ }
1505
+ .egd-split-trigger-con {
1506
+ position: absolute;
1507
+ z-index: 10;
1508
+ transform: translate(-50%, -50%);
1509
+ }
1510
+ .egd-split-trigger-bar-con {
1511
+ position: absolute;
1512
+ overflow: hidden;
1513
+ }
1514
+ .egd-split-trigger-bar-con.vertical {
1515
+ top: 50%;
1516
+ left: 1px;
1517
+ height: 32px;
1518
+ transform: translateY(-50%);
1519
+ }
1520
+ .egd-split-trigger-bar-con.horizontal {
1521
+ top: 1px;
1522
+ left: 50%;
1523
+ width: 32px;
1524
+ transform: translate(-50%);
1525
+ }
1526
+ .egd-split-trigger-vertical {
1527
+ width: 6px;
1528
+ height: 100%;
1529
+ background: #f8f8f9;
1530
+ box-shadow: 0 0 4px #1c243866;
1531
+ cursor: ew-resize;
1532
+ }
1533
+ .egd-split-trigger-vertical .egd-split-trigger-bar {
1534
+ float: left;
1535
+ width: 4px;
1536
+ height: 1px;
1537
+ margin-top: 3px;
1538
+ background: rgba(23, 35, 61, .25);
1539
+ }
1540
+ .egd-split-trigger-horizontal {
1541
+ width: 100%;
1542
+ height: 6px;
1543
+ background: #f8f8f9;
1544
+ box-shadow: 0 0 4px #1c243866;
1545
+ cursor: ns-resize;
1546
+ }
1547
+ .egd-split-trigger-horizontal .egd-split-trigger-bar {
1548
+ float: left;
1549
+ width: 1px;
1550
+ height: 4px;
1551
+ margin-right: 3px;
1552
+ background: rgba(23, 35, 61, .25);
1553
+ }
1554
+ .egd-split-horizontal .egd-split-trigger-con {
1555
+ top: 50%;
1556
+ height: 100%;
1557
+ border-right: 1px solid #d7dae0;
1558
+ }
1559
+ .egd-split-vertical .egd-split-trigger-con {
1560
+ left: 50%;
1561
+ width: 100%;
1562
+ border-bottom: 1px solid #d7dae0;
1563
+ }
1564
+ .egd-split-trigger-vertical-line,
1565
+ .egd-split-trigger-horizontal-line {
1566
+ background-color: transparent;
1567
+ box-shadow: none;
1568
+ }
1569
+ .egd-split .no-select {
1570
+ -webkit-touch-callout: none;
1571
+ user-select: none;
1572
+ }
1573
+ .stateful {
1574
+ display: inline-block;
1575
+ width: 14px;
1576
+ height: 14px;
1577
+ margin-right: 6px;
1578
+ vertical-align: middle;
1579
+ border-radius: 2px;
1580
+ content: "";
1581
+ }
1582
+ .stateful.draft {
1583
+ background-color: #d7d7d7;
1584
+ }
1585
+ .stateful.doing {
1586
+ background-color: #14ca7a;
1587
+ }
1588
+ .stateful.overdue {
1589
+ background-color: #feae3d;
1590
+ }
1591
+ .stateful.error {
1592
+ background-color: red;
1593
+ }
1594
+ .stateful.done {
1595
+ background-color: #45a3e7;
1596
+ }
1597
+ .stateful.closed {
1598
+ background-color: #d7d7d7;
1599
+ }
1600
+ .static-pageable-table {
1601
+ flex: 1 1 auto;
1602
+ }
1603
+ .egd-swiper {
1604
+ position: relative;
1605
+ height: 100%;
1606
+ padding: 0 60px;
1607
+ }
1608
+ .egd-swiper .el-button.el-carousel__arrow {
1609
+ padding: 0;
1610
+ color: #fff;
1611
+ font-size: 12px;
1612
+ background-color: #1f2d3d1c;
1613
+ border-color: #1f2d3d03;
1614
+ border-radius: 50%;
1615
+ }
1616
+ .egd-swiper .el-button.el-carousel__arrow i {
1617
+ cursor: unset;
1618
+ }
1619
+ .egd-swiper .el-button.el-carousel__arrow.is-disabled {
1620
+ color: #fff;
1621
+ background-color: #1f2d3d1c;
1622
+ border-color: #1f2d3d03;
1623
+ }
1624
+ .egd-swiper .egd-swiper-box {
1625
+ height: 100%;
1626
+ overflow: hidden;
1627
+ user-select: none;
1628
+ }
1629
+ .egd-swiper .egd-swiper-box .egd-swiper-content {
1630
+ display: flex;
1631
+ flex-direction: row;
1632
+ flex-wrap: nowrap;
1633
+ width: 100%;
1634
+ height: 100%;
1635
+ padding-top: 14px;
1636
+ overflow: visible;
1637
+ transform: translateZ(0);
1638
+ transition-property: transform;
1639
+ }
1640
+ .vux-tab-ink-bar {
1641
+ position: absolute;
1642
+ bottom: 0;
1643
+ left: 0;
1644
+ height: 2px;
1645
+ text-align: center;
1646
+ background-color: #1989fa;
1647
+ }
1648
+ .vux-tab-ink-bar-transition-forward {
1649
+ transition: right .3s cubic-bezier(.35, 0, .25, 1), left .3s cubic-bezier(.35, 0, .25, 1) .09s;
1650
+ }
1651
+ .vux-tab-ink-bar-transition-backward {
1652
+ transition: right .3s cubic-bezier(.35, 0, .25, 1) .09s, left .3s cubic-bezier(.35, 0, .25, 1);
1653
+ }
1654
+ .vux-tab-bar-top .vux-tab-ink-bar {
1655
+ top: 0;
1656
+ }
1657
+ .vux-tab {
1658
+ position: relative;
1659
+ display: flex;
1660
+ height: 36px;
1661
+ background-color: #fff;
1662
+ }
1663
+ .vux-tab button {
1664
+ padding: 0;
1665
+ background: 0 0;
1666
+ border: 0;
1667
+ outline: 0;
1668
+ appearance: none;
1669
+ }
1670
+ .vux-tab .vux-tab-item {
1671
+ display: block;
1672
+ flex: 1 1 auto;
1673
+ box-sizing: border-box;
1674
+ width: 100%;
1675
+ height: 100%;
1676
+ color: #666;
1677
+ font-size: 14px;
1678
+ line-height: 36px;
1679
+ text-align: center;
1680
+ cursor: pointer;
1681
+ }
1682
+ .vux-tab .vux-tab-item.vux-tab-selected {
1683
+ color: #1989fa;
1684
+ border-bottom: 3px solid #1989fa;
1685
+ }
1686
+ .vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected {
1687
+ border-top: 3px solid #1989fa;
1688
+ border-bottom: none;
1689
+ }
1690
+ .vux-tab .vux-tab-item.vux-tab-disabled {
1691
+ color: #ddd;
1692
+ }
1693
+ .vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
1694
+ background: 0 0;
1695
+ }
1696
+ .vux-tab-bar-inner {
1697
+ display: block;
1698
+ height: 100%;
1699
+ margin: auto;
1700
+ background-color: #1989fa;
1701
+ transition: width .3s cubic-bezier(.35, 0, .25, 1);
1702
+ }
1703
+ .vux-tab-item-badge {
1704
+ position: absolute;
1705
+ top: 0;
1706
+ bottom: 0;
1707
+ display: inline-block;
1708
+ box-sizing: border-box;
1709
+ min-width: 18px;
1710
+ height: 18px;
1711
+ margin: auto 0 auto 4px;
1712
+ padding: 0 4px;
1713
+ font-size: 11px;
1714
+ line-height: 18px;
1715
+ vertical-align: middle;
1716
+ background-clip: padding-box;
1717
+ border-radius: 30px;
1718
+ }
1719
+ .vux-tab-wrap {
1720
+ position: relative;
1721
+ padding-top: 36px;
1722
+ }
1723
+ .vux-tab-container {
1724
+ position: absolute;
1725
+ top: 0;
1726
+ right: 0;
1727
+ left: 0;
1728
+ height: 36px;
1729
+ overflow: hidden;
1730
+ }
1731
+ .scrollable {
1732
+ box-sizing: content-box;
1733
+ padding-bottom: 17px;
1734
+ overflow-x: auto;
1735
+ overflow-y: hidden;
1736
+ -webkit-overflow-scrolling: touch;
1737
+ }
1738
+ .scrollable::-webkit-scrollbar {
1739
+ display: none;
1740
+ }
1741
+ .scrollable .vux-tab-ink-bar {
1742
+ position: absolute;
1743
+ bottom: 17px;
1744
+ }
1745
+ .scrollable .vux-tab-item {
1746
+ flex: 0 0 22%;
1747
+ }
1748
+ .table-view {
1749
+ display: flex;
1750
+ flex-direction: column;
1751
+ height: 100%;
1752
+ }
1753
+ .table-view .el-table--border {
1754
+ border: none;
1755
+ }
1756
+ .table-view .border-top .el-table--border {
1757
+ border-top: 1px solid #ebeef5;
1758
+ }
1759
+ .table-view .border-bottom .el-table--border {
1760
+ border-bottom: 1px solid #ebeef5;
1761
+ }
1762
+ .table-view .border-left .el-table--border,
1763
+ .table-view .border-left .el-pagination {
1764
+ border-left: 1px solid #ebeef5;
1765
+ }
1766
+ .table-view .border-right .el-table--border {
1767
+ border-right: 1px solid #ebeef5;
1768
+ }
1769
+ .table-view .table-view-content-wrapper {
1770
+ position: relative;
1771
+ flex: 1;
1772
+ overflow: hidden;
1773
+ }
1774
+ .table-view .table-view-content {
1775
+ position: absolute;
1776
+ top: 0;
1777
+ left: 0;
1778
+ display: flex;
1779
+ width: 100%;
1780
+ height: 100%;
1781
+ background-color: #fff;
1782
+ }
1783
+ .table-view .table-view-sidebar {
1784
+ flex-shrink: 0;
1785
+ width: 240px;
1786
+ height: 100%;
1787
+ padding: 10px;
1788
+ overflow: auto;
1789
+ }
1790
+ .table-view .table-view-sidebar .et-tree-wrapper {
1791
+ display: table;
1792
+ overflow: visible;
1793
+ }
1794
+ .table-view .table-view-table {
1795
+ flex: 1 1 auto;
1796
+ height: 100%;
1797
+ }
1798
+ .table-view .slide-panel {
1799
+ position: absolute;
1800
+ top: 0;
1801
+ right: 0;
1802
+ bottom: 0;
1803
+ z-index: 5;
1804
+ display: flex;
1805
+ background-color: #fff;
1806
+ transition: right .2s ease;
1807
+ }
1808
+ .table-view .slide-panel .slide-panel-line {
1809
+ position: relative;
1810
+ width: 3px;
1811
+ height: 100%;
1812
+ background-color: #ddd;
1813
+ flex-shrink: 0;
1814
+ }
1815
+ .table-view .slide-panel .slide-panel-line-indicator {
1816
+ position: absolute;
1817
+ top: 50%;
1818
+ left: 0;
1819
+ width: 100%;
1820
+ height: 50px;
1821
+ background-color: #aaa;
1822
+ transform: translateY(-50%);
1823
+ }
1824
+ .table-view .slide-panel .slide-panel-actions {
1825
+ display: flex;
1826
+ align-items: center;
1827
+ justify-content: center;
1828
+ margin-top: 10px;
1829
+ }
1830
+ .table-view .slide-panel .slide-panel-content {
1831
+ flex: 1;
1832
+ padding: 10px;
1833
+ overflow: auto;
1834
+ }
1835
+ .table-view .slide-panel .slide-panel-content .el-date-editor {
1836
+ width: 100%;
1837
+ }
1838
+ .tag-render {
1839
+ min-height: 80px;
1840
+ padding-top: 3px;
1841
+ padding-right: 5px;
1842
+ padding-left: 5px;
1843
+ overflow: hidden;
1844
+ background-color: #fff;
1845
+ border: 1px solid #d7dae0;
1846
+ border-radius: 4px;
1847
+ }
1848
+ .tag-render .el-tag {
1849
+ margin-top: 4px;
1850
+ }
1851
+ .tag-render .button-new-tag {
1852
+ padding-top: 0;
1853
+ padding-bottom: 0;
1854
+ }
1855
+ .tag-render .el-tag .el-tag__close:hover {
1856
+ background-color: #ee8677;
1857
+ }
1858
+ .tag-render .tags-count {
1859
+ position: absolute;
1860
+ right: 7px;
1861
+ bottom: -4px;
1862
+ color: #b7b7b7;
1863
+ font-size: .9em;
1864
+ }
1865
+ .template-tag {
1866
+ margin: 0 10px;
1867
+ color: #1e90ff;
1868
+ font-weight: 700;
1869
+ font-family: \9ed1\4f53, serif;
1870
+ font-style: italic;
1871
+ cursor: help !important;
1872
+ }
1873
+ .editor-shadow {
1874
+ position: relative;
1875
+ width: 100%;
1876
+ height: 100%;
1877
+ padding: 10px;
1878
+ overflow: auto;
1879
+ font-size: 16px;
1880
+ font-family: \5fae\8f6f\96c5\9ed1, serif;
1881
+ line-height: normal;
1882
+ text-align: left;
1883
+ word-break: normal;
1884
+ word-spacing: 0;
1885
+ overflow-wrap: break-word;
1886
+ background-color: #fff;
1887
+ border: 1px solid #dcdfe6;
1888
+ border-radius: 4px;
1889
+ cursor: text;
1890
+ }
1891
+ .show-placeholder {
1892
+ position: relative;
1893
+ }
1894
+ .show-placeholder:after {
1895
+ position: absolute;
1896
+ top: 10px;
1897
+ left: 11px;
1898
+ color: #a9a9a9;
1899
+ content: attr(placeholder);
1900
+ pointer-events: none;
1901
+ }
1902
+ .tinymce-editor {
1903
+ height: 100%;
1904
+ }
1905
+ .tinymce-editor.none-resize .mce-resizehandle {
1906
+ display: none;
1907
+ }
1908
+ .tinymce-editor .mce-tinymce {
1909
+ flex: 1;
1910
+ height: calc(100% - 4px);
1911
+ }
1912
+ .tinymce-editor .mce-tinymce .mce-menubtn.mce-fixed-width span {
1913
+ width: 60px;
1914
+ }
1915
+ .tinymce-editor .mce-tinymce > .mce-container-body {
1916
+ display: flex;
1917
+ flex-direction: column;
1918
+ height: 100%;
1919
+ }
1920
+ .tinymce-editor .mce-tinymce > .mce-container-body > .mce-edit-area {
1921
+ flex: 1;
1922
+ }
1923
+ .tinymce-editor .fa-icon {
1924
+ font: 14px/1 FontAwesome !important;
1925
+ }
1926
+ .tinymce-editor .el-icon {
1927
+ font-family: element-icons, serif !important;
1928
+ }
1929
+ .tinymce-editor .mce-label {
1930
+ display: none;
1931
+ }
1932
+ .toolbar {
1933
+ display: flex;
1934
+ height: 40px;
1935
+ padding: 0 10px;
1936
+ line-height: 40px;
1937
+ background-color: #fff;
1938
+ border-bottom: 1px solid #e5e9ec;
1939
+ }
1940
+ .toolbar .toolbar-left {
1941
+ flex: 1 1 auto;
1942
+ }
1943
+ .toolbar .toolbar-left > .form-toolbar-button:last-child .separate-line {
1944
+ display: none;
1945
+ }
1946
+ .toolbar .toolbar-left [class*=" el-icon-"],
1947
+ .toolbar .toolbar-left [class^=el-icon-],
1948
+ .toolbar .toolbar-left i.fa {
1949
+ margin-top: -1px;
1950
+ color: #1989fa;
1951
+ font-size: 15px;
1952
+ }
1953
+ .toolbar .toolbar-right .el-button {
1954
+ display: inline-flex;
1955
+ align-items: center;
1956
+ }
1957
+ .footer-bar {
1958
+ display: flex;
1959
+ flex-direction: row;
1960
+ align-items: center;
1961
+ justify-content: center;
1962
+ padding-top: 10px;
1963
+ }
1964
+ .footer-bar .el-button {
1965
+ padding: 10px 40px;
1966
+ }
1967
+ .form-toolbar-button .separate-line {
1968
+ display: inline-block;
1969
+ width: 1px;
1970
+ height: 18px;
1971
+ margin: 0 10px;
1972
+ vertical-align: middle;
1973
+ background-color: #aaa;
1974
+ }
1975
+ .form-toolbar-button .form-toolbar-button .el-button {
1976
+ display: inline-flex;
1977
+ align-items: center;
1978
+ }
1979
+ .form-toolbar-button .form-toolbar-button .el-button:hover {
1980
+ border-color: transparent;
1981
+ }
1982
+ .tags-input {
1983
+ display: flex;
1984
+ flex-wrap: wrap;
1985
+ align-items: center;
1986
+ }
1987
+ .tags-input input {
1988
+ flex: 1 1 auto;
1989
+ background: transparent;
1990
+ border: none;
1991
+ }
1992
+ .tags-input input:focus {
1993
+ outline: none;
1994
+ }
1995
+ .tags-input input[type=text] {
1996
+ color: #495057;
1997
+ }
1998
+ .tags-input-wrapper-default {
1999
+ padding: .5rem .25rem;
2000
+ background: #fff;
2001
+ border: 1px solid transparent;
2002
+ border-color: #dbdbdb;
2003
+ border-radius: .25rem;
2004
+ }
2005
+ .tags-input span {
2006
+ margin-right: .3rem;
2007
+ }
2008
+ .tags-input-remove {
2009
+ position: relative;
2010
+ display: inline-block;
2011
+ width: .5rem;
2012
+ height: .5rem;
2013
+ cursor: pointer;
2014
+ }
2015
+ .tags-input-remove:before,
2016
+ .tags-input-remove:after {
2017
+ position: absolute;
2018
+ top: 50%;
2019
+ left: 0;
2020
+ width: 100%;
2021
+ height: 2px;
2022
+ margin-top: -1px;
2023
+ background: #ea0000;
2024
+ content: "";
2025
+ }
2026
+ .tags-input-remove:before {
2027
+ transform: rotate(45deg);
2028
+ }
2029
+ .tags-input-remove:after {
2030
+ transform: rotate(-45deg);
2031
+ }
2032
+ .tags-input-badge {
2033
+ display: inline-block;
2034
+ padding: .25em .4em;
2035
+ font-weight: 700;
2036
+ font-size: 75%;
2037
+ line-height: 1;
2038
+ white-space: nowrap;
2039
+ text-align: center;
2040
+ vertical-align: baseline;
2041
+ border-radius: .25rem;
2042
+ }
2043
+ .tags-input-badge-pill {
2044
+ padding-right: .6em;
2045
+ padding-left: .6em;
2046
+ border-radius: 10rem;
2047
+ }
2048
+ .tags-input-badge-selected-default {
2049
+ color: #212529;
2050
+ background-color: #f0f1f2;
2051
+ }
2052
+ .typeahead-hide-btn {
2053
+ color: #999 !important;
2054
+ }
2055
+ .typeahead-badges > span {
2056
+ margin-right: .3rem;
2057
+ cursor: pointer;
2058
+ }
2059
+ .typeahead-dropdown {
2060
+ position: absolute;
2061
+ top: 50px;
2062
+ right: 0;
2063
+ z-index: 1000;
2064
+ width: 100%;
2065
+ max-height: 150px;
2066
+ margin: 0;
2067
+ padding: 0;
2068
+ overflow: auto;
2069
+ list-style-type: none;
2070
+ border-radius: 4px;
2071
+ box-shadow: 0 0 5px #d7d7d7;
2072
+ }
2073
+ .typeahead-dropdown li {
2074
+ padding: .25rem 1rem;
2075
+ cursor: pointer;
2076
+ }
2077
+ .tags-input-typeahead-item-default {
2078
+ color: gray;
2079
+ background-color: #fff;
2080
+ }
2081
+ .tags-input-typeahead-item-highlighted-default {
2082
+ background-color: #f5f7fa;
2083
+ }
2084
+ .watermark {
2085
+ position: absolute;
2086
+ top: 0;
2087
+ right: 0;
2088
+ bottom: 0;
2089
+ left: 0;
2090
+ z-index: 100;
2091
+ height: 100%;
2092
+ pointer-events: none;
2093
+ }
2094
+ .x-dialog .el-dialog__footer {
2095
+ padding: 10px;
2096
+ }
2097
+ .x-dialog .el-dialog__body {
2098
+ padding: 0;
2099
+ }
2100
+ .x-dialog .x-dialog-content {
2101
+ max-height: 80vh;
2102
+ }