@web-utils/component 2.0.13 → 2.0.14

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 (172) hide show
  1. package/dist/chunks/3a79781b.js +75 -0
  2. package/dist/chunks/{44b78389.js → 41a066be.js} +8 -8
  3. package/dist/chunks/{e1939731.js → 5a78e0db.js} +5 -6
  4. package/dist/chunks/5d4282fb.js +30 -0
  5. package/dist/chunks/{822300f3.js → 61ad06b2.js} +3 -3
  6. package/dist/chunks/76680a03.js +24 -0
  7. package/dist/chunks/8c0142e0.js +81 -0
  8. package/dist/chunks/97652d86.js +26 -0
  9. package/dist/chunks/b4acd3a6.js +126 -0
  10. package/dist/chunks/f71045fc.js +184 -0
  11. package/dist/components/address-input/index.js +43 -56
  12. package/dist/components/address-input/style.css +1 -15
  13. package/dist/components/aside-menu/index.js +30 -36
  14. package/dist/components/aside-menu/style.css +1 -9
  15. package/dist/components/awesome-button/index.js +32 -35
  16. package/dist/components/base.css +1 -66
  17. package/dist/components/capsule-tab/index.js +27 -33
  18. package/dist/components/capsule-tab/style.css +1 -32
  19. package/dist/components/chunk-file-uploader/index.js +54 -88
  20. package/dist/components/chunk-file-uploader/style.css +1 -4
  21. package/dist/components/chunk-file-uploader-button/index.js +25 -31
  22. package/dist/components/chunk-file-uploader-button/style.css +1 -17
  23. package/dist/components/chunk-file-uploader-drop/index.js +28 -42
  24. package/dist/components/chunk-file-uploader-drop/style.css +1 -12
  25. package/dist/components/chunk-file-uploader-file/index.js +134 -211
  26. package/dist/components/chunk-file-uploader-file/style.css +1 -125
  27. package/dist/components/chunk-file-uploader-files/index.js +28 -34
  28. package/dist/components/chunk-file-uploader-files/style.css +1 -9
  29. package/dist/components/chunk-file-uploader-list/index.js +29 -35
  30. package/dist/components/chunk-file-uploader-list/style.css +1 -9
  31. package/dist/components/chunk-file-uploader-un-support/index.js +30 -38
  32. package/dist/components/chunk-file-uploader-un-support/style.css +1 -6
  33. package/dist/components/code-mirror-editor/index.js +153 -181
  34. package/dist/components/code-mirror-editor/style.css +1 -17
  35. package/dist/components/color-picker/index.js +49 -68
  36. package/dist/components/confirm-button/index.js +19 -21
  37. package/dist/components/confirmable/index.js +18 -19
  38. package/dist/components/context-menu/index.js +108 -130
  39. package/dist/components/context-menu/style.css +1 -88
  40. package/dist/components/custom-scrollbar/index.js +49 -67
  41. package/dist/components/data-table-picker/index.js +62 -81
  42. package/dist/components/dynamic-table/index.js +89 -113
  43. package/dist/components/dynamic-table/style.css +1 -30
  44. package/dist/components/e-charts/index.js +120 -201
  45. package/dist/components/e-charts/style.css +1 -10
  46. package/dist/components/editable-progress/index.js +60 -93
  47. package/dist/components/editable-progress/style.css +1 -37
  48. package/dist/components/editable-tree/index.js +423 -638
  49. package/dist/components/editable-tree/style.css +1 -82
  50. package/dist/components/egd-collapse/index.js +33 -46
  51. package/dist/components/egd-collapse-item/index.js +60 -76
  52. package/dist/components/element-dialog/index.js +95 -147
  53. package/dist/components/element-dialog/style.css +1 -102
  54. package/dist/components/empty-view/index.js +28 -34
  55. package/dist/components/empty-view/style.css +1 -17
  56. package/dist/components/error-view/index.js +26 -32
  57. package/dist/components/error-view/style.css +1 -17
  58. package/dist/components/flex-column/index.js +25 -40
  59. package/dist/components/flex-item/index.js +29 -57
  60. package/dist/components/flex-row/index.js +25 -40
  61. package/dist/components/flex-scroller/index.js +26 -32
  62. package/dist/components/flex-scroller/style.css +1 -20
  63. package/dist/components/form-button/index.js +34 -38
  64. package/dist/components/form-cascader/index.js +71 -81
  65. package/dist/components/form-checkbox-group/index.js +88 -113
  66. package/dist/components/form-checkbox-group/style.css +1 -51
  67. package/dist/components/form-date-picker/index.js +70 -132
  68. package/dist/components/form-holder/index.js +32 -39
  69. package/dist/components/form-input/index.js +56 -62
  70. package/dist/components/form-input-email/index.js +48 -60
  71. package/dist/components/form-input-id-card/index.js +53 -59
  72. package/dist/components/form-input-number/index.js +61 -68
  73. package/dist/components/form-input-number/style.css +1 -12
  74. package/dist/components/form-input-phone-number/index.js +49 -55
  75. package/dist/components/form-input-time/index.js +53 -59
  76. package/dist/components/form-item/index.js +80 -123
  77. package/dist/components/form-item/style.css +1 -11
  78. package/dist/components/form-item-config-provider/index.js +25 -26
  79. package/dist/components/form-item-group/index.js +85 -111
  80. package/dist/components/form-item-group/style.css +1 -30
  81. package/dist/components/form-radio-group/index.js +85 -104
  82. package/dist/components/form-radio-group/style.css +1 -53
  83. package/dist/components/form-select/index.js +76 -91
  84. package/dist/components/form-switch/index.js +51 -57
  85. package/dist/components/form-textarea/index.js +51 -57
  86. package/dist/components/form-view/index.js +165 -232
  87. package/dist/components/form-view/style.css +1 -158
  88. package/dist/components/guide-steps/index.js +44 -58
  89. package/dist/components/guide-steps/style.css +1 -34
  90. package/dist/components/icon-card/index.js +29 -35
  91. package/dist/components/icon-card/style.css +1 -56
  92. package/dist/components/iframe-window/index.js +29 -35
  93. package/dist/components/iframe-window/style.css +1 -20
  94. package/dist/components/image-viewer/index.js +48 -66
  95. package/dist/components/image-viewer/style.css +1 -21
  96. package/dist/components/input-number/index.js +127 -193
  97. package/dist/components/input-number/style.css +1 -15
  98. package/dist/components/input-number-range/index.js +45 -57
  99. package/dist/components/input-number-range/style.css +1 -12
  100. package/dist/components/j-s-x-component/index.js +4 -4
  101. package/dist/components/keep-view-alive/index.js +73 -120
  102. package/dist/components/loading-view/index.js +26 -32
  103. package/dist/components/loading-view/style.css +1 -17
  104. package/dist/components/nav-bar/index.js +27 -37
  105. package/dist/components/nav-bar/style.css +1 -17
  106. package/dist/components/not-implement/index.js +23 -31
  107. package/dist/components/not-implement/style.css +1 -15
  108. package/dist/components/page/index.js +22 -28
  109. package/dist/components/page/style.css +1 -12
  110. package/dist/components/page-header/index.js +30 -36
  111. package/dist/components/page-header/style.css +1 -14
  112. package/dist/components/page-index/index.js +62 -83
  113. package/dist/components/page-index/style.css +1 -23
  114. package/dist/components/page-index-top/index.js +53 -68
  115. package/dist/components/page-skeleton/index.js +31 -37
  116. package/dist/components/page-skeleton/style.css +1 -23
  117. package/dist/components/page-skeleton-new/index.js +42 -48
  118. package/dist/components/page-skeleton-new/style.css +1 -42
  119. package/dist/components/pageable-table/index.js +186 -253
  120. package/dist/components/pageable-table/style.css +1 -72
  121. package/dist/components/pageable-view/index.js +129 -199
  122. package/dist/components/pageable-view/style.css +1 -69
  123. package/dist/components/photo-swipe/index.js +110 -151
  124. package/dist/components/photo-swipe/style.css +1 -20
  125. package/dist/components/resize-observer/index.js +34 -68
  126. package/dist/components/resize-observer/style.css +1 -31
  127. package/dist/components/search-popover/index.js +153 -211
  128. package/dist/components/search-popover/style.css +1 -93
  129. package/dist/components/sign-panel/index.js +92 -142
  130. package/dist/components/sign-panel/style.css +1 -97
  131. package/dist/components/split-pane/index.js +101 -162
  132. package/dist/components/split-pane/style.css +1 -100
  133. package/dist/components/stateful/index.js +31 -34
  134. package/dist/components/stateful/style.css +1 -33
  135. package/dist/components/static-pageable-table/index.js +37 -44
  136. package/dist/components/static-pageable-table/style.css +1 -9
  137. package/dist/components/swiper/index.js +85 -150
  138. package/dist/components/swiper/style.css +1 -43
  139. package/dist/components/tab/index.js +54 -72
  140. package/dist/components/tab/style.css +1 -122
  141. package/dist/components/tab-item/index.js +30 -35
  142. package/dist/components/table-column/index.js +30 -32
  143. package/dist/components/table-view/index.js +156 -227
  144. package/dist/components/table-view/style.css +1 -95
  145. package/dist/components/tag-render/index.js +44 -58
  146. package/dist/components/tag-render/style.css +1 -33
  147. package/dist/components/tinymce-editor/index.js +79 -95
  148. package/dist/components/tinymce-editor/style.css +1 -43
  149. package/dist/components/tinymce-wrapper/index.js +92 -121
  150. package/dist/components/tinymce-wrapper/style.css +1 -36
  151. package/dist/components/toolbar/index.js +63 -84
  152. package/dist/components/toolbar/style.css +1 -39
  153. package/dist/components/toolbar-button/index.js +41 -48
  154. package/dist/components/toolbar-button/style.css +1 -21
  155. package/dist/components/trigger/index.js +29 -36
  156. package/dist/components/vue-tags-input/index.js +188 -308
  157. package/dist/components/vue-tags-input/style.css +1 -682
  158. package/dist/components/watermark/index.js +25 -37
  159. package/dist/components/watermark/style.css +1 -11
  160. package/dist/components/x-dialog/index.js +67 -93
  161. package/dist/components/x-dialog/style.css +1 -15
  162. package/dist/index.css +193 -1105
  163. package/dist/index.es.js +4790 -7243
  164. package/package.json +1 -1
  165. package/web-types.json +1 -1
  166. package/dist/chunks/3d28cc08.js +0 -57
  167. package/dist/chunks/5d33812d.js +0 -147
  168. package/dist/chunks/9d848bf6.js +0 -99
  169. package/dist/chunks/a0bb327b.js +0 -96
  170. package/dist/chunks/a8891d2c.js +0 -30
  171. package/dist/chunks/c69d5628.js +0 -248
  172. package/dist/chunks/de9fe802.js +0 -24
package/dist/index.css CHANGED
@@ -1,31 +1,16 @@
1
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2
- /* 应用头部高度 */
3
- /* 页面宽度 */
4
- /* 侧栏宽度 */
5
- /* 标签高度 */
6
- /* 页面头部工具条高度 */
7
1
  .address-input-wrapper {
8
2
  width: 100%;
9
3
  }
10
4
  .address-input-item-wrapper {
11
5
  padding-right: 5px;
12
6
  }
13
- .address-input-item-wrapper .el-cascader, .address-input-item-wrapper .el-input {
7
+ .address-input-item-wrapper .el-cascader,
8
+ .address-input-item-wrapper .el-input {
14
9
  width: 100%;
15
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
16
- /* 应用头部高度 */
17
- /* 页面宽度 */
18
- /* 侧栏宽度 */
19
- /* 标签高度 */
20
- /* 页面头部工具条高度 */
10
+ }
21
11
  .aside-menu-item {
22
12
  padding: 8px 10px;
23
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
24
- /* 应用头部高度 */
25
- /* 页面宽度 */
26
- /* 侧栏宽度 */
27
- /* 标签高度 */
28
- /* 页面头部工具条高度 */
13
+ }
29
14
  .capsule-tab {
30
15
  display: inline;
31
16
  margin-right: 10px;
@@ -40,7 +25,7 @@
40
25
  }
41
26
  .capsule-tab .tab-item.active {
42
27
  color: #fff;
43
- background-color: rgb(239, 102, 102);
28
+ background-color: #ef6666;
44
29
  }
45
30
  .capsule-tab .tab-item:first-child {
46
31
  border-radius: 12px 0 0 12px;
@@ -55,7 +40,6 @@
55
40
  .uploader {
56
41
  position: relative;
57
42
  }
58
-
59
43
  .uploader-btn {
60
44
  position: relative;
61
45
  display: inline-block;
@@ -70,9 +54,8 @@
70
54
  cursor: pointer;
71
55
  }
72
56
  .uploader-btn:hover {
73
- background-color: rgb(0 0 0 / 8%);
57
+ background-color: #00000014;
74
58
  }
75
-
76
59
  .uploader-drop {
77
60
  position: relative;
78
61
  padding: 10px;
@@ -84,12 +67,6 @@
84
67
  background-color: #f7f7f7;
85
68
  border-color: #999;
86
69
  }
87
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
88
- /* 应用头部高度 */
89
- /* 页面宽度 */
90
- /* 侧栏宽度 */
91
- /* 标签高度 */
92
- /* 页面头部工具条高度 */
93
70
  .chunk-file-uploader-file {
94
71
  position: relative;
95
72
  height: 49px;
@@ -97,12 +74,9 @@
97
74
  line-height: 49px;
98
75
  border-bottom: 1px solid #cdcdcd;
99
76
  }
100
- .chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause, .chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause {
101
- display: block;
102
- }
103
- .chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume {
104
- display: block;
105
- }
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,
106
80
  .chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry {
107
81
  display: block;
108
82
  }
@@ -117,10 +91,10 @@
117
91
  width: 100%;
118
92
  height: 100%;
119
93
  background: #e2eeff;
120
- transform: translateX(-100%);
94
+ transform: translate(-100%);
121
95
  }
122
96
  .chunk-file-uploader-file-progressing {
123
- transition: all 0.4s linear;
97
+ transition: all .4s linear;
124
98
  }
125
99
  .chunk-file-uploader-file-info {
126
100
  position: relative;
@@ -131,17 +105,25 @@
131
105
  flex-direction: row;
132
106
  }
133
107
  .chunk-file-uploader-file-info:hover {
134
- background-color: rgba(240, 240, 240, 0.2);
108
+ background-color: #f0f0f033;
135
109
  }
136
- .chunk-file-uploader-file-info i, .chunk-file-uploader-file-info em {
110
+ .chunk-file-uploader-file-info i,
111
+ .chunk-file-uploader-file-info em {
137
112
  font-style: normal;
138
113
  }
139
- .chunk-file-uploader-file-name, .chunk-file-uploader-file-size, .chunk-file-uploader-file-meta, .chunk-file-uploader-file-status, .chunk-file-uploader-file-actions {
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 {
140
119
  position: relative;
141
120
  height: 100%;
142
121
  padding: 0 10px;
143
122
  }
144
- .chunk-file-uploader-file-size, .chunk-file-uploader-file-meta, .chunk-file-uploader-file-status, .chunk-file-uploader-file-actions {
123
+ .chunk-file-uploader-file-size,
124
+ .chunk-file-uploader-file-meta,
125
+ .chunk-file-uploader-file-status,
126
+ .chunk-file-uploader-file-actions {
145
127
  flex-shrink: 0;
146
128
  }
147
129
  .chunk-file-uploader-file-name {
@@ -159,29 +141,29 @@
159
141
  margin-right: 8px;
160
142
  vertical-align: top;
161
143
  }
162
- .chunk-file-uploader-file-icon::before {
144
+ .chunk-file-uploader-file-icon:before {
163
145
  display: block;
164
146
  height: 100%;
165
- color: #808080;
147
+ color: gray;
166
148
  font-size: 24px;
167
149
  line-height: 1;
168
150
  text-indent: 0;
169
- content: "📃";
151
+ content: "\1f4c3";
170
152
  }
171
- .chunk-file-uploader-file-icon[icon=folder]::before {
172
- content: "📂";
153
+ .chunk-file-uploader-file-icon[icon=folder]:before {
154
+ content: "\1f4c2";
173
155
  }
174
- .chunk-file-uploader-file-icon[icon=image]::before {
175
- content: "📊";
156
+ .chunk-file-uploader-file-icon[icon=image]:before {
157
+ content: "\1f4ca";
176
158
  }
177
- .chunk-file-uploader-file-icon[icon=video]::before {
178
- content: "📹";
159
+ .chunk-file-uploader-file-icon[icon=video]:before {
160
+ content: "\1f4f9";
179
161
  }
180
- .chunk-file-uploader-file-icon[icon=audio]::before {
181
- content: "🎵";
162
+ .chunk-file-uploader-file-icon[icon=audio]:before {
163
+ content: "\1f3b5";
182
164
  }
183
- .chunk-file-uploader-file-icon[icon=document]::before {
184
- content: "📋";
165
+ .chunk-file-uploader-file-icon[icon=document]:before {
166
+ content: "\1f4cb";
185
167
  }
186
168
  .chunk-file-uploader-file-actions > span {
187
169
  display: none;
@@ -190,7 +172,7 @@
190
172
  height: 16px;
191
173
  margin-top: 16px;
192
174
  margin-right: 10px;
193
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAARkSURBVGje7ZnfS1NRHMAH4ptPkvQSuAdBkCxD8FUQJMEULUgzy1KyyPVQ4JMiiP4Bvg6EwUQQfMmwhwRDshwaKUjDVCgoSdDNHkzTJZ6+Z37Purve8+PeTb2TM/ggu+ew89l33x8H9BBCPG7GowXTJej3+wnDvEm0JuLC04+EYWftVAUv+fiCvDUdQR1BHUEdQR3BTIygvixoQS14XgTtthLVdpNWwXRLqvQ724LplFRtyrYF0yVpFLQrKRVMh6RZ0I6kkmCqklaCqpKZH0FX56Crq9jVfdDVk0RfFrSgFsxkQVmLcdKCVrKySCrryhPEyYShhzOcrFtG0EoilfHHk1CRU5rF6ZjNZhlVOW6RnMSVyyilKies4pO41diVy8wIujoHXV3FGdMHXTtJKLFYTLhZtq4vC1rwXApCZTIqgR6g1PBMCO9DL3bMMSqBHqDU8EyISDAHiGKvWwcCQG2KgjlAFCDAOhAAap0K5gKLphk8mqJgLrCIgoxRJ4J5wKpJ7gAoMkn5EBXBPGDVJHcAFJmkfIhQcAql1oBpTvTol9gG9pm4RHAKpdaAaU706JfYBvaZuJVgPQrt4sFlnOh5MC/p3lmJYD0K7eLBZZzoeTAv6d5ZnuAYHjpgEOnk5F0ufhG6v1ggOIaHDhhEOjl5l4tfhO4vthLcwAMrFNvLJO5vEwhu4IEViu1lEve3WQmyoihQFBzG/V0CQVYUBYqCw7i/SxTBcpsRbFeIYLnNCLZbCY5b5KAnxRwct8hBj9McZFVMW0ihRNBuFdMWUigRlFaxuQ9WWYjRMTiIe5z0wSoLMToGB3GPsA9aTZIJoB+nRgBnM1tzOkkmgH6cGgGczWzNpzqLx3n/aULJJgezeNw07oxQySbVywKjBOgFRnDs+VEsx8FlgVEC9AIjOPb8KJYjvSzoG7UW1IJaUAtqQS14toLNM5fN5APdwBJA8G83Pk/aK/rgzVvXzeQD3cASQPBvNz5P2ssTzAaGUIrHEO6zI5gNDKEUjyHcxxWkh4Ylcowwk1QQpIeGJXKMMJO0EgwqyjGCioJBJvDrxRMSuVOTJEXfbz1/bHwWtBL0yoQehK6RucgE+bGzanzulQh6E3IgQV+xpc8kcrfuSO7eTfJ3ZYmQw0Oy9azVKOk1C/bJ5D5F38YPeLfx0rjWJxHsS0SqsSYuxySjj5qO5Oj7xQWy2VBtFOwzCy6ryH3YfE3uh64Y1xckgstJPydEjkkeHv07Iy4Xaao15+KCWTBx6M/db+T9xivSErqaJDdzXI6yLRE8Vgg0coex/SPJvT0SbWu0KpZtbgSpCH3NRt7I5OxHkObc6heU+/M/J5vrpBFM5GBLqCQux14COXs5CNXK5OjPGm1tSMrJSOMNYQ4mVTGV/L6zTL7+DovkbFUxbSW0Wo05l8hJWsU+cRWfSh+Mt5Lb1ck/J1TvVsdDaR/MiEni+llsdZuZp62EViu+96bpNjNPWwmtVnzvFd5m9IVVC54x/wA7gNvqFG9vXQAAAABJRU5ErkJggg==") no-repeat 0 0;
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;
194
176
  cursor: pointer;
195
177
  }
196
178
  .chunk-file-uploader-file-actions > span:hover {
@@ -217,7 +199,6 @@
217
199
  padding: 0;
218
200
  list-style: none;
219
201
  }
220
-
221
202
  .uploader-list {
222
203
  position: relative;
223
204
  }
@@ -226,18 +207,11 @@
226
207
  padding: 0;
227
208
  list-style: none;
228
209
  }
229
-
230
210
  .uploader-unsupport {
231
211
  position: relative;
232
212
  z-index: 10;
233
213
  overflow: hidden;
234
214
  }
235
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
236
- /* 应用头部高度 */
237
- /* 页面宽度 */
238
- /* 侧栏宽度 */
239
- /* 标签高度 */
240
- /* 页面头部工具条高度 */
241
215
  .code-mirror-editor {
242
216
  line-height: normal;
243
217
  }
@@ -248,12 +222,7 @@
248
222
  }
249
223
  .code-mirror-editor .CodeMirror.CodeMirror-focused {
250
224
  border-color: #e34e55;
251
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
252
- /* 应用头部高度 */
253
- /* 页面宽度 */
254
- /* 侧栏宽度 */
255
- /* 标签高度 */
256
- /* 页面头部工具条高度 */
225
+ }
257
226
  .cm-container {
258
227
  position: fixed;
259
228
  z-index: 9999;
@@ -263,10 +232,10 @@
263
232
  position: absolute;
264
233
  top: 50%;
265
234
  right: 0;
266
- width: 0.9em;
267
- height: 0.9em;
235
+ width: .9em;
236
+ height: .9em;
268
237
  overflow: hidden;
269
- vertical-align: -0.15em;
238
+ vertical-align: -.15em;
270
239
  transform: translateY(-50%);
271
240
  fill: currentcolor;
272
241
  }
@@ -298,7 +267,7 @@
298
267
  box-sizing: border-box;
299
268
  width: 100%;
300
269
  height: 100%;
301
- padding: 0 0.8em;
270
+ padding: 0 .8em;
302
271
  overflow: hidden;
303
272
  white-space: nowrap;
304
273
  text-overflow: ellipsis;
@@ -313,7 +282,8 @@
313
282
  color: #fff;
314
283
  background-color: #666;
315
284
  }
316
- .cm-container .cm-ul-2, .cm-container .cm-ul-3 {
285
+ .cm-container .cm-ul-2,
286
+ .cm-container .cm-ul-3 {
317
287
  position: absolute;
318
288
  top: 0;
319
289
  z-index: 10000;
@@ -323,7 +293,7 @@
323
293
  left: 0;
324
294
  transform: translateY(-50%) rotate(180deg);
325
295
  }
326
- .cm-container .cm-underline li div::after {
296
+ .cm-container .cm-underline li div:after {
327
297
  position: absolute;
328
298
  top: 0;
329
299
  left: 5%;
@@ -333,26 +303,20 @@
333
303
  background-color: #ccc;
334
304
  content: "";
335
305
  }
336
- .cm-container .cm-underline li div:hover::after, .cm-container .cm-underline > li:first-child > div::after {
306
+ .cm-container .cm-underline li div:hover:after,
307
+ .cm-container .cm-underline > li:first-child > div:after {
337
308
  display: none;
338
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
339
- /* 应用头部高度 */
340
- /* 页面宽度 */
341
- /* 侧栏宽度 */
342
- /* 标签高度 */
343
- /* 页面头部工具条高度 */
309
+ }
344
310
  .border-bottom {
345
311
  border-bottom: 1px solid #d7dae0;
346
312
  }
347
-
348
- .clear-fix::after {
313
+ .clear-fix:after {
349
314
  display: block;
350
315
  clear: both;
351
316
  height: 0;
352
317
  visibility: hidden;
353
318
  content: " ";
354
319
  }
355
-
356
320
  .flex-row {
357
321
  display: flex;
358
322
  flex-direction: row;
@@ -367,11 +331,9 @@
367
331
  .flex-row.horizon-center {
368
332
  justify-content: center;
369
333
  }
370
-
371
334
  .text-center {
372
335
  text-align: center;
373
336
  }
374
-
375
337
  .flex-column {
376
338
  display: flex;
377
339
  flex-direction: column;
@@ -382,11 +344,10 @@
382
344
  .flex-column.horizon-center {
383
345
  align-items: center;
384
346
  }
385
-
386
- .flex-item, .flex-item-relative {
347
+ .flex-item,
348
+ .flex-item-relative {
387
349
  flex: 1 1 auto;
388
350
  }
389
-
390
351
  .flex-item-relative {
391
352
  position: relative;
392
353
  }
@@ -397,15 +358,9 @@
397
358
  bottom: 0;
398
359
  left: 0;
399
360
  }
400
-
401
361
  .flex-not-shrink {
402
362
  flex-shrink: 0;
403
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
404
- /* 应用头部高度 */
405
- /* 页面宽度 */
406
- /* 侧栏宽度 */
407
- /* 标签高度 */
408
- /* 页面头部工具条高度 */
363
+ }
409
364
  .dynamic-table {
410
365
  display: flex;
411
366
  flex-direction: column;
@@ -414,7 +369,7 @@
414
369
  }
415
370
  .dynamic-table .dynamic-table-action-icon {
416
371
  margin-left: 10px;
417
- font-weight: bold;
372
+ font-weight: 700;
418
373
  cursor: pointer;
419
374
  }
420
375
  .dynamic-table .el-form-item {
@@ -429,21 +384,11 @@
429
384
  .dynamic-table .el-input.is-disabled .el-input__inner {
430
385
  background-color: transparent;
431
386
  border: none;
432
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
433
- /* 应用头部高度 */
434
- /* 页面宽度 */
435
- /* 侧栏宽度 */
436
- /* 标签高度 */
437
- /* 页面头部工具条高度 */
387
+ }
438
388
  .echarts {
439
389
  width: 100%;
440
390
  height: 100%;
441
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
442
- /* 应用头部高度 */
443
- /* 页面宽度 */
444
- /* 侧栏宽度 */
445
- /* 标签高度 */
446
- /* 页面头部工具条高度 */
391
+ }
447
392
  .editable-progress {
448
393
  display: flex;
449
394
  flex-direction: column;
@@ -453,7 +398,8 @@
453
398
  background-color: #e4e7ed;
454
399
  border-radius: 100px;
455
400
  }
456
- .editable-progress .el-progress, .editable-progress .el-slider {
401
+ .editable-progress .el-progress,
402
+ .editable-progress .el-slider {
457
403
  width: 100%;
458
404
  font-weight: 700;
459
405
  }
@@ -463,7 +409,8 @@
463
409
  .editable-progress .el-progress-bar__outer {
464
410
  background-color: #e4e7ed;
465
411
  }
466
- .editable-progress .el-slider__bar, .editable-progress .el-slider__runway {
412
+ .editable-progress .el-slider__bar,
413
+ .editable-progress .el-slider__runway {
467
414
  height: 22px;
468
415
  border-radius: 100px;
469
416
  }
@@ -474,12 +421,7 @@
474
421
  .editable-progress .el-slider__button-wrapper .el-slider__button {
475
422
  width: 24px;
476
423
  height: 24px;
477
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
478
- /* 应用头部高度 */
479
- /* 页面宽度 */
480
- /* 侧栏宽度 */
481
- /* 标签高度 */
482
- /* 页面头部工具条高度 */
424
+ }
483
425
  .editable-tree {
484
426
  position: relative;
485
427
  }
@@ -541,7 +483,10 @@
541
483
  display: block;
542
484
  padding: 8px 20px 8px 8px;
543
485
  color: #242f42;
544
- font: normal 11px tahoma, arial, sans-serif;
486
+ font:
487
+ 11px tahoma,
488
+ arial,
489
+ sans-serif;
545
490
  line-height: 100%;
546
491
  white-space: nowrap;
547
492
  cursor: pointer;
@@ -555,12 +500,7 @@
555
500
  margin-right: 4px;
556
501
  font-weight: 700;
557
502
  font-size: 1.3em;
558
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
559
- /* 应用头部高度 */
560
- /* 页面宽度 */
561
- /* 侧栏宽度 */
562
- /* 标签高度 */
563
- /* 页面头部工具条高度 */
503
+ }
564
504
  .element-dialog.el-dialog.el-dialog-resizeable {
565
505
  display: flex;
566
506
  flex-direction: column;
@@ -592,7 +532,8 @@
592
532
  .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover {
593
533
  background: #e34e55;
594
534
  }
595
- .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen, .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document {
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 {
596
537
  padding: 4px;
597
538
  font-size: 13px;
598
539
  }
@@ -633,11 +574,11 @@
633
574
  align-items: center;
634
575
  padding: 4px 10px;
635
576
  font-size: 16px;
636
- background-color: #409EFF;
577
+ background-color: #409eff;
637
578
  }
638
579
  .element-dialog.el-dialog .el-dialog__header .el-dialog__title {
639
580
  color: #fff;
640
- font-weight: normal;
581
+ font-weight: 400;
641
582
  font-size: 16px;
642
583
  }
643
584
  .element-dialog.el-dialog .header-button-wrapper {
@@ -656,28 +597,8 @@
656
597
  }
657
598
  .element-dialog.el-dialog .header-button:hover {
658
599
  background: #e34e55;
659
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
660
- /* 应用头部高度 */
661
- /* 页面宽度 */
662
- /* 侧栏宽度 */
663
- /* 标签高度 */
664
- /* 页面头部工具条高度 */
665
- .empty-view {
666
- position: relative;
667
- display: flex;
668
- align-items: center;
669
- justify-content: center;
670
- width: 100%;
671
- height: 100%;
672
- color: #909399;
673
- font-size: 20px;
674
- background-color: #fff;
675
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
676
- /* 应用头部高度 */
677
- /* 页面宽度 */
678
- /* 侧栏宽度 */
679
- /* 标签高度 */
680
- /* 页面头部工具条高度 */
600
+ }
601
+ .empty-view,
681
602
  .error-view {
682
603
  position: relative;
683
604
  display: flex;
@@ -688,12 +609,7 @@
688
609
  color: #909399;
689
610
  font-size: 20px;
690
611
  background-color: #fff;
691
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
692
- /* 应用头部高度 */
693
- /* 页面宽度 */
694
- /* 侧栏宽度 */
695
- /* 标签高度 */
696
- /* 页面头部工具条高度 */
612
+ }
697
613
  .flex-scroller-wrapper {
698
614
  position: relative;
699
615
  flex: 1 1 auto;
@@ -707,12 +623,7 @@
707
623
  }
708
624
  .flex-scroller-wrapper .flex-scroller.content-scroll {
709
625
  overflow: auto;
710
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
711
- /* 应用头部高度 */
712
- /* 页面宽度 */
713
- /* 侧栏宽度 */
714
- /* 标签高度 */
715
- /* 页面头部工具条高度 */
626
+ }
716
627
  .form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label {
717
628
  overflow: hidden;
718
629
  white-space: nowrap;
@@ -757,38 +668,24 @@
757
668
  }
758
669
  .form-checkbox-group .el-checkbox__label {
759
670
  padding-left: 4px;
760
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
761
- /* 应用头部高度 */
762
- /* 页面宽度 */
763
- /* 侧栏宽度 */
764
- /* 标签高度 */
765
- /* 页面头部工具条高度 */
671
+ }
766
672
  .form-input-number.el-input-number {
767
673
  width: 100%;
768
674
  }
769
675
  .form-input-number.el-input-number .el-input__inner {
770
676
  text-align: left;
771
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
772
- /* 应用头部高度 */
773
- /* 页面宽度 */
774
- /* 侧栏宽度 */
775
- /* 标签高度 */
776
- /* 页面头部工具条高度 */
777
- .form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label::before {
677
+ }
678
+ .form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label:before {
778
679
  margin-right: 4px;
779
680
  color: #f56c6c;
780
681
  content: "*";
781
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
782
- /* 应用头部高度 */
783
- /* 页面宽度 */
784
- /* 侧栏宽度 */
785
- /* 标签高度 */
786
- /* 页面头部工具条高度 */
682
+ }
787
683
  .form-item-group {
788
684
  margin-bottom: 10px;
789
685
  background-color: #fff;
790
686
  }
791
- .form-item-group.is-disabled .is-required .el-form-item__label::before, .form-item-group.is-disabled .required .el-form-item__label::before {
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 {
792
689
  display: none;
793
690
  }
794
691
  .form-item-group .form-item-group-row {
@@ -802,17 +699,12 @@
802
699
  margin: 0 0 10px;
803
700
  padding: 0 10px;
804
701
  color: #333;
805
- font-weight: bold;
702
+ font-weight: 700;
806
703
  font-size: 14px;
807
704
  line-height: 30px;
808
705
  background-color: #f3f5fb;
809
706
  cursor: pointer;
810
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
811
- /* 应用头部高度 */
812
- /* 页面宽度 */
813
- /* 侧栏宽度 */
814
- /* 标签高度 */
815
- /* 页面头部工具条高度 */
707
+ }
816
708
  .form-radio-group.inline {
817
709
  display: inline;
818
710
  }
@@ -859,12 +751,7 @@
859
751
  .form-radio-group .el-radio__label {
860
752
  padding-left: 0;
861
753
  line-height: 19px;
862
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
863
- /* 应用头部高度 */
864
- /* 页面宽度 */
865
- /* 侧栏宽度 */
866
- /* 标签高度 */
867
- /* 页面头部工具条高度 */
754
+ }
868
755
  .form-view {
869
756
  display: flex;
870
757
  flex-direction: column;
@@ -894,7 +781,7 @@
894
781
  padding-right: 0;
895
782
  }
896
783
  .form-view .form-card {
897
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
784
+ box-shadow: 0 2px 12px #0000001a;
898
785
  max-width: 1000px;
899
786
  margin: 14px auto;
900
787
  padding: 20px;
@@ -902,17 +789,17 @@
902
789
  background-color: #fff;
903
790
  border: 1px solid #ebeef5;
904
791
  border-radius: 4px;
905
- transition: 0.3s;
792
+ transition: .3s;
906
793
  }
907
794
  .form-view .form-card.un-limit {
908
795
  max-width: 100%;
909
796
  }
910
797
  .form-view .form-nav {
911
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
798
+ box-shadow: 0 2px 12px #0000001a;
912
799
  position: absolute;
913
800
  top: 55px;
914
801
  left: 20px;
915
- background-color: white;
802
+ background-color: #fff;
916
803
  }
917
804
  .form-view .form-nav-list {
918
805
  min-width: 180px;
@@ -922,7 +809,7 @@
922
809
  position: relative;
923
810
  padding: 5px 20px;
924
811
  color: #e34e55;
925
- font-weight: bold;
812
+ font-weight: 700;
926
813
  font-size: 15px;
927
814
  background-color: #f3f5fb;
928
815
  }
@@ -932,11 +819,12 @@
932
819
  font-family: element-icons !important;
933
820
  cursor: pointer;
934
821
  }
935
- .form-view .form-nav-item.active, .form-view .form-nav-item:hover {
822
+ .form-view .form-nav-item.active,
823
+ .form-view .form-nav-item:hover {
936
824
  color: #e34e55;
937
- font-weight: bold;
825
+ font-weight: 700;
938
826
  }
939
- .form-view .form-nav-item.active::before {
827
+ .form-view .form-nav-item.active:before {
940
828
  position: absolute;
941
829
  left: -14px;
942
830
  content: "\e6e0";
@@ -983,11 +871,14 @@
983
871
  }
984
872
  .form-view .select-num .num {
985
873
  font-size: 19px;
986
- font-family: impact, Constantia, Georgia;
874
+ font-family:
875
+ impact,
876
+ Constantia,
877
+ Georgia;
987
878
  }
988
879
  .form-view .el-table .el-table__header th {
989
880
  color: #595959;
990
- font-weight: normal;
881
+ font-weight: 400;
991
882
  background: #fff;
992
883
  }
993
884
  .form-view .el-table td {
@@ -1003,8 +894,7 @@
1003
894
  display: none;
1004
895
  }
1005
896
  .form-view .el-table td .cell .el-input.is-disabled .el-input__inner {
1006
- padding: 0;
1007
- padding-left: 4px;
897
+ padding: 0 0 0 4px;
1008
898
  line-height: 1.6;
1009
899
  white-space: normal;
1010
900
  word-break: break-word;
@@ -1012,16 +902,11 @@
1012
902
  border: 0;
1013
903
  }
1014
904
  @media screen and (min-width: 1700px) {
1015
- .form-view.form-view__lg .form-card {
905
+ .form-view.form-view__lg .form-card {
1016
906
  position: relative;
1017
907
  left: 60px;
908
+ }
1018
909
  }
1019
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1020
- /* 应用头部高度 */
1021
- /* 页面宽度 */
1022
- /* 侧栏宽度 */
1023
- /* 标签高度 */
1024
- /* 页面头部工具条高度 */
1025
910
  .guide-steps {
1026
911
  margin-top: 20px;
1027
912
  margin-bottom: 20px;
@@ -1049,12 +934,7 @@
1049
934
  }
1050
935
  .guide-steps .el-step.disabled .el-step__icon.is-text {
1051
936
  cursor: not-allowed;
1052
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1053
- /* 应用头部高度 */
1054
- /* 页面宽度 */
1055
- /* 侧栏宽度 */
1056
- /* 标签高度 */
1057
- /* 页面头部工具条高度 */
937
+ }
1058
938
  .icon-card {
1059
939
  padding: 14px;
1060
940
  border-radius: 4px;
@@ -1071,7 +951,7 @@
1071
951
  line-height: 48px;
1072
952
  }
1073
953
  .icon-card .icon-card_color {
1074
- font-weight: bold;
954
+ font-weight: 700;
1075
955
  font-size: 18px;
1076
956
  cursor: pointer;
1077
957
  }
@@ -1104,12 +984,7 @@
1104
984
  }
1105
985
  .icon-card.green .icon-card_color {
1106
986
  color: #72c734;
1107
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1108
- /* 应用头部高度 */
1109
- /* 页面宽度 */
1110
- /* 侧栏宽度 */
1111
- /* 标签高度 */
1112
- /* 页面头部工具条高度 */
987
+ }
1113
988
  .iframe-window.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body {
1114
989
  position: relative;
1115
990
  padding: 0;
@@ -1123,12 +998,7 @@
1123
998
  width: 100%;
1124
999
  height: 100%;
1125
1000
  border: none;
1126
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1127
- /* 应用头部高度 */
1128
- /* 页面宽度 */
1129
- /* 侧栏宽度 */
1130
- /* 标签高度 */
1131
- /* 页面头部工具条高度 */
1001
+ }
1132
1002
  .image-viewer .image-item {
1133
1003
  display: inline-block;
1134
1004
  width: 100px;
@@ -1143,12 +1013,7 @@
1143
1013
  }
1144
1014
  .viewer-backdrop {
1145
1015
  background-color: #5e5e5e;
1146
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1147
- /* 应用头部高度 */
1148
- /* 页面宽度 */
1149
- /* 侧栏宽度 */
1150
- /* 标签高度 */
1151
- /* 页面头部工具条高度 */
1016
+ }
1152
1017
  .el-input-number.input-number {
1153
1018
  display: block;
1154
1019
  }
@@ -1157,23 +1022,13 @@
1157
1022
  }
1158
1023
  .el-input-number.input-number .el-input {
1159
1024
  width: 100%;
1160
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1161
- /* 应用头部高度 */
1162
- /* 页面宽度 */
1163
- /* 侧栏宽度 */
1164
- /* 标签高度 */
1165
- /* 页面头部工具条高度 */
1025
+ }
1166
1026
  .input-number-range {
1167
1027
  display: flex;
1168
1028
  flex-direction: row;
1169
1029
  align-items: center;
1170
1030
  width: 100%;
1171
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1172
- /* 应用头部高度 */
1173
- /* 页面宽度 */
1174
- /* 侧栏宽度 */
1175
- /* 标签高度 */
1176
- /* 页面头部工具条高度 */
1031
+ }
1177
1032
  .loading-view {
1178
1033
  position: relative;
1179
1034
  display: flex;
@@ -1184,12 +1039,7 @@
1184
1039
  color: #909399;
1185
1040
  font-size: 20px;
1186
1041
  background-color: #fff;
1187
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1188
- /* 应用头部高度 */
1189
- /* 页面宽度 */
1190
- /* 侧栏宽度 */
1191
- /* 标签高度 */
1192
- /* 页面头部工具条高度 */
1042
+ }
1193
1043
  .nav-bar {
1194
1044
  flex-shrink: 0;
1195
1045
  display: flex;
@@ -1200,12 +1050,7 @@
1200
1050
  }
1201
1051
  .nav-bar .el-button--text {
1202
1052
  margin-left: 12px;
1203
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1204
- /* 应用头部高度 */
1205
- /* 页面宽度 */
1206
- /* 侧栏宽度 */
1207
- /* 标签高度 */
1208
- /* 页面头部工具条高度 */
1053
+ }
1209
1054
  .not-implement {
1210
1055
  display: flex;
1211
1056
  align-items: center;
@@ -1214,94 +1059,16 @@
1214
1059
  color: gray;
1215
1060
  font-size: 3em;
1216
1061
  text-align: center;
1217
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1218
- /* 应用头部高度 */
1219
- /* 页面宽度 */
1220
- /* 侧栏宽度 */
1221
- /* 标签高度 */
1222
- /* 页面头部工具条高度 */
1062
+ }
1223
1063
  .page {
1224
1064
  height: 100%;
1225
1065
  }
1226
1066
  .page.vertical {
1227
1067
  flex-direction: column;
1228
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1229
- /* 应用头部高度 */
1230
- /* 页面宽度 */
1231
- /* 侧栏宽度 */
1232
- /* 标签高度 */
1233
- /* 页面头部工具条高度 */
1234
- .pageable-table {
1235
- flex: 1 1 auto;
1236
- position: relative;
1237
- height: 100%;
1238
1068
  }
1239
1069
  .pageable-table .single-select-column .el-radio__label {
1240
1070
  padding: 0;
1241
1071
  }
1242
- .pageable-table.auto-height {
1243
- position: static;
1244
- height: auto;
1245
- }
1246
- .pageable-table.auto-height .el-table {
1247
- position: static;
1248
- min-height: 200px;
1249
- }
1250
- .pageable-table.auto-height .pageable-table-wrapper {
1251
- position: static;
1252
- }
1253
- .pageable-table .pageable-table-wrapper {
1254
- display: flex;
1255
- flex-direction: column;
1256
- position: absolute;
1257
- top: 0;
1258
- right: 0;
1259
- bottom: 0;
1260
- left: 0;
1261
- }
1262
- .pageable-table .el-pagination {
1263
- background-color: #fff;
1264
- }
1265
- .pageable-table .table-status-icon {
1266
- font-size: 20px;
1267
- }
1268
- .pageable-table .pageable-table-loading {
1269
- display: inline-flex;
1270
- align-items: center;
1271
- }
1272
- .pageable-table .pageable-table-error {
1273
- display: inline-flex;
1274
- align-items: center;
1275
- color: #f00;
1276
- border: 1px solid #fca4a4;
1277
- }
1278
- .pageable-table .pageable-table-error:hover {
1279
- background-color: #fff0f0;
1280
- }
1281
- .pageable-table .pageable-table-total {
1282
- padding: 0 10px 10px;
1283
- }
1284
- .pageable-table .underline {
1285
- position: relative;
1286
- }
1287
- .pageable-table .underline::after {
1288
- position: absolute;
1289
- bottom: 0;
1290
- left: 0;
1291
- z-index: 1;
1292
- width: 100%;
1293
- height: 1px;
1294
- background-color: #606266;
1295
- content: "";
1296
- }
1297
- .pageable-table .total {
1298
- padding: 10px;
1299
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1300
- /* 应用头部高度 */
1301
- /* 页面宽度 */
1302
- /* 侧栏宽度 */
1303
- /* 标签高度 */
1304
- /* 页面头部工具条高度 */
1305
1072
  .pageable-table {
1306
1073
  flex: 1 1 auto;
1307
1074
  position: relative;
@@ -1340,7 +1107,7 @@
1340
1107
  .pageable-table .pageable-table-error {
1341
1108
  display: inline-flex;
1342
1109
  align-items: center;
1343
- color: #f00;
1110
+ color: red;
1344
1111
  border: 1px solid #fca4a4;
1345
1112
  }
1346
1113
  .pageable-table .pageable-table-error:hover {
@@ -1352,7 +1119,7 @@
1352
1119
  .pageable-table .underline {
1353
1120
  position: relative;
1354
1121
  }
1355
- .pageable-table .underline::after {
1122
+ .pageable-table .underline:after {
1356
1123
  position: absolute;
1357
1124
  bottom: 0;
1358
1125
  left: 0;
@@ -1364,12 +1131,7 @@
1364
1131
  }
1365
1132
  .pageable-table .total {
1366
1133
  padding: 10px;
1367
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1368
- /* 应用头部高度 */
1369
- /* 页面宽度 */
1370
- /* 侧栏宽度 */
1371
- /* 标签高度 */
1372
- /* 页面头部工具条高度 */
1134
+ }
1373
1135
  .egd-page-header {
1374
1136
  height: 40px;
1375
1137
  margin: 0 10px;
@@ -1377,12 +1139,7 @@
1377
1139
  }
1378
1140
  .egd-page-header .align-end {
1379
1141
  justify-content: flex-end;
1380
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1381
- /* 应用头部高度 */
1382
- /* 页面宽度 */
1383
- /* 侧栏宽度 */
1384
- /* 标签高度 */
1385
- /* 页面头部工具条高度 */
1142
+ }
1386
1143
  .page-index-content {
1387
1144
  display: flex;
1388
1145
  flex: 1 1 auto;
@@ -1397,14 +1154,9 @@
1397
1154
  justify-content: center;
1398
1155
  width: 100%;
1399
1156
  height: 100%;
1400
- color: #808080;
1157
+ color: gray;
1401
1158
  font-size: 20px;
1402
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1403
- /* 应用头部高度 */
1404
- /* 页面宽度 */
1405
- /* 侧栏宽度 */
1406
- /* 标签高度 */
1407
- /* 页面头部工具条高度 */
1159
+ }
1408
1160
  .page-skeleton .page-content {
1409
1161
  position: relative;
1410
1162
  flex: 1 1 auto;
@@ -1421,12 +1173,7 @@
1421
1173
  }
1422
1174
  .page-skeleton .page-content.flex-row {
1423
1175
  display: flex;
1424
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1425
- /* 应用头部高度 */
1426
- /* 页面宽度 */
1427
- /* 侧栏宽度 */
1428
- /* 标签高度 */
1429
- /* 页面头部工具条高度 */
1176
+ }
1430
1177
  .page-skeleton-new .page-skeleton-new-header {
1431
1178
  display: flex;
1432
1179
  flex-direction: row;
@@ -1462,12 +1209,7 @@
1462
1209
  }
1463
1210
  .page-skeleton-new .page-skeleton-new-page-content.flex-row {
1464
1211
  display: flex;
1465
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1466
- /* 应用头部高度 */
1467
- /* 页面宽度 */
1468
- /* 侧栏宽度 */
1469
- /* 标签高度 */
1470
- /* 页面头部工具条高度 */
1212
+ }
1471
1213
  .pswp {
1472
1214
  z-index: 2147483647;
1473
1215
  }
@@ -1481,12 +1223,7 @@
1481
1223
  .pswp .error-img {
1482
1224
  width: 200px;
1483
1225
  margin-bottom: 10px;
1484
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1485
- /* 应用头部高度 */
1486
- /* 页面宽度 */
1487
- /* 侧栏宽度 */
1488
- /* 标签高度 */
1489
- /* 页面头部工具条高度 */
1226
+ }
1490
1227
  .resize-observer {
1491
1228
  position: absolute;
1492
1229
  top: 0;
@@ -1511,12 +1248,7 @@
1511
1248
  height: 100%;
1512
1249
  overflow: hidden;
1513
1250
  pointer-events: none;
1514
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1515
- /* 应用头部高度 */
1516
- /* 页面宽度 */
1517
- /* 侧栏宽度 */
1518
- /* 标签高度 */
1519
- /* 页面头部工具条高度 */
1251
+ }
1520
1252
  .search-popover {
1521
1253
  border-radius: 4px;
1522
1254
  z-index: 100;
@@ -1531,7 +1263,7 @@
1531
1263
  top: 0;
1532
1264
  left: 0;
1533
1265
  transform: translate3d(calc((100vw - 560px) / 2), 15%, 0);
1534
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC");
1266
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC);
1535
1267
  background-repeat: repeat;
1536
1268
  }
1537
1269
  .search-popover .footer-tips {
@@ -1543,11 +1275,14 @@
1543
1275
  align-items: center;
1544
1276
  background: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
1545
1277
  border-radius: 2px;
1546
- box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
1278
+ box-shadow:
1279
+ inset 0 -2px #cdcde6,
1280
+ inset 0 0 1px 1px #fff,
1281
+ 0 1px 2px 1px #1e235a66;
1547
1282
  display: inline-flex;
1548
1283
  height: 18px;
1549
1284
  justify-content: center;
1550
- margin-right: 0.4em;
1285
+ margin-right: .4em;
1551
1286
  padding-bottom: 2px;
1552
1287
  width: 20px;
1553
1288
  }
@@ -1570,7 +1305,7 @@
1570
1305
  font-size: 24px;
1571
1306
  }
1572
1307
  .search-popover .search-item {
1573
- box-shadow: 0 1px 3px 0 #d4d9e1;
1308
+ box-shadow: 0 1px 3px #d4d9e1;
1574
1309
  text-decoration: none;
1575
1310
  box-sizing: border-box;
1576
1311
  color: #000;
@@ -1603,12 +1338,7 @@
1603
1338
  }
1604
1339
  .search-popover .search-item.active .search-icon {
1605
1340
  color: #fff;
1606
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1607
- /* 应用头部高度 */
1608
- /* 页面宽度 */
1609
- /* 侧栏宽度 */
1610
- /* 标签高度 */
1611
- /* 页面头部工具条高度 */
1341
+ }
1612
1342
  .sign-panel {
1613
1343
  align-items: flex-start;
1614
1344
  justify-content: center;
@@ -1699,7 +1429,7 @@
1699
1429
  .sign-panel .sign-draw-area {
1700
1430
  position: relative;
1701
1431
  max-width: 100%;
1702
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */ /* 应用头部高度 */ /* 页面宽度 */ /* 侧栏宽度 */ /* 标签高度 */ /* 页面头部工具条高度 */
1432
+ }
1703
1433
  .egd-split-wrapper {
1704
1434
  position: relative;
1705
1435
  width: 100%;
@@ -1708,7 +1438,8 @@
1708
1438
  .egd-split-pane {
1709
1439
  position: absolute;
1710
1440
  }
1711
- .egd-split-pane.left-pane, .egd-split-pane.right-pane {
1441
+ .egd-split-pane.left-pane,
1442
+ .egd-split-pane.right-pane {
1712
1443
  top: 0;
1713
1444
  bottom: 0;
1714
1445
  }
@@ -1718,7 +1449,8 @@
1718
1449
  .egd-split-pane.right-pane {
1719
1450
  right: 0;
1720
1451
  }
1721
- .egd-split-pane.top-pane, .egd-split-pane.bottom-pane {
1452
+ .egd-split-pane.top-pane,
1453
+ .egd-split-pane.bottom-pane {
1722
1454
  right: 0;
1723
1455
  left: 0;
1724
1456
  }
@@ -1741,19 +1473,19 @@
1741
1473
  top: 50%;
1742
1474
  left: 1px;
1743
1475
  height: 32px;
1744
- transform: translate(0, -50%);
1476
+ transform: translateY(-50%);
1745
1477
  }
1746
1478
  .egd-split-trigger-bar-con.horizontal {
1747
1479
  top: 1px;
1748
1480
  left: 50%;
1749
1481
  width: 32px;
1750
- transform: translate(-50%, 0);
1482
+ transform: translate(-50%);
1751
1483
  }
1752
1484
  .egd-split-trigger-vertical {
1753
1485
  width: 6px;
1754
1486
  height: 100%;
1755
1487
  background: #f8f8f9;
1756
- box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.4);
1488
+ box-shadow: 0 0 4px #1c243866;
1757
1489
  cursor: ew-resize;
1758
1490
  }
1759
1491
  .egd-split-trigger-vertical .egd-split-trigger-bar {
@@ -1761,13 +1493,13 @@
1761
1493
  width: 4px;
1762
1494
  height: 1px;
1763
1495
  margin-top: 3px;
1764
- background: rgba(23, 35, 61, 0.25);
1496
+ background: rgba(23, 35, 61, .25);
1765
1497
  }
1766
1498
  .egd-split-trigger-horizontal {
1767
1499
  width: 100%;
1768
1500
  height: 6px;
1769
1501
  background: #f8f8f9;
1770
- box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.4);
1502
+ box-shadow: 0 0 4px #1c243866;
1771
1503
  cursor: ns-resize;
1772
1504
  }
1773
1505
  .egd-split-trigger-horizontal .egd-split-trigger-bar {
@@ -1775,7 +1507,7 @@
1775
1507
  width: 1px;
1776
1508
  height: 4px;
1777
1509
  margin-right: 3px;
1778
- background: rgba(23, 35, 61, 0.25);
1510
+ background: rgba(23, 35, 61, .25);
1779
1511
  }
1780
1512
  .egd-split-horizontal .egd-split-trigger-con {
1781
1513
  top: 50%;
@@ -1787,10 +1519,7 @@
1787
1519
  width: 100%;
1788
1520
  border-bottom: 1px solid #d7dae0;
1789
1521
  }
1790
- .egd-split-trigger-vertical-line {
1791
- background-color: transparent;
1792
- box-shadow: none;
1793
- }
1522
+ .egd-split-trigger-vertical-line,
1794
1523
  .egd-split-trigger-horizontal-line {
1795
1524
  background-color: transparent;
1796
1525
  box-shadow: none;
@@ -1798,12 +1527,7 @@
1798
1527
  .egd-split .no-select {
1799
1528
  -webkit-touch-callout: none;
1800
1529
  user-select: none;
1801
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1802
- /* 应用头部高度 */
1803
- /* 页面宽度 */
1804
- /* 侧栏宽度 */
1805
- /* 标签高度 */
1806
- /* 页面头部工具条高度 */
1530
+ }
1807
1531
  .stateful {
1808
1532
  display: inline-block;
1809
1533
  width: 14px;
@@ -1823,27 +1547,17 @@
1823
1547
  background-color: #feae3d;
1824
1548
  }
1825
1549
  .stateful.error {
1826
- background-color: #f00;
1550
+ background-color: red;
1827
1551
  }
1828
1552
  .stateful.done {
1829
1553
  background-color: #45a3e7;
1830
1554
  }
1831
1555
  .stateful.closed {
1832
1556
  background-color: #d7d7d7;
1833
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1834
- /* 应用头部高度 */
1835
- /* 页面宽度 */
1836
- /* 侧栏宽度 */
1837
- /* 标签高度 */
1838
- /* 页面头部工具条高度 */
1557
+ }
1839
1558
  .static-pageable-table {
1840
1559
  flex: 1 1 auto;
1841
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1842
- /* 应用头部高度 */
1843
- /* 页面宽度 */
1844
- /* 侧栏宽度 */
1845
- /* 标签高度 */
1846
- /* 页面头部工具条高度 */
1560
+ }
1847
1561
  .egd-swiper {
1848
1562
  position: relative;
1849
1563
  height: 100%;
@@ -1853,17 +1567,17 @@
1853
1567
  padding: 0;
1854
1568
  color: #fff;
1855
1569
  font-size: 12px;
1856
- background-color: rgba(31, 45, 61, 0.11);
1857
- border-color: rgba(31, 45, 61, 0.01);
1570
+ background-color: #1f2d3d1c;
1571
+ border-color: #1f2d3d03;
1858
1572
  border-radius: 50%;
1859
1573
  }
1860
1574
  .egd-swiper .el-button.el-carousel__arrow i {
1861
1575
  cursor: unset;
1862
1576
  }
1863
1577
  .egd-swiper .el-button.el-carousel__arrow.is-disabled {
1864
- color: white;
1865
- background-color: rgba(31, 45, 61, 0.11);
1866
- border-color: rgba(31, 45, 61, 0.01);
1578
+ color: #fff;
1579
+ background-color: #1f2d3d1c;
1580
+ border-color: #1f2d3d03;
1867
1581
  }
1868
1582
  .egd-swiper .egd-swiper-box {
1869
1583
  height: 100%;
@@ -1878,14 +1592,9 @@
1878
1592
  height: 100%;
1879
1593
  padding-top: 14px;
1880
1594
  overflow: visible;
1881
- transform: translate3d(0, 0, 0);
1595
+ transform: translateZ(0);
1882
1596
  transition-property: transform;
1883
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
1884
- /* 应用头部高度 */
1885
- /* 页面宽度 */
1886
- /* 侧栏宽度 */
1887
- /* 标签高度 */
1888
- /* 页面头部工具条高度 */
1597
+ }
1889
1598
  .vux-tab-ink-bar {
1890
1599
  position: absolute;
1891
1600
  bottom: 0;
@@ -1895,10 +1604,10 @@
1895
1604
  background-color: #1989fa;
1896
1605
  }
1897
1606
  .vux-tab-ink-bar-transition-forward {
1898
- transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
1607
+ transition: right .3s cubic-bezier(.35, 0, .25, 1), left .3s cubic-bezier(.35, 0, .25, 1) .09s;
1899
1608
  }
1900
1609
  .vux-tab-ink-bar-transition-backward {
1901
- transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
1610
+ transition: right .3s cubic-bezier(.35, 0, .25, 1) .09s, left .3s cubic-bezier(.35, 0, .25, 1);
1902
1611
  }
1903
1612
  .vux-tab-bar-top .vux-tab-ink-bar {
1904
1613
  top: 0;
@@ -1927,17 +1636,11 @@
1927
1636
  line-height: 36px;
1928
1637
  text-align: center;
1929
1638
  cursor: pointer;
1930
- /* background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) bottom left no-repeat; */
1931
- /* background-size: 100% 1px; */
1932
1639
  }
1933
1640
  .vux-tab .vux-tab-item.vux-tab-selected {
1934
1641
  color: #1989fa;
1935
1642
  border-bottom: 3px solid #1989fa;
1936
1643
  }
1937
- .vux-tab-bar-top .vux-tab .vux-tab-item {
1938
- /* background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) top left no-repeat; */
1939
- /* background-size: 100% 1px; */
1940
- }
1941
1644
  .vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected {
1942
1645
  border-top: 3px solid #1989fa;
1943
1646
  border-bottom: none;
@@ -1948,14 +1651,12 @@
1948
1651
  .vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
1949
1652
  background: 0 0;
1950
1653
  }
1951
-
1952
- /** when=prop:custom-bar-width **/
1953
1654
  .vux-tab-bar-inner {
1954
1655
  display: block;
1955
1656
  height: 100%;
1956
1657
  margin: auto;
1957
1658
  background-color: #1989fa;
1958
- transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
1659
+ transition: width .3s cubic-bezier(.35, 0, .25, 1);
1959
1660
  }
1960
1661
  .vux-tab-item-badge {
1961
1662
  position: absolute;
@@ -2001,12 +1702,7 @@
2001
1702
  }
2002
1703
  .scrollable .vux-tab-item {
2003
1704
  flex: 0 0 22%;
2004
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2005
- /* 应用头部高度 */
2006
- /* 页面宽度 */
2007
- /* 侧栏宽度 */
2008
- /* 标签高度 */
2009
- /* 页面头部工具条高度 */
1705
+ }
2010
1706
  .table-view {
2011
1707
  display: flex;
2012
1708
  flex-direction: column;
@@ -2021,7 +1717,8 @@
2021
1717
  .table-view .border-bottom .el-table--border {
2022
1718
  border-bottom: 1px solid #ebeef5;
2023
1719
  }
2024
- .table-view .border-left .el-table--border, .table-view .border-left .el-pagination {
1720
+ .table-view .border-left .el-table--border,
1721
+ .table-view .border-left .el-pagination {
2025
1722
  border-left: 1px solid #ebeef5;
2026
1723
  }
2027
1724
  .table-view .border-right .el-table--border {
@@ -2039,7 +1736,7 @@
2039
1736
  display: flex;
2040
1737
  width: 100%;
2041
1738
  height: 100%;
2042
- background-color: white;
1739
+ background-color: #fff;
2043
1740
  }
2044
1741
  .table-view .table-view-sidebar {
2045
1742
  flex-shrink: 0;
@@ -2063,8 +1760,8 @@
2063
1760
  bottom: 0;
2064
1761
  z-index: 5;
2065
1762
  display: flex;
2066
- background-color: white;
2067
- transition: right 200ms ease;
1763
+ background-color: #fff;
1764
+ transition: right .2s ease;
2068
1765
  }
2069
1766
  .table-view .slide-panel .slide-panel-line {
2070
1767
  position: relative;
@@ -2095,12 +1792,7 @@
2095
1792
  }
2096
1793
  .table-view .slide-panel .slide-panel-content .el-date-editor {
2097
1794
  width: 100%;
2098
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2099
- /* 应用头部高度 */
2100
- /* 页面宽度 */
2101
- /* 侧栏宽度 */
2102
- /* 标签高度 */
2103
- /* 页面头部工具条高度 */
1795
+ }
2104
1796
  .tag-render {
2105
1797
  min-height: 80px;
2106
1798
  padding-top: 3px;
@@ -2126,18 +1818,13 @@
2126
1818
  right: 7px;
2127
1819
  bottom: -4px;
2128
1820
  color: #b7b7b7;
2129
- font-size: 0.9em;
2130
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2131
- /* 应用头部高度 */
2132
- /* 页面宽度 */
2133
- /* 侧栏宽度 */
2134
- /* 标签高度 */
2135
- /* 页面头部工具条高度 */
1821
+ font-size: .9em;
1822
+ }
2136
1823
  .template-tag {
2137
1824
  margin: 0 10px;
2138
1825
  color: #1e90ff;
2139
- font-weight: bold;
2140
- font-family: "黑体", serif;
1826
+ font-weight: 700;
1827
+ font-family: \9ed1\4f53, serif;
2141
1828
  font-style: italic;
2142
1829
  cursor: help !important;
2143
1830
  }
@@ -2148,7 +1835,7 @@
2148
1835
  padding: 10px;
2149
1836
  overflow: auto;
2150
1837
  font-size: 16px;
2151
- font-family: "微软雅黑", serif;
1838
+ font-family: \5fae\8f6f\96c5\9ed1, serif;
2152
1839
  line-height: normal;
2153
1840
  text-align: left;
2154
1841
  word-break: normal;
@@ -2162,19 +1849,14 @@
2162
1849
  .show-placeholder {
2163
1850
  position: relative;
2164
1851
  }
2165
- .show-placeholder::after {
1852
+ .show-placeholder:after {
2166
1853
  position: absolute;
2167
1854
  top: 10px;
2168
1855
  left: 11px;
2169
1856
  color: #a9a9a9;
2170
1857
  content: attr(placeholder);
2171
1858
  pointer-events: none;
2172
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2173
- /* 应用头部高度 */
2174
- /* 页面宽度 */
2175
- /* 侧栏宽度 */
2176
- /* 标签高度 */
2177
- /* 页面头部工具条高度 */
1859
+ }
2178
1860
  .tinymce-editor {
2179
1861
  height: 100%;
2180
1862
  }
@@ -2197,19 +1879,14 @@
2197
1879
  flex: 1;
2198
1880
  }
2199
1881
  .tinymce-editor .fa-icon {
2200
- font: normal normal normal 14px/1 FontAwesome !important;
1882
+ font: 14px/1 FontAwesome !important;
2201
1883
  }
2202
1884
  .tinymce-editor .el-icon {
2203
1885
  font-family: element-icons, serif !important;
2204
1886
  }
2205
1887
  .tinymce-editor .mce-label {
2206
1888
  display: none;
2207
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2208
- /* 应用头部高度 */
2209
- /* 页面宽度 */
2210
- /* 侧栏宽度 */
2211
- /* 标签高度 */
2212
- /* 页面头部工具条高度 */
1889
+ }
2213
1890
  .toolbar {
2214
1891
  display: flex;
2215
1892
  height: 40px;
@@ -2224,7 +1901,9 @@
2224
1901
  .toolbar .toolbar-left > .form-toolbar-button:last-child .separate-line {
2225
1902
  display: none;
2226
1903
  }
2227
- .toolbar .toolbar-left [class*=" el-icon-"], .toolbar .toolbar-left [class^=el-icon-], .toolbar .toolbar-left i.fa {
1904
+ .toolbar .toolbar-left [class*=" el-icon-"],
1905
+ .toolbar .toolbar-left [class^=el-icon-],
1906
+ .toolbar .toolbar-left i.fa {
2228
1907
  margin-top: -1px;
2229
1908
  color: #1989fa;
2230
1909
  font-size: 15px;
@@ -2242,12 +1921,7 @@
2242
1921
  }
2243
1922
  .footer-bar .el-button {
2244
1923
  padding: 10px 40px;
2245
- }/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2246
- /* 应用头部高度 */
2247
- /* 页面宽度 */
2248
- /* 侧栏宽度 */
2249
- /* 标签高度 */
2250
- /* 页面头部工具条高度 */
1924
+ }
2251
1925
  .form-toolbar-button .separate-line {
2252
1926
  display: inline-block;
2253
1927
  width: 1px;
@@ -2263,574 +1937,6 @@
2263
1937
  .form-toolbar-button .form-toolbar-button .el-button:hover {
2264
1938
  border-color: transparent;
2265
1939
  }
2266
-
2267
-
2268
-
2269
-
2270
-
2271
-
2272
-
2273
-
2274
-
2275
-
2276
-
2277
-
2278
-
2279
-
2280
-
2281
-
2282
-
2283
-
2284
-
2285
-
2286
-
2287
-
2288
-
2289
-
2290
-
2291
-
2292
-
2293
-
2294
-
2295
-
2296
-
2297
-
2298
-
2299
-
2300
-
2301
-
2302
-
2303
-
2304
-
2305
-
2306
-
2307
-
2308
-
2309
-
2310
-
2311
-
2312
-
2313
-
2314
-
2315
-
2316
-
2317
-
2318
-
2319
-
2320
-
2321
-
2322
-
2323
-
2324
-
2325
-
2326
-
2327
-
2328
-
2329
-
2330
-
2331
-
2332
-
2333
-
2334
-
2335
-
2336
-
2337
-
2338
-
2339
-
2340
-
2341
-
2342
-
2343
-
2344
-
2345
-
2346
-
2347
-
2348
-
2349
-
2350
-
2351
-
2352
-
2353
-
2354
-
2355
-
2356
-
2357
-
2358
-
2359
-
2360
-
2361
-
2362
-
2363
-
2364
-
2365
-
2366
-
2367
-
2368
-
2369
-
2370
-
2371
-
2372
-
2373
-
2374
-
2375
-
2376
-
2377
-
2378
-
2379
-
2380
-
2381
-
2382
-
2383
-
2384
-
2385
-
2386
-
2387
-
2388
-
2389
-
2390
-
2391
-
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
-
2403
-
2404
-
2405
-
2406
-
2407
-
2408
-
2409
-
2410
-
2411
-
2412
-
2413
-
2414
-
2415
-
2416
-
2417
-
2418
-
2419
-
2420
-
2421
-
2422
-
2423
-
2424
-
2425
-
2426
-
2427
-
2428
-
2429
-
2430
-
2431
-
2432
-
2433
-
2434
-
2435
-
2436
-
2437
-
2438
-
2439
-
2440
-
2441
-
2442
-
2443
-
2444
-
2445
-
2446
-
2447
-
2448
-
2449
-
2450
-
2451
-
2452
-
2453
-
2454
-
2455
-
2456
-
2457
-
2458
-
2459
-
2460
-
2461
-
2462
-
2463
-
2464
-
2465
-
2466
-
2467
-
2468
-
2469
-
2470
-
2471
-
2472
-
2473
-
2474
-
2475
-
2476
-
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
-
2485
-
2486
-
2487
-
2488
-
2489
-
2490
-
2491
-
2492
-
2493
-
2494
-
2495
-
2496
-
2497
-
2498
-
2499
-
2500
-
2501
-
2502
-
2503
-
2504
-
2505
-
2506
-
2507
-
2508
-
2509
-
2510
-
2511
-
2512
-
2513
-
2514
-
2515
-
2516
-
2517
-
2518
-
2519
-
2520
-
2521
-
2522
-
2523
-
2524
-
2525
-
2526
-
2527
-
2528
-
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
-
2537
-
2538
-
2539
-
2540
-
2541
-
2542
-
2543
-
2544
-
2545
-
2546
-
2547
-
2548
-
2549
-
2550
-
2551
-
2552
-
2553
-
2554
-
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
-
2568
-
2569
-
2570
-
2571
-
2572
-
2573
-
2574
-
2575
-
2576
-
2577
-
2578
-
2579
-
2580
-
2581
-
2582
-
2583
-
2584
-
2585
-
2586
-
2587
-
2588
-
2589
-
2590
-
2591
-
2592
-
2593
-
2594
-
2595
-
2596
-
2597
-
2598
-
2599
-
2600
-
2601
-
2602
-
2603
-
2604
-
2605
-
2606
-
2607
-
2608
-
2609
-
2610
-
2611
-
2612
-
2613
-
2614
-
2615
-
2616
-
2617
-
2618
-
2619
-
2620
-
2621
-
2622
-
2623
-
2624
-
2625
-
2626
-
2627
-
2628
-
2629
-
2630
-
2631
-
2632
-
2633
-
2634
-
2635
-
2636
-
2637
-
2638
-
2639
-
2640
-
2641
-
2642
-
2643
-
2644
-
2645
-
2646
-
2647
-
2648
-
2649
-
2650
-
2651
-
2652
-
2653
-
2654
-
2655
-
2656
-
2657
-
2658
-
2659
-
2660
-
2661
-
2662
-
2663
-
2664
-
2665
-
2666
-
2667
-
2668
-
2669
-
2670
-
2671
-
2672
-
2673
-
2674
-
2675
-
2676
-
2677
-
2678
-
2679
-
2680
-
2681
-
2682
-
2683
-
2684
-
2685
-
2686
-
2687
-
2688
-
2689
-
2690
-
2691
-
2692
-
2693
-
2694
-
2695
-
2696
-
2697
-
2698
-
2699
-
2700
-
2701
-
2702
-
2703
-
2704
-
2705
-
2706
-
2707
-
2708
-
2709
-
2710
-
2711
-
2712
-
2713
-
2714
-
2715
-
2716
-
2717
-
2718
-
2719
-
2720
-
2721
-
2722
-
2723
-
2724
-
2725
-
2726
-
2727
-
2728
-
2729
-
2730
-
2731
-
2732
-
2733
-
2734
-
2735
-
2736
-
2737
-
2738
-
2739
-
2740
-
2741
-
2742
-
2743
-
2744
-
2745
-
2746
-
2747
-
2748
-
2749
-
2750
-
2751
-
2752
-
2753
-
2754
-
2755
-
2756
-
2757
-
2758
-
2759
-
2760
-
2761
-
2762
-
2763
-
2764
-
2765
-
2766
-
2767
-
2768
-
2769
-
2770
-
2771
-
2772
-
2773
-
2774
-
2775
-
2776
-
2777
-
2778
-
2779
-
2780
-
2781
-
2782
-
2783
-
2784
-
2785
-
2786
-
2787
-
2788
-
2789
-
2790
-
2791
-
2792
-
2793
-
2794
-
2795
-
2796
-
2797
-
2798
-
2799
-
2800
-
2801
-
2802
-
2803
-
2804
-
2805
-
2806
-
2807
-
2808
-
2809
-
2810
-
2811
-
2812
-
2813
-
2814
-
2815
-
2816
-
2817
-
2818
-
2819
-
2820
-
2821
-
2822
-
2823
-
2824
-
2825
-
2826
-
2827
-
2828
-
2829
-
2830
-
2831
-
2832
-
2833
- /* The input */
2834
1940
  .tags-input {
2835
1941
  display: flex;
2836
1942
  flex-wrap: wrap;
@@ -2844,29 +1950,28 @@
2844
1950
  .tags-input input:focus {
2845
1951
  outline: none;
2846
1952
  }
2847
- .tags-input input[type='text'] {
1953
+ .tags-input input[type=text] {
2848
1954
  color: #495057;
2849
1955
  }
2850
1956
  .tags-input-wrapper-default {
2851
- padding: 0.5rem 0.25rem;
1957
+ padding: .5rem .25rem;
2852
1958
  background: #fff;
2853
1959
  border: 1px solid transparent;
2854
1960
  border-color: #dbdbdb;
2855
- border-radius: 0.25rem;
1961
+ border-radius: .25rem;
2856
1962
  }
2857
-
2858
- /* The tag badges & the remove icon */
2859
1963
  .tags-input span {
2860
- margin-right: 0.3rem;
1964
+ margin-right: .3rem;
2861
1965
  }
2862
1966
  .tags-input-remove {
2863
1967
  position: relative;
2864
1968
  display: inline-block;
2865
- width: 0.5rem;
2866
- height: 0.5rem;
1969
+ width: .5rem;
1970
+ height: .5rem;
2867
1971
  cursor: pointer;
2868
1972
  }
2869
- .tags-input-remove::before, .tags-input-remove::after {
1973
+ .tags-input-remove:before,
1974
+ .tags-input-remove:after {
2870
1975
  position: absolute;
2871
1976
  top: 50%;
2872
1977
  left: 0;
@@ -2874,49 +1979,41 @@
2874
1979
  height: 2px;
2875
1980
  margin-top: -1px;
2876
1981
  background: #ea0000;
2877
- content: '';
1982
+ content: "";
2878
1983
  }
2879
- .tags-input-remove::before {
1984
+ .tags-input-remove:before {
2880
1985
  transform: rotate(45deg);
2881
1986
  }
2882
- .tags-input-remove::after {
1987
+ .tags-input-remove:after {
2883
1988
  transform: rotate(-45deg);
2884
1989
  }
2885
-
2886
- /* Tag badge styles */
2887
1990
  .tags-input-badge {
2888
1991
  display: inline-block;
2889
- padding: 0.25em 0.4em;
1992
+ padding: .25em .4em;
2890
1993
  font-weight: 700;
2891
1994
  font-size: 75%;
2892
1995
  line-height: 1;
2893
1996
  white-space: nowrap;
2894
1997
  text-align: center;
2895
1998
  vertical-align: baseline;
2896
- border-radius: 0.25rem;
1999
+ border-radius: .25rem;
2897
2000
  }
2898
2001
  .tags-input-badge-pill {
2899
- padding-right: 0.6em;
2900
- padding-left: 0.6em;
2002
+ padding-right: .6em;
2003
+ padding-left: .6em;
2901
2004
  border-radius: 10rem;
2902
2005
  }
2903
2006
  .tags-input-badge-selected-default {
2904
2007
  color: #212529;
2905
2008
  background-color: #f0f1f2;
2906
2009
  }
2907
-
2908
- /* Typeahead */
2909
2010
  .typeahead-hide-btn {
2910
2011
  color: #999 !important;
2911
2012
  }
2912
-
2913
- /* Typeahead - badges */
2914
2013
  .typeahead-badges > span {
2915
- margin-right: 0.3rem;
2014
+ margin-right: .3rem;
2916
2015
  cursor: pointer;
2917
2016
  }
2918
-
2919
- /* Typeahead - dropdown */
2920
2017
  .typeahead-dropdown {
2921
2018
  position: absolute;
2922
2019
  top: 50px;
@@ -2932,19 +2029,16 @@
2932
2029
  box-shadow: 0 0 5px #d7d7d7;
2933
2030
  }
2934
2031
  .typeahead-dropdown li {
2935
- padding: 0.25rem 1rem;
2032
+ padding: .25rem 1rem;
2936
2033
  cursor: pointer;
2937
2034
  }
2938
-
2939
- /* Typeahead elements style/theme */
2940
2035
  .tags-input-typeahead-item-default {
2941
- color: grey;
2942
- background-color: white;
2036
+ color: gray;
2037
+ background-color: #fff;
2943
2038
  }
2944
2039
  .tags-input-typeahead-item-highlighted-default {
2945
2040
  background-color: #f5f7fa;
2946
2041
  }
2947
-
2948
2042
  .watermark {
2949
2043
  position: absolute;
2950
2044
  top: 0;
@@ -2955,12 +2049,6 @@
2955
2049
  height: 100%;
2956
2050
  pointer-events: none;
2957
2051
  }
2958
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2959
- /* 应用头部高度 */
2960
- /* 页面宽度 */
2961
- /* 侧栏宽度 */
2962
- /* 标签高度 */
2963
- /* 页面头部工具条高度 */
2964
2052
  .x-dialog .el-dialog__footer {
2965
2053
  padding: 10px;
2966
2054
  }
@@ -2969,4 +2057,4 @@
2969
2057
  }
2970
2058
  .x-dialog .x-dialog-content {
2971
2059
  max-height: 80vh;
2972
- }
2060
+ }