eoss-ui 0.7.94 → 0.7.96

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 (242) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/cascader.js +1 -1
  3. package/lib/data-table-form.js +8 -8
  4. package/lib/data-table.js +8 -7
  5. package/lib/eoss-ui.common.js +1040 -1051
  6. package/lib/flow-list.js +96 -96
  7. package/lib/flow.js +283 -282
  8. package/lib/index.js +1 -1
  9. package/lib/main.js +288 -288
  10. package/lib/qr-code.js +13 -13
  11. package/lib/radio-group.js +98 -111
  12. package/lib/select.js +1 -1
  13. package/package.json +2 -2
  14. package/packages/button/index.js +5 -5
  15. package/packages/button/src/main.vue +418 -418
  16. package/packages/button-group/index.js +5 -5
  17. package/packages/button-group/src/main.vue +346 -346
  18. package/packages/calendar/index.js +5 -5
  19. package/packages/calogin/index.js +5 -5
  20. package/packages/calogin/src/main.vue +412 -412
  21. package/packages/calogin/src/plugin.js +915 -915
  22. package/packages/card/index.js +5 -5
  23. package/packages/card/src/main.vue +156 -156
  24. package/packages/cascader/index.js +5 -5
  25. package/packages/cascader/src/main.vue +168 -168
  26. package/packages/checkbox-group/index.js +5 -5
  27. package/packages/checkbox-group/src/main.vue +333 -333
  28. package/packages/clients/index.js +5 -5
  29. package/packages/clients/src/main.vue +151 -151
  30. package/packages/data-table/index.js +5 -5
  31. package/packages/data-table/src/children.vue +39 -39
  32. package/packages/data-table/src/column.vue +1 -0
  33. package/packages/data-table/src/main.vue +1845 -1845
  34. package/packages/data-table/src/sizer.vue +195 -195
  35. package/packages/data-table-form/index.js +5 -5
  36. package/packages/data-table-form/src/checkbox.vue +101 -101
  37. package/packages/data-table-form/src/colgroup.vue +17 -17
  38. package/packages/data-table-form/src/main.vue +181 -181
  39. package/packages/data-table-form/src/radio.vue +65 -65
  40. package/packages/data-table-form/src/table.vue +233 -233
  41. package/packages/data-table-form/src/tbody.vue +336 -336
  42. package/packages/data-table-form/src/thead.vue +68 -68
  43. package/packages/date-picker/index.js +5 -5
  44. package/packages/date-picker/src/main.vue +236 -236
  45. package/packages/dialog/index.js +5 -5
  46. package/packages/enable-drag/index.js +5 -5
  47. package/packages/enterprise/index.js +5 -5
  48. package/packages/enterprise/src/main.vue +66 -66
  49. package/packages/error-page/index.js +5 -5
  50. package/packages/error-page/src/main.vue +44 -44
  51. package/packages/flow/index.js +5 -5
  52. package/packages/flow/src/component/Circulate.vue +417 -417
  53. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  54. package/packages/flow/src/component/CustomPreset.vue +324 -324
  55. package/packages/flow/src/component/FileList.vue +97 -97
  56. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  57. package/packages/flow/src/component/Preset.vue +257 -257
  58. package/packages/flow/src/component/SendMsg.vue +242 -242
  59. package/packages/flow/src/component/SortFlow.vue +110 -110
  60. package/packages/flow/src/component/TimeLimit.vue +190 -190
  61. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  62. package/packages/flow/src/form.vue +123 -123
  63. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  64. package/packages/flow/src/main.vue +4145 -4144
  65. package/packages/flow/src/processForm.vue +1680 -1680
  66. package/packages/flow/src/processReject.vue +309 -309
  67. package/packages/flow/src/reset.vue +946 -946
  68. package/packages/flow/src/startTaskRead.vue +695 -695
  69. package/packages/flow/src/supervise.vue +159 -159
  70. package/packages/flow/src/table.vue +58 -58
  71. package/packages/flow-group/index.js +5 -5
  72. package/packages/flow-group/src/main.vue +750 -750
  73. package/packages/flow-list/index.js +5 -5
  74. package/packages/flow-list/src/main.vue +2337 -2337
  75. package/packages/form/index.js +5 -5
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/index.js +5 -5
  79. package/packages/handle-user/src/main.vue +137 -137
  80. package/packages/handler/index.js +5 -5
  81. package/packages/handler/src/main.vue +499 -499
  82. package/packages/icon/index.js +5 -5
  83. package/packages/icon/src/main.vue +104 -104
  84. package/packages/icons/index.js +5 -5
  85. package/packages/icons/src/main.vue +81 -81
  86. package/packages/input/index.js +5 -5
  87. package/packages/input/src/main.vue +356 -356
  88. package/packages/input-number/index.js +5 -5
  89. package/packages/input-number/src/main.vue +106 -106
  90. package/packages/label/index.js +5 -5
  91. package/packages/label/src/main.vue +457 -457
  92. package/packages/layout/index.js +5 -5
  93. package/packages/layout/src/item.vue +152 -152
  94. package/packages/layout/src/main.vue +31 -31
  95. package/packages/login/index.js +5 -5
  96. package/packages/login/src/main.vue +2088 -2088
  97. package/packages/login/src/resetPassword.vue +557 -557
  98. package/packages/main/index.js +5 -5
  99. package/packages/main/src/default/message.vue +249 -249
  100. package/packages/main/src/default/notice.vue +157 -157
  101. package/packages/main/src/default/userinfo.vue +513 -513
  102. package/packages/main/src/public/online.vue +89 -89
  103. package/packages/main/src/public/search.vue +464 -464
  104. package/packages/main/src/public/settings.vue +273 -273
  105. package/packages/main/src/simplicity/apps.vue +388 -388
  106. package/packages/main/src/simplicity/avatar.vue +82 -82
  107. package/packages/main/src/simplicity/handler.vue +158 -158
  108. package/packages/main/src/simplicity/index.vue +2335 -2335
  109. package/packages/main/src/simplicity/lists.vue +84 -84
  110. package/packages/main/src/simplicity/menu-list.vue +135 -135
  111. package/packages/main/src/simplicity/message.vue +293 -293
  112. package/packages/main/src/simplicity/notice.vue +222 -222
  113. package/packages/main/src/simplicity/router-page.vue +45 -45
  114. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  115. package/packages/main/src/simplicity/user.vue +259 -259
  116. package/packages/main/src/simplicity/userinfo.vue +408 -408
  117. package/packages/main/src/simplicityTop/apps.vue +388 -388
  118. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  119. package/packages/main/src/simplicityTop/handler.vue +215 -215
  120. package/packages/main/src/simplicityTop/index.vue +2620 -2620
  121. package/packages/main/src/simplicityTop/lists.vue +84 -84
  122. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  123. package/packages/main/src/simplicityTop/message.vue +293 -293
  124. package/packages/main/src/simplicityTop/notice.vue +222 -222
  125. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  126. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  127. package/packages/main/src/simplicityTop/user.vue +259 -259
  128. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  129. package/packages/menu/index.js +5 -5
  130. package/packages/menu/src/main.vue +595 -595
  131. package/packages/nav/index.js +5 -5
  132. package/packages/nav/src/main.vue +351 -351
  133. package/packages/notify/index.js +5 -5
  134. package/packages/notify/src/main.vue +538 -538
  135. package/packages/page/index.js +5 -5
  136. package/packages/page/src/main.vue +167 -167
  137. package/packages/pagination/index.js +5 -5
  138. package/packages/pagination/src/main.vue +96 -96
  139. package/packages/player/index.js +5 -5
  140. package/packages/player/src/main.vue +194 -194
  141. package/packages/qr-code/index.js +5 -5
  142. package/packages/qr-code/src/main.vue +170 -170
  143. package/packages/radio-group/index.js +6 -6
  144. package/packages/radio-group/src/main.vue +319 -319
  145. package/packages/retrial-auth/index.js +5 -5
  146. package/packages/retrial-auth/src/main.vue +299 -299
  147. package/packages/select/index.js +5 -5
  148. package/packages/select/src/main.vue +1 -1
  149. package/packages/select-ganged/index.js +5 -5
  150. package/packages/select-ganged/src/main.vue +724 -724
  151. package/packages/selector/index.js +5 -5
  152. package/packages/selector/src/main.vue +761 -761
  153. package/packages/selector-panel/index.js +5 -5
  154. package/packages/selector-panel/src/main.vue +1036 -1036
  155. package/packages/selector-panel/src/selection.vue +174 -174
  156. package/packages/selector-panel/src/tree.vue +129 -129
  157. package/packages/sizer/index.js +5 -5
  158. package/packages/sizer/src/main.vue +254 -254
  159. package/packages/steps/index.js +5 -5
  160. package/packages/steps/src/main.vue +181 -181
  161. package/packages/switch/index.js +5 -5
  162. package/packages/switch/src/main.vue +170 -170
  163. package/packages/table-form/index.js +5 -5
  164. package/packages/tabs/index.js +5 -5
  165. package/packages/tabs/src/main.vue +788 -788
  166. package/packages/tabs-panel/index.js +5 -5
  167. package/packages/tabs-panel/src/main.vue +29 -29
  168. package/packages/theme-chalk/src/base.scss +261 -261
  169. package/packages/theme-chalk/src/button-group.scss +176 -176
  170. package/packages/theme-chalk/src/button.scss +24 -24
  171. package/packages/theme-chalk/src/calendar.scss +113 -113
  172. package/packages/theme-chalk/src/card.scss +99 -99
  173. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  174. package/packages/theme-chalk/src/clients.scss +87 -87
  175. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  176. package/packages/theme-chalk/src/data-table.scss +297 -297
  177. package/packages/theme-chalk/src/date-picker.scss +7 -7
  178. package/packages/theme-chalk/src/dialog.scss +77 -77
  179. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  180. package/packages/theme-chalk/src/enterprise.scss +5 -5
  181. package/packages/theme-chalk/src/error-page.scss +18 -18
  182. package/packages/theme-chalk/src/flow-group.scss +110 -110
  183. package/packages/theme-chalk/src/flow-list.scss +55 -55
  184. package/packages/theme-chalk/src/flow.scss +373 -373
  185. package/packages/theme-chalk/src/form.scss +501 -501
  186. package/packages/theme-chalk/src/handle-user.scss +40 -40
  187. package/packages/theme-chalk/src/handler.scss +148 -148
  188. package/packages/theme-chalk/src/icon.scss +3452 -3452
  189. package/packages/theme-chalk/src/icons.scss +99 -99
  190. package/packages/theme-chalk/src/input.scss +9 -9
  191. package/packages/theme-chalk/src/label.scss +24 -24
  192. package/packages/theme-chalk/src/layout.scss +46 -46
  193. package/packages/theme-chalk/src/login.scss +1006 -1006
  194. package/packages/theme-chalk/src/main.scss +664 -664
  195. package/packages/theme-chalk/src/menu.scss +224 -224
  196. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  197. package/packages/theme-chalk/src/nav.scss +111 -111
  198. package/packages/theme-chalk/src/page.scss +3 -3
  199. package/packages/theme-chalk/src/pagination.scss +29 -29
  200. package/packages/theme-chalk/src/player.scss +9 -9
  201. package/packages/theme-chalk/src/qr-code.scss +17 -17
  202. package/packages/theme-chalk/src/radio-group.scss +9 -9
  203. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  204. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  205. package/packages/theme-chalk/src/select.scss +8 -8
  206. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  207. package/packages/theme-chalk/src/selector.scss +114 -114
  208. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  209. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  210. package/packages/theme-chalk/src/sizer.scss +36 -36
  211. package/packages/theme-chalk/src/steps.scss +88 -88
  212. package/packages/theme-chalk/src/switch.scss +3 -3
  213. package/packages/theme-chalk/src/table-form.scss +1 -1
  214. package/packages/theme-chalk/src/tabs.scss +87 -87
  215. package/packages/theme-chalk/src/tips.scss +7 -7
  216. package/packages/theme-chalk/src/toolbar.scss +179 -179
  217. package/packages/theme-chalk/src/tree-group.scss +72 -72
  218. package/packages/theme-chalk/src/tree.scss +165 -165
  219. package/packages/theme-chalk/src/upload.scss +172 -172
  220. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  221. package/packages/tips/index.js +5 -5
  222. package/packages/tips/src/main.vue +141 -141
  223. package/packages/toolbar/index.js +5 -5
  224. package/packages/toolbar/src/main.vue +430 -430
  225. package/packages/tree/index.js +5 -5
  226. package/packages/tree-group/index.js +5 -5
  227. package/packages/upload/index.js +5 -5
  228. package/packages/upload/src/main.vue +1344 -1344
  229. package/packages/upload/src/picture.js +15 -15
  230. package/packages/wujie/index.js +5 -5
  231. package/packages/wujie/src/main.vue +146 -146
  232. package/packages/wxlogin/index.js +5 -5
  233. package/packages/wxlogin/src/main.vue +128 -128
  234. package/src/config/api.js +348 -348
  235. package/src/config/image.js +2 -2
  236. package/src/index.js +163 -163
  237. package/src/utils/bus.js +3 -3
  238. package/src/utils/date-util.js +312 -312
  239. package/src/utils/http.js +50 -50
  240. package/src/utils/rules.js +18 -18
  241. package/src/utils/store.js +21 -21
  242. package/src/utils/webSocket.js +107 -107
@@ -1,1845 +1,1845 @@
1
- @import './common/var.scss';
2
- @import './base.scss';
3
-
4
- @keyframes open-submenu {
5
- 0% {
6
- padding-left: 0;
7
- }
8
-
9
- 100% {
10
- padding-left: $--main-simplicity-menu-width;
11
- }
12
- }
13
-
14
- @keyframes close-submenu {
15
- 0% {
16
- padding-left: $--main-simplicity-menu-width;
17
- }
18
-
19
- 100% {
20
- padding-left: 48px;
21
- }
22
- }
23
-
24
- .es-simplicitytop-top-logo {
25
- height: 266px;
26
- width: 58px;
27
- margin-left: 10px;
28
- }
29
-
30
- .es-simplicity-portrait-image {
31
- width: 100%;
32
- border-radius: 50%;
33
- vertical-align: top;
34
- background: transparent;
35
-
36
- & > img {
37
- width: 100%;
38
- }
39
- }
40
-
41
- .es-simplicity-main {
42
- height: 100%;
43
- margin-left: $--main-simplicity-side-width;
44
- overflow: hidden;
45
- position: relative;
46
-
47
- .es-simplicity-apps,
48
- .es-simplicity-message,
49
- .es-simplicity-message-modal,
50
- .es-simplicity-apps-modal,
51
- .es-simplicity-public-drawer {
52
- position: absolute;
53
- top: $--main-simplicity-header-height;
54
- height: calc(100% - #{$--main-simplicity-header-height});
55
- }
56
-
57
- .es-simplicity-apps {
58
- .el-drawer__body {
59
- background-color: #f4f4f4;
60
- padding: 20px;
61
-
62
- @media screen and (max-width: 1600px) and (max-height: 900px) {
63
- padding: 14px;
64
- }
65
-
66
- @media screen and (max-width: 1280px) and (max-height: 720px) {
67
- padding: 10px;
68
- }
69
-
70
- @media screen and (max-width: 1024px) and (max-height: 768px) {
71
- padding: 6px;
72
- }
73
- }
74
- }
75
-
76
- .es-simplicity-public-drawer {
77
- .el-drawer__header {
78
- padding: 10px 0 0;
79
- margin: 0;
80
- }
81
- }
82
-
83
- .es-simplicity-subMenus,
84
- .es-simplicity-public-drawer {
85
- .el-drawer__body {
86
- padding: 0;
87
- position: relative;
88
- }
89
- }
90
-
91
- .es-simplicity-subMenus {
92
- width: auto;
93
- height: 100%;
94
- overflow: visible;
95
- right: auto;
96
- position: absolute;
97
- z-index: 999 !important;
98
-
99
- .el-drawer {
100
- box-shadow: none;
101
- overflow: visible;
102
- border-right: 1px solid #dfebf6;
103
- }
104
- }
105
-
106
- .es-simplicity-message {
107
- .el-drawer {
108
- background-color: #f4f4f4;
109
- }
110
- }
111
- }
112
-
113
- .es-simplicity_apps {
114
- height: 100%;
115
- display: flex;
116
-
117
- .es-simplicity_apps-all {
118
- flex: 1;
119
- @extend .es-flex-vertical;
120
- margin-right: 20px;
121
-
122
- .es-simplicity_apps-box {
123
- flex: 1;
124
- }
125
-
126
- .es-simplicity_apps-list {
127
- position: absolute;
128
- top: 0;
129
- right: 0;
130
- bottom: 0;
131
- left: 0;
132
- overflow: hidden;
133
- display: flex;
134
- align-content: flex-start;
135
- flex-wrap: wrap;
136
-
137
- .es-simplicity_apps-list-item {
138
- width: 20%;
139
- height: 25%;
140
- padding: 12px;
141
-
142
- @media screen and (max-width: 1600px) and (max-height: 900px) {
143
- padding: 8px;
144
- }
145
-
146
- @media screen and (max-width: 1280px) and (max-height: 720px) {
147
- padding: 4px;
148
- }
149
-
150
- @media screen and (max-width: 1024px) and (max-height: 768px) {
151
- padding: 2px;
152
- }
153
- }
154
- }
155
-
156
- .es-simplicity_apps-list-content {
157
- @extend .es-flex-vertical;
158
- height: 100%;
159
- justify-content: center;
160
- align-items: center;
161
- }
162
-
163
- .es-simplicity_apps-icon {
164
- margin-bottom: 16px;
165
- color: $--color-primary;
166
-
167
- @media screen and (max-width: 1600px) and (max-height: 900px) {
168
- margin-bottom: 12px;
169
- }
170
-
171
- @media screen and (max-width: 1280px) and (max-height: 720px) {
172
- margin-bottom: 8px;
173
- }
174
-
175
- @media screen and (max-width: 1024px) and (max-height: 768px) {
176
- margin-bottom: 4px;
177
- }
178
- }
179
-
180
- .es-simplicity_apps-search {
181
- width: 200px;
182
-
183
- .el-input__inner {
184
- border-radius: 16px;
185
-
186
- @media screen and (max-width: 1600px) and (max-height: 900px) {
187
- height: 28px;
188
- line-height: 28px;
189
- font-size: 14px;
190
- }
191
-
192
- @media screen and (max-width: 1280px) and (max-height: 720px) {
193
- height: 24px;
194
- line-height: 24px;
195
- font-size: 12px;
196
- }
197
-
198
- @media screen and (max-width: 1024px) and (max-height: 768px) {
199
- height: 20px;
200
- line-height: 20px;
201
- font-size: 12px;
202
- }
203
-
204
- &::placeholder {
205
- @media screen and (max-width: 1600px) and (max-height: 900px) {
206
- font-size: 14px;
207
- }
208
-
209
- @media screen and (max-width: 1280px) and (max-height: 720px) {
210
- font-size: 12px;
211
- }
212
- }
213
- }
214
-
215
- .el-input__icon {
216
- @media screen and (max-width: 1600px) and (max-height: 900px) {
217
- line-height: 28px;
218
- font-size: 14px;
219
- }
220
-
221
- @media screen and (max-width: 1280px) and (max-height: 720px) {
222
- line-height: 24px;
223
- font-size: 12px;
224
- }
225
-
226
- @media screen and (max-width: 1024px) and (max-height: 768px) {
227
- line-height: 20px;
228
- font-size: 12px;
229
- }
230
- }
231
- }
232
- }
233
-
234
- .es-simplicity_apps-title {
235
- font-weight: 500;
236
- font-size: 20px;
237
- color: #15224c;
238
- line-height: 32px;
239
- padding: 6px 12px 12px;
240
- display: flex;
241
- justify-content: space-between;
242
- align-items: center;
243
-
244
- @media screen and (max-width: 1600px) and (max-height: 900px) {
245
- font-size: 17px;
246
- line-height: 26px;
247
- padding: 6px 10px 10px;
248
- }
249
-
250
- @media screen and (max-width: 1280px) and (max-height: 720px) {
251
- font-size: 14px;
252
- line-height: 20px;
253
- padding: 4px 8px 8px;
254
- }
255
-
256
- @media screen and (max-width: 1024px) and (max-height: 768px) {
257
- font-size: 12px;
258
- line-height: 16px;
259
- padding: 4px 6px 6px;
260
- }
261
- }
262
-
263
- .es-simplicity_apps-box {
264
- position: relative;
265
- }
266
-
267
- .es-simplicity_apps-list-content {
268
- background: #ffffff;
269
- border-radius: 9px;
270
- padding: 4px;
271
- cursor: pointer;
272
- overflow: hidden;
273
- position: relative;
274
-
275
- &:hover {
276
- .es-simplicity_apps-hover {
277
- opacity: 1;
278
- z-index: 1;
279
-
280
- .es-simplicity_apps-icon {
281
- color: rgba(255, 255, 255, 0.5);
282
- }
283
- }
284
- }
285
-
286
- &.es-simplicity_apps-disabled {
287
- cursor: not-allowed;
288
-
289
- .es-simplicity_apps-hover {
290
- background-color: rgba(115, 122, 148, 0.9);
291
- }
292
- }
293
- }
294
-
295
- .es-simplicity_apps-icon {
296
- font-size: 34px;
297
- width: 34px;
298
- height: 34px;
299
- line-height: 34px;
300
-
301
- @media screen and (max-width: 1600px) and (max-height: 900px) {
302
- font-size: 30px;
303
- width: 30px;
304
- height: 30px;
305
- line-height: 30px;
306
- }
307
-
308
- @media screen and (max-width: 1280px) and (max-height: 720px) {
309
- font-size: 26px;
310
- width: 26px;
311
- height: 26px;
312
- line-height: 26px;
313
- }
314
-
315
- @media screen and (max-width: 1024px) and (max-height: 768px) {
316
- font-size: 22px;
317
- width: 22px;
318
- height: 22px;
319
- line-height: 22px;
320
- }
321
- }
322
-
323
- .es-simplicity_apps-text {
324
- font-weight: 400;
325
- font-size: 16px;
326
- text-align: center;
327
- line-height: 19px;
328
-
329
- @media screen and (max-width: 1600px) and (max-height: 900px) {
330
- font-size: 14px;
331
- line-height: 17px;
332
- }
333
-
334
- @media screen and (max-width: 1280px) and (max-height: 720px) {
335
- font-size: 12px;
336
- line-height: 15px;
337
- }
338
- }
339
-
340
- .es-simplicity_apps-hover {
341
- opacity: 0;
342
- display: flex;
343
- flex-direction: column;
344
- box-orient: vertical;
345
- justify-content: center;
346
- align-items: center;
347
- position: absolute;
348
- top: 0;
349
- right: 0;
350
- bottom: 0;
351
- left: 0;
352
- z-index: -1;
353
- background-color: $--color-primary-light-5;
354
- color: #fff;
355
- }
356
-
357
- .es-simplicity_apps-pagination {
358
- text-align: right;
359
- padding: 18px 20px;
360
-
361
- @media screen and (max-width: 1600px) and (max-height: 900px) {
362
- padding: 14px 16px;
363
- }
364
-
365
- @media screen and (max-width: 1280px) and (max-height: 720px) {
366
- padding: 10px 12px;
367
- }
368
-
369
- @media screen and (max-width: 1024px) and (max-height: 768px) {
370
- padding: 7px 8px;
371
- }
372
-
373
- .el-pagination__total {
374
- float: left;
375
-
376
- @media screen and (max-width: 1600px) and (max-height: 900px) {
377
- height: 24px;
378
- line-height: 24px;
379
- }
380
-
381
- @media screen and (max-width: 1280px) and (max-height: 720px) {
382
- font-size: 12px;
383
- height: 20px;
384
- line-height: 20px;
385
- }
386
-
387
- @media screen and (max-width: 1024px) and (max-height: 768px) {
388
- font-size: 12px;
389
- height: 16px;
390
- line-height: 16px;
391
- }
392
- }
393
-
394
- & > button {
395
- @media screen and (max-width: 1600px) and (max-height: 900px) {
396
- height: 24px;
397
- line-height: 24px;
398
- }
399
-
400
- @media screen and (max-width: 1280px) and (max-height: 720px) {
401
- font-size: 12px;
402
- height: 20px;
403
- line-height: 20px;
404
- }
405
-
406
- @media screen and (max-width: 1024px) and (max-height: 768px) {
407
- font-size: 12px;
408
- height: 16px;
409
- line-height: 16px;
410
- }
411
- }
412
-
413
- .el-pager li {
414
- background-color: #fff;
415
-
416
- @media screen and (max-width: 1600px) and (max-height: 900px) {
417
- min-width: 26px;
418
- height: 24px;
419
- line-height: 24px;
420
- }
421
-
422
- @media screen and (max-width: 1280px) and (max-height: 720px) {
423
- min-width: 22px;
424
- height: 20px;
425
- line-height: 20px;
426
- }
427
-
428
- @media screen and (max-width: 1024px) and (max-height: 768px) {
429
- min-width: 18px;
430
- height: 16px;
431
- line-height: 16px;
432
- }
433
- }
434
- }
435
-
436
- .es-simplicity_apps-other {
437
- width: 34%;
438
- padding-left: 20px;
439
- border-left: 1px solid #cdd9e4;
440
-
441
- @media screen and (max-width: 1600px) and (max-height: 900px) {
442
- padding-left: 14px;
443
- }
444
-
445
- @media screen and (max-width: 1280px) and (max-height: 720px) {
446
- padding-left: 8px;
447
- }
448
-
449
- .es-simplicity_apps-list {
450
- display: flex;
451
- align-content: flex-start;
452
- flex-wrap: wrap;
453
-
454
- .es-simplicity_apps-list-item {
455
- width: 50%;
456
- padding: 12px;
457
-
458
- @media screen and (max-width: 1600px) and (max-height: 900px) {
459
- padding: 8px;
460
- }
461
-
462
- @media screen and (max-width: 1280px) and (max-height: 720px) {
463
- padding: 4px;
464
- }
465
-
466
- @media screen and (max-width: 1024px) and (max-height: 768px) {
467
- padding: 2px;
468
- }
469
- }
470
-
471
- .es-simplicity_app-icon {
472
- display: block;
473
- width: 34px;
474
- height: 34px;
475
- font-size: 18px;
476
- line-height: 34px;
477
- text-align: center;
478
- border-radius: 9px;
479
- }
480
-
481
- .es-simplicity_apps-text {
482
- margin-left: 12px;
483
- text-align: left;
484
- overflow: hidden;
485
- text-overflow: ellipsis;
486
- display: -webkit-box;
487
- -webkit-box-orient: vertical;
488
- line-clamp: 3;
489
- -webkit-line-clamp: 3;
490
- word-wrap: break-word;
491
-
492
- @media screen and (max-width: 1600px) and (max-height: 900px) {
493
- margin-left: 8px;
494
- }
495
-
496
- @media screen and (max-width: 1280px) and (max-height: 720px) {
497
- margin-left: 4px;
498
- }
499
- }
500
- }
501
-
502
- .es-simplicity_apps-list-content {
503
- display: flex;
504
- align-items: center;
505
- padding: 16px;
506
-
507
- @media screen and (max-width: 1600px) and (max-height: 900px) {
508
- padding: 12px;
509
- }
510
-
511
- @media screen and (max-width: 1280px) and (max-height: 720px) {
512
- padding: 8px;
513
- }
514
-
515
- @media screen and (max-width: 1024px) and (max-height: 768px) {
516
- padding: 4px;
517
- }
518
-
519
- .es-simplicity_apps-texts {
520
- min-height: 36px;
521
- display: flex;
522
- align-items: center;
523
- }
524
-
525
- .es-simplicity_apps-hover {
526
- flex-direction: row;
527
- }
528
- }
529
-
530
- .es-simplicity_apps-systems {
531
- padding-top: 20px;
532
- border-top: 1px solid #cdd9e4;
533
- }
534
- }
535
- }
536
-
537
- .es-simplicity-userinfo {
538
- padding: 20px;
539
-
540
- .es-simplicity-user {
541
- border-bottom: 1px solid #dfebf6;
542
- position: relative;
543
- padding-bottom: 16px;
544
-
545
- .es-simplicity-user-name {
546
- font-weight: 500;
547
- font-size: 20px;
548
- color: #15224c;
549
- line-height: 23px;
550
- margin-bottom: 12px;
551
- margin-right: 80px;
552
- }
553
-
554
- .es-simplicity-org-name,
555
- .es-simplicity-dep-post {
556
- margin-right: 80px;
557
- font-weight: 400;
558
- font-size: 14px;
559
- color: #737a94;
560
- line-height: 16px;
561
- margin-bottom: 8px;
562
- }
563
-
564
- .es-icon-qiehuangangwei {
565
- font-size: 20px;
566
- color: #2591f7;
567
- cursor: pointer;
568
- margin-left: 16px;
569
- }
570
-
571
- .es-simplicity-portrait {
572
- position: absolute;
573
- top: 0;
574
- right: 0;
575
- width: 64px;
576
- padding: 0 8px 8px;
577
-
578
- .es-upload {
579
- margin-top: 12px;
580
- margin-left: -8px;
581
- margin-right: -8px;
582
- }
583
- }
584
-
585
- .el-upload--handle {
586
- width: 100%;
587
- }
588
-
589
- .el-upload--text {
590
- width: 100%;
591
- text-align: center;
592
- font-size: 14px;
593
- color: #2591f7;
594
- }
595
- }
596
-
597
- .es-simplicity-notice-type {
598
- padding: 24px 0;
599
- border-bottom: 1px solid #dfebf6;
600
- }
601
-
602
- .es-simplicity-notice-title {
603
- font-size: 14px;
604
- color: #15224c;
605
- line-height: 16px;
606
- margin-bottom: 12px;
607
- }
608
-
609
- .es-simplicity-notice-list {
610
- .el-checkbox {
611
- min-width: 115px;
612
- }
613
- }
614
-
615
- .es-simplicity-password {
616
- padding-top: 24px;
617
- font-size: 14px;
618
- color: #2591f7;
619
- line-height: 16px;
620
- cursor: pointer;
621
-
622
- .es-icon-arrow-right {
623
- position: relative;
624
- top: 1px;
625
- margin-left: 8px;
626
- }
627
- }
628
-
629
- .es-simplicity-qrcode {
630
- width: 100px;
631
- height: 100px;
632
- }
633
- }
634
-
635
- .es-simplicity-unfold {
636
- position: fixed;
637
- left: $--main-simplicity-side-width;
638
- top: $--main-simplicity-header-height;
639
- z-index: 9999;
640
-
641
- .el-icon-s-unfold {
642
- font-size: 32px;
643
- cursor: move;
644
- background-color: #fff;
645
- border-radius: 10px;
646
- }
647
- }
648
-
649
- .es-simplicity-menus {
650
- height: 100%;
651
- display: flex;
652
-
653
- .es-simplicity-menus-box {
654
- width: 220px;
655
- height: 100%;
656
- position: relative;
657
-
658
- .es-simplicity-menus-title {
659
- font-weight: bold;
660
- line-height: 30px;
661
- padding: 7px 7px 7px 14px;
662
- border-bottom: 1px solid #dfebf6;
663
- display: flex;
664
- justify-content: center;
665
- align-items: center;
666
-
667
- .es-simplicity-menus-title-text {
668
- flex: 1;
669
- font-size: 20px;
670
- color: #15224c;
671
- }
672
-
673
- .es-simplicity-menus-title-icon {
674
- font-size: 24px;
675
- color: #b9bdc9;
676
- cursor: pointer;
677
- }
678
- }
679
-
680
- .es-simplicity-menus-scrollbar {
681
- position: absolute;
682
- top: 45px;
683
- right: 0;
684
- bottom: 0;
685
- left: 0;
686
- }
687
- }
688
-
689
- .es-simplicity-menus-view {
690
- border-left: 1px solid #dfebf6;
691
- display: flex;
692
-
693
- .es-simplicity-menus-box + .es-simplicity-menus-box {
694
- border-left: 1px solid #dfebf6;
695
- }
696
- }
697
-
698
- &.es-simplicity-menus-plus {
699
- .es-simplicity-menus-box {
700
- .es-simplicity-menus-title {
701
- padding: 13px 7px 13px 14px;
702
- }
703
-
704
- .es-simplicity-menus-scrollbar {
705
- top: 57px;
706
- }
707
- }
708
- }
709
- }
710
-
711
- .es-simplicity-menus-lists {
712
- padding: 8px 0;
713
-
714
- &.is-fold {
715
- padding: 4px 0;
716
- }
717
- }
718
-
719
- .es-simplicity-menus-item {
720
- height: 48px;
721
- display: flex;
722
- align-items: center;
723
- padding: 8px 24px;
724
- position: relative;
725
- cursor: pointer;
726
- overflow: hidden;
727
- color: #15224c;
728
-
729
- &.is-fold {
730
- height: 40px;
731
- padding: 4px 12px;
732
-
733
- .es-simplicity_apps-icon {
734
- margin-right: 0;
735
- }
736
-
737
- .es-simplicity-menus-tips {
738
- top: 0;
739
- right: 0;
740
- color: #ff0000;
741
- font-size: 12px;
742
- }
743
-
744
- .es-icon-pointer-right {
745
- display: none;
746
- }
747
-
748
- &:hover {
749
- &::before {
750
- inset: 0 4px;
751
- }
752
- }
753
-
754
- &.is-active {
755
- &::before {
756
- inset: 0 4px;
757
- }
758
- }
759
- }
760
-
761
- .es-simplicity_apps-icon {
762
- height: 24px;
763
- padding: 4px;
764
- border-radius: 3px;
765
- margin-right: 12px;
766
- color: $--color-primary;
767
- z-index: 1;
768
- }
769
-
770
- .es-simplicity-menus-tips {
771
- font-size: 14px;
772
- color: #737a94;
773
- position: absolute;
774
- right: 16px;
775
-
776
- & + .es-simplicity_apps-text {
777
- width: 118px;
778
- }
779
- }
780
-
781
- .es-simplicity_apps-text {
782
- width: 200px;
783
- font-weight: 400;
784
- font-size: 14px;
785
- line-height: 16px;
786
- text-overflow: ellipsis;
787
- white-space: nowrap;
788
- overflow: hidden;
789
- position: relative;
790
- }
791
-
792
- &:hover {
793
- color: $--color-primary;
794
-
795
- &::before {
796
- content: '';
797
- display: block;
798
- position: absolute;
799
- inset: 0 12px;
800
- background-color: $--color-primary-light-2;
801
- border-radius: 6px;
802
- z-index: 0;
803
- }
804
- }
805
-
806
- &.is-active {
807
- color: $--color-primary;
808
-
809
- &::before {
810
- content: '';
811
- display: block;
812
- position: absolute;
813
- inset: 0 12px;
814
- background-color: $--color-primary-light-2;
815
- border-radius: 6px;
816
- z-index: 0;
817
- }
818
- }
819
-
820
- .es-icon-pointer-right {
821
- color: #737a94;
822
- position: absolute;
823
- right: 0;
824
- }
825
- }
826
-
827
- .es-simplicity-iframe {
828
- height: 100%;
829
-
830
- & > .el-tabs__header {
831
- height: $--main-simplicity-header-height;
832
- padding: ($--main-simplicity-header-height - 36px)/2 0;
833
- margin: 0;
834
- border-bottom: 1px solid #dfebf6;
835
- background-color: #fff;
836
-
837
- & > .el-tabs__nav-main {
838
- margin: 0 10px;
839
- }
840
-
841
- .el-tabs__nav-next,
842
- .el-tabs__nav-prev {
843
- height: 36px;
844
- font-size: 16px;
845
- padding: 0 6px;
846
- }
847
-
848
- .el-tabs__nav-wrap {
849
- padding: 0 10px;
850
-
851
- &.is-scrollable {
852
- padding: 0 28px;
853
- }
854
-
855
- &::after {
856
- content: none;
857
- }
858
-
859
- .el-tabs__item {
860
- height: 36px;
861
- line-height: 36px;
862
- padding: 0 12px !important;
863
- background: #f2f2f2;
864
- border-radius: 6px;
865
- color: #737a94;
866
-
867
- & + .el-tabs__item {
868
- margin-left: 12px;
869
- }
870
-
871
- &.is-active {
872
- color: $--color-primary;
873
- background-color: $--color-primary-light-1;
874
- }
875
- }
876
- }
877
- }
878
-
879
- & > .el-tabs__content {
880
- height: calc(100% - #{$--main-simplicity-header-height});
881
- background-color: $--background-color-base;
882
-
883
- .el-tab-pane {
884
- height: 100%;
885
- }
886
- }
887
-
888
- &.is-open {
889
- & > .el-tabs__content {
890
- animation: open-submenu 0.3s 1ms forwards;
891
- }
892
-
893
- &.is-fold {
894
- & > .el-tabs__content {
895
- animation: close-submenu 0.1s 0ms forwards;
896
- }
897
- }
898
- }
899
- }
900
-
901
- .es-simplicitytop-handler {
902
- height: 36px;
903
- display: flex;
904
- align-items: center;
905
- height: 100%;
906
- line-height: 24px;
907
- padding: 0 10px;
908
-
909
- .es-simplicitytop-online-num {
910
- color: #ffd272;
911
- font-size: 16px;
912
- }
913
-
914
- .es-simplicitytop-handler-item {
915
- color: #fff;
916
- font-size: 16px;
917
- position: relative;
918
-
919
- .el-select {
920
- width: 160px;
921
- margin-left: 8px;
922
- }
923
-
924
- .el-input__inner {
925
- border-radius: 6px;
926
- height: 32px;
927
- line-height: 32px;
928
- }
929
-
930
- .el-input__icon {
931
- line-height: 32px;
932
- }
933
-
934
- &:hover {
935
- opacity: 0.75;
936
- }
937
-
938
- &:not(:last-child) {
939
- &:after {
940
- content: '';
941
- display: inline-block;
942
- height: 20px;
943
- border-right: 1px solid #cdd9e4;
944
- opacity: 0.2;
945
- vertical-align: middle;
946
- margin-left: 16px;
947
- }
948
- }
949
-
950
- & + .es-simplicitytop-handler-item {
951
- margin-left: 16px;
952
- }
953
- }
954
-
955
- .es-simplicitytop-handler-icon {
956
- font-size: 16px;
957
- padding-right: 5px;
958
- cursor: pointer;
959
-
960
- &.es-simplicitytop {
961
- font-size: 16px;
962
- }
963
-
964
- &.es-icon_image {
965
- width: 20px;
966
- height: 20px;
967
- padding: 0;
968
- }
969
- }
970
- .es-simplicitytop-handler-badge {
971
- position: absolute;
972
- top: -5px;
973
- right: -2px;
974
- background-color: #ff0000;
975
- border-radius: 10px;
976
- color: #fff;
977
- font-size: 10px;
978
- height: 14px;
979
- line-height: 14px;
980
- padding: 0 4px;
981
- }
982
-
983
- .es-simplicitytop-handler-text {
984
- cursor: pointer;
985
- }
986
- }
987
-
988
- .es-simplicity-tabs-handler-mask {
989
- position: absolute;
990
- z-index: 99999;
991
- left: 0;
992
- top: 0;
993
- right: 0;
994
- bottom: 0;
995
- }
996
-
997
- .es-simplicity-tabs-handler {
998
- width: 120px;
999
- position: fixed;
1000
-
1001
- .el-card__body {
1002
- padding: 4px 0;
1003
- }
1004
-
1005
- .es-simplicity-tabs-handler-item {
1006
- height: 32px;
1007
- line-height: 32px;
1008
- padding: 0 20px;
1009
- color: $--button-disabled-font-color;
1010
- user-select: none;
1011
-
1012
- &:not(.is-disabled) {
1013
- color: rgba(0, 0, 0, 0.75);
1014
-
1015
- &:hover {
1016
- background-color: rgba(144, 147, 153, 0.2);
1017
- }
1018
- }
1019
- }
1020
- }
1021
-
1022
- .es-simplicity-drawer-close {
1023
- cursor: pointer;
1024
- position: absolute;
1025
- right: 0;
1026
- top: 0;
1027
- color: #6e7c98;
1028
- z-index: 9999;
1029
- }
1030
-
1031
- .es-simplicity-message {
1032
- .el-drawer__body {
1033
- @extend .es-flex-vertical;
1034
- padding: 20px;
1035
- }
1036
-
1037
- .es-simplicity-message-header {
1038
- padding-bottom: 20px;
1039
-
1040
- .es-simplicity-message-title {
1041
- font-weight: bold;
1042
- font-size: 20px;
1043
- color: #15224c;
1044
- line-height: 24px;
1045
- }
1046
- }
1047
-
1048
- .es-simplicity-message-overlook,
1049
- .es-simplicity-message-handler {
1050
- margin-left: 12px;
1051
- }
1052
-
1053
- .es-simplicity-message-lists-box {
1054
- flex: 1;
1055
- position: relative;
1056
-
1057
- .es-simplicity-message-lists {
1058
- position: absolute;
1059
- top: 0;
1060
- right: 0;
1061
- bottom: 0;
1062
- left: 0;
1063
- }
1064
- }
1065
-
1066
- .es-simplicity-message-total {
1067
- padding-top: 20px;
1068
- font-size: 14px;
1069
- color: #6e7c98;
1070
- line-height: 14px;
1071
- }
1072
- }
1073
-
1074
- .es-simplicity-message-overlook,
1075
- .es-simplicity-message-handler {
1076
- font-size: 14px;
1077
- color: #737a94;
1078
- float: right;
1079
- cursor: pointer;
1080
- }
1081
-
1082
- .es-simplicity-message-handler {
1083
- color: #2591f7;
1084
- }
1085
-
1086
- .es-simplicity-message-lists {
1087
- .es-simplicity-message-item {
1088
- background: #ffffff;
1089
- box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1090
- border-radius: 9px;
1091
- padding: 16px 24px;
1092
-
1093
- & + .es-simplicity-message-item {
1094
- margin-top: 20px;
1095
- }
1096
-
1097
- .es-simplicity-message-item-title {
1098
- font-weight: bold;
1099
- font-size: 14px;
1100
- color: #15224c;
1101
- line-height: 16px;
1102
- margin-bottom: 8px;
1103
- }
1104
-
1105
- .es-simplicity-message-item-time {
1106
- font-size: 12px;
1107
- color: #737a94;
1108
- line-height: 14px;
1109
- }
1110
- }
1111
-
1112
- .es-simplicity-message-tips {
1113
- font-size: 14px;
1114
- color: #6e7c98;
1115
- text-align: center;
1116
- padding-top: 20px;
1117
- }
1118
- }
1119
-
1120
- .es-simplicity-notice-box {
1121
- width: 420px;
1122
- padding: 80px 24px 54px 24px;
1123
- position: absolute;
1124
- right: 4px;
1125
- bottom: 4px;
1126
- z-index: 9999;
1127
- background-color: #f5fbff;
1128
- border-radius: 9px;
1129
- //animation: ltr-drawer-out 0.3s;
1130
- animation: rtl-drawer-out 0.3s;
1131
- overflow: hidden;
1132
-
1133
- &.es-in {
1134
- //animation: ltr-drawer-in 0.3s 1ms;
1135
- animation: rtl-drawer-in 0.3s 1ms;
1136
- }
1137
-
1138
- .es-simplicity-message-overlook,
1139
- .es-simplicity-message-handler {
1140
- margin-left: 12px;
1141
- }
1142
-
1143
- .es-simplicity-notice-header {
1144
- height: 56px;
1145
- font-size: 16px;
1146
- color: #ffffff;
1147
- padding: 16px 24px;
1148
- background-color: #2591f7;
1149
- position: absolute;
1150
- top: 0;
1151
- right: 0;
1152
- left: 0;
1153
- }
1154
-
1155
- .es-simplicity-notice-lists {
1156
- height: 304px;
1157
- }
1158
-
1159
- .es-notice-footer {
1160
- border-top: 1px solid #dfebf6;
1161
- padding: 20px 44px 16px;
1162
- font-size: 14px;
1163
- color: #737a94;
1164
- line-height: 17px;
1165
- display: flex;
1166
- justify-content: space-between;
1167
- position: absolute;
1168
- left: 24px;
1169
- right: 24px;
1170
- bottom: 0;
1171
- }
1172
- }
1173
-
1174
- .el-popover.es-simplicity-menus-hide {
1175
- display: none !important;
1176
- opacity: 0;
1177
- z-index: -999;
1178
- }
1179
-
1180
- .es-public-search-dialog > .el-dialog {
1181
- & > .el-dialog__header,
1182
- & > .el-dialog__body {
1183
- background-color: #fff;
1184
- }
1185
- }
1186
-
1187
- .es-public-search-box {
1188
- padding-top: 53px;
1189
- height: 100%;
1190
-
1191
- .es-public-search-input {
1192
- width: 90%;
1193
- display: block;
1194
- margin: 0 auto 20px auto;
1195
- }
1196
-
1197
- .es-public-search-tabs {
1198
- height: calc(100% - 60px);
1199
-
1200
- .el-tabs__header {
1201
- height: 40px;
1202
- margin: 0;
1203
- }
1204
-
1205
- .el-tabs__nav-wrap {
1206
- padding: 0 24px;
1207
- }
1208
-
1209
- .el-tabs__content {
1210
- height: calc(100% - 40px);
1211
- padding: 10px 0;
1212
- }
1213
-
1214
- .el-tab-pane {
1215
- height: 100%;
1216
- overflow: hidden;
1217
- }
1218
- }
1219
-
1220
- .es-public-search-content {
1221
- padding: 10px 20px;
1222
- position: relative;
1223
-
1224
- &::after {
1225
- content: '';
1226
- display: block;
1227
- }
1228
- }
1229
-
1230
- .es-public-search-title {
1231
- font-size: 16px;
1232
- line-height: 22px;
1233
- font-weight: 800;
1234
- color: #262626;
1235
- margin-bottom: 23px;
1236
- }
1237
-
1238
- .es-public-search-list-item {
1239
- padding: 16px 8px 16px 60px;
1240
- position: relative;
1241
- cursor: pointer;
1242
-
1243
- &:hover {
1244
- background: rgba(37, 145, 247, 0.08);
1245
- border-radius: 9px 9px 9px 9px;
1246
- }
1247
- }
1248
-
1249
- .es-public-search-item-icon {
1250
- width: 40px;
1251
- height: 40px;
1252
- font-size: 14px;
1253
- position: absolute;
1254
- left: 8px;
1255
- top: 50%;
1256
- margin-top: -20px;
1257
- border-radius: 6px;
1258
- color: #fff;
1259
- text-align: center;
1260
- line-height: 40px;
1261
-
1262
- &.es-public-search-item-icons {
1263
- font-size: 18px;
1264
- }
1265
-
1266
- &.es-icon-ppt,
1267
- &.es-icon-pdf {
1268
- font-size: 40px;
1269
- color: #ff7878;
1270
- }
1271
-
1272
- &.es-icon-picture,
1273
- &.es-icon-video,
1274
- &.es-icon-audioo {
1275
- font-size: 36px;
1276
- color: #909399;
1277
- margin-top: -18px;
1278
- }
1279
-
1280
- &.es-icon-excel {
1281
- font-size: 40px;
1282
- color: #199051;
1283
- }
1284
-
1285
- &.es-icon-word {
1286
- font-size: 40px;
1287
- color: #1d60f5;
1288
- }
1289
-
1290
- &.es-icon-zip {
1291
- font-size: 36px;
1292
- color: #5dc7f7;
1293
- margin-top: -18px;
1294
- }
1295
-
1296
- &.es-icon-txt {
1297
- font-size: 40px;
1298
- color: #909399;
1299
- }
1300
-
1301
- &.es-icon-ios {
1302
- font-size: 36px;
1303
- margin-top: -18px;
1304
- }
1305
-
1306
- &.es-icon-android {
1307
- font-size: 36px;
1308
- margin-top: -18px;
1309
- color: #81bd24;
1310
- }
1311
-
1312
- &.es-public-search-item-icon-text {
1313
- background-color: #2778e5;
1314
- }
1315
- }
1316
-
1317
- .es-public-search-item-name {
1318
- font-size: 14px;
1319
- font-weight: 500;
1320
- color: #262626;
1321
- line-height: 22px;
1322
- }
1323
-
1324
- .es-public-search-item-texts {
1325
- font-size: 12px;
1326
- font-weight: 400;
1327
- color: #8c8c8c;
1328
- line-height: 20px;
1329
- overflow: hidden;
1330
- white-space: nowrap;
1331
- text-overflow: ellipsis;
1332
-
1333
- .es-public-search-item-text + .es-public-search-item-text {
1334
- margin-left: 20px;
1335
- }
1336
- }
1337
-
1338
- .es-public-search-more {
1339
- text-align: center;
1340
- color: #8c8c8c;
1341
- font-weight: 500;
1342
- font-size: 14px;
1343
- margin-top: 20px;
1344
- padding-bottom: 12px;
1345
- border-bottom: 1px solid #dce3e7;
1346
-
1347
- .es-public-search-more-text {
1348
- cursor: pointer;
1349
- }
1350
- }
1351
-
1352
- .es-public-search-more-quote {
1353
- color: #2778e5;
1354
- padding: 0 4px;
1355
- }
1356
-
1357
- .es-public-search-info {
1358
- padding: 16px 20px;
1359
- font-size: 14px;
1360
- font-weight: 500;
1361
- color: #262626;
1362
- }
1363
-
1364
- .es-public-search-lists {
1365
- padding: 0 20px;
1366
-
1367
- .es-public-search-list-item {
1368
- border-bottom: 1px solid #f0f0f0;
1369
- }
1370
- }
1371
-
1372
- .es-public-search-no-more {
1373
- text-align: center;
1374
- padding: 20px;
1375
- }
1376
-
1377
- .es-public-search-scrollbar {
1378
- .el-scrollbar__view {
1379
- min-height: 100%;
1380
- }
1381
- }
1382
- }
1383
-
1384
- .es-menu-vertical.es-simplicity_menus,
1385
- .es-menu-popper-vertical.es-simplicity_menus {
1386
- background-color: #fff;
1387
- padding: 8px 0;
1388
-
1389
- .el-menu-item:not(.is-disabled),
1390
- .el-submenu__title,
1391
- & > .el-menu .el-menu-item:not(.is-disabled),
1392
- & > .el-menu .el-submenu__title {
1393
- padding: 8px 24px;
1394
- height: 48px;
1395
- line-height: 32px;
1396
- color: #15224c;
1397
-
1398
- i {
1399
- color: #15224c;
1400
- z-index: 1;
1401
- }
1402
-
1403
- .es-menu-item-icon {
1404
- color: #15224c;
1405
- z-index: 1;
1406
- height: 24px;
1407
- line-height: 16px;
1408
- padding: 4px;
1409
- border-radius: 3px;
1410
- margin-right: 12px;
1411
- font-size: 16px;
1412
- }
1413
-
1414
- &:hover,
1415
- &:focus,
1416
- &.is-active {
1417
- background-color: #fff;
1418
- color: $--color-primary;
1419
-
1420
- i {
1421
- color: $--color-primary;
1422
- }
1423
-
1424
- &::before {
1425
- content: '';
1426
- display: block;
1427
- position: absolute;
1428
- inset: 0 8px;
1429
- background-color: $--color-primary-light-2;
1430
- border-radius: 6px;
1431
- z-index: 0;
1432
- }
1433
- }
1434
- }
1435
-
1436
- .el-menu-item.is-disabled {
1437
- .es-menu-item-icon {
1438
- color: #15224c;
1439
- z-index: 1;
1440
- height: 24px;
1441
- line-height: 16px;
1442
- padding: 4px;
1443
- border-radius: 3px;
1444
- margin-right: 12px;
1445
- font-size: 16px;
1446
- cursor: not-allowed;
1447
- }
1448
- }
1449
-
1450
- .el-menu--popup .el-menu-item:not(.is-disabled),
1451
- .el-menu--popup .el-submenu__title {
1452
- &:hover,
1453
- &:focus,
1454
- &.is-active {
1455
- background-color: transparent;
1456
- }
1457
- }
1458
-
1459
- &.es-simplicity_menus-fold {
1460
- padding: 4px 0;
1461
-
1462
- .el-menu-item:not(.is-disabled),
1463
- .el-submenu__title,
1464
- > .el-menu .el-menu-item:not(.is-disabled),
1465
- > .el-menu .el-submenu__title {
1466
- width: 48px;
1467
- height: 40px !important;
1468
- padding: 4px 12px !important;
1469
- min-height: unset !important;
1470
- line-height: 32px;
1471
- justify-content: center;
1472
-
1473
- .es-menu-item-icon {
1474
- margin-right: 0;
1475
- }
1476
-
1477
- &:hover,
1478
- &:focus,
1479
- &.is-active {
1480
- .es-menu-item-icon {
1481
- position: relative;
1482
- z-index: 1;
1483
- }
1484
-
1485
- &::before {
1486
- inset: 0 4px;
1487
- }
1488
- }
1489
- }
1490
- }
1491
- }
1492
-
1493
- .es-simplicitytop-nav {
1494
- height: $--main-simplicitytop-header-height;
1495
- background-color: $--color-primary-light-7;
1496
- background-position: left -20px;
1497
- background-size: auto 100px;
1498
- background-repeat: no-repeat;
1499
- display: flex;
1500
- justify-content: space-between;
1501
- align-items: center;
1502
- padding-left: 20px;
1503
- }
1504
-
1505
- .es-simplicitytop-main {
1506
- .es-simplicity-apps,
1507
- .es-simplicity-message,
1508
- .es-simplicity-message-modal,
1509
- .es-simplicity-apps-modal,
1510
- .es-simplicity-public-drawer {
1511
- position: absolute;
1512
- top: $--main-simplicity-header-height;
1513
- height: calc(100% - #{$--main-simplicity-header-height});
1514
- }
1515
-
1516
- .es-simplicity-apps {
1517
- .el-drawer__body {
1518
- background-color: #f4f4f4;
1519
- padding: 20px;
1520
-
1521
- @media screen and (max-width: 1600px) and (max-height: 900px) {
1522
- padding: 14px;
1523
- }
1524
-
1525
- @media screen and (max-width: 1280px) and (max-height: 720px) {
1526
- padding: 10px;
1527
- }
1528
-
1529
- @media screen and (max-width: 1024px) and (max-height: 768px) {
1530
- padding: 6px;
1531
- }
1532
- }
1533
- }
1534
-
1535
- .es-simplicity-public-drawer {
1536
- .el-drawer__header {
1537
- padding: 10px 0 0;
1538
- margin: 0;
1539
- }
1540
- }
1541
-
1542
- .es-simplicity-subMenus,
1543
- .es-simplicity-public-drawer {
1544
- .el-drawer__body {
1545
- padding: 0;
1546
- position: relative;
1547
- }
1548
- }
1549
-
1550
- .es-simplicity-subMenus {
1551
- width: auto;
1552
- height: 100%;
1553
- overflow: visible;
1554
- right: auto;
1555
- position: absolute;
1556
- z-index: 999 !important;
1557
-
1558
- .el-drawer {
1559
- box-shadow: none;
1560
- overflow: visible;
1561
- border-right: 1px solid #dfebf6;
1562
- }
1563
- }
1564
-
1565
- .es-simplicity-message {
1566
- .el-drawer {
1567
- background-color: #f4f4f4;
1568
- }
1569
- }
1570
- }
1571
-
1572
- .es-simplicitytop {
1573
- &-org {
1574
- display: flex;
1575
- align-items: center;
1576
- color: #fff;
1577
-
1578
- &-text {
1579
- margin-left: 4px;
1580
- }
1581
-
1582
- .el-input__inner {
1583
- height: 32px;
1584
- line-height: 32px;
1585
- border-radius: 6px;
1586
- }
1587
-
1588
- .el-input__icon {
1589
- line-height: 32px;
1590
- }
1591
- }
1592
-
1593
- &-greeting {
1594
- color: #fff;
1595
- text-align: center;
1596
- line-height: 44px;
1597
- }
1598
-
1599
- &-main {
1600
- position: absolute;
1601
- top: 80px;
1602
- left: 0;
1603
- right: 0;
1604
- bottom: 0;
1605
- overflow: hidden;
1606
-
1607
- &-left {
1608
- height: 100%;
1609
- background-color: $--color-primary-light-7;
1610
- width: 160px;
1611
- float: left;
1612
- padding-bottom: 16px;
1613
- display: flex;
1614
- flex-direction: column;
1615
-
1616
- &-user {
1617
- text-align: center;
1618
- line-height: 44px;
1619
- font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
1620
- font-size: 16px;
1621
- }
1622
-
1623
- &-menu {
1624
- padding-top: 20px;
1625
- display: flex;
1626
- flex-direction: column;
1627
- grid-gap: 20px;
1628
- padding-right: 16px;
1629
- }
1630
- }
1631
-
1632
- &-content {
1633
- height: 100%;
1634
- margin-left: 160px;
1635
- overflow: hidden;
1636
- position: relative;
1637
- }
1638
-
1639
- &-router {
1640
- height: calc(100% - 45px);
1641
- }
1642
- }
1643
-
1644
- &-menu {
1645
- &-title {
1646
- color: #fff;
1647
- display: flex;
1648
- justify-content: space-between;
1649
- padding: 12px 0;
1650
- border-bottom: 1px solid rgba(223, 235, 246, 0.2);
1651
- }
1652
-
1653
- &-name {
1654
- display: flex;
1655
- align-items: center;
1656
-
1657
- &::before {
1658
- content: '';
1659
- height: 12px;
1660
- border-left: 2px solid #fff;
1661
- margin-right: 8px;
1662
- }
1663
- }
1664
-
1665
- &-reload {
1666
- cursor: pointer;
1667
- }
1668
-
1669
- &-item {
1670
- padding: 0 16px;
1671
- margin-bottom: 10px;
1672
-
1673
- .el-scrollbar__wrap {
1674
- overflow-x: hidden;
1675
- }
1676
-
1677
- &:last-child {
1678
- flex: 1;
1679
- display: flex;
1680
- flex-direction: column;
1681
- overflow: hidden;
1682
- padding-right: 0;
1683
- }
1684
- }
1685
-
1686
- &-children {
1687
- display: flex;
1688
- flex-direction: column;
1689
-
1690
- &-item {
1691
- display: flex;
1692
- grid-gap: 8px;
1693
- align-items: center;
1694
- cursor: pointer;
1695
- height: 44px;
1696
- line-height: 44px;
1697
-
1698
- &:hover {
1699
- opacity: 0.75;
1700
- }
1701
- }
1702
-
1703
- &-icon {
1704
- height: 20px;
1705
- line-height: 20px;
1706
- text-align: center;
1707
- color: #fff;
1708
- background: #ffffff2b;
1709
- padding: 0 6px;
1710
- border-radius: 3px;
1711
-
1712
- [class^='es-icon-'] {
1713
- font-size: 12px;
1714
- }
1715
- }
1716
-
1717
- &-name {
1718
- color: #fff;
1719
- }
1720
-
1721
- &-badge {
1722
- background-color: #ff0000;
1723
- border-radius: 10px;
1724
- color: #fff;
1725
- display: inline-block;
1726
- font-size: 10px;
1727
- height: 14px;
1728
- line-height: 14px;
1729
- padding: 0 4px;
1730
- text-align: center;
1731
- white-space: nowrap;
1732
- }
1733
- }
1734
- }
1735
-
1736
- &-org-name {
1737
- color: #fff;
1738
- }
1739
- }
1740
-
1741
- .es-main .es-simplicitytop-main-menu .es-fourth-tabs {
1742
- border: 0;
1743
- background-color: $--color-primary-light-7;
1744
-
1745
- .el-menu {
1746
- border-bottom: 0;
1747
- }
1748
-
1749
- .el-menu-item,
1750
- .es-submenu,
1751
- .el-submenu__title {
1752
- line-height: 1 !important;
1753
- color: #fff !important;
1754
-
1755
- &:not(.is-disabled) {
1756
- &:focus,
1757
- &:hover,
1758
- &.is-active,
1759
- &.es-menu-item-focus {
1760
- background-color: $--color-primary-light-9;
1761
- border: 0;
1762
-
1763
- & > .el-submenu__title {
1764
- border: 0;
1765
- }
1766
- }
1767
- }
1768
-
1769
- .es-menu-item-icon {
1770
- color: #fff;
1771
- display: none;
1772
- }
1773
-
1774
- .el-submenu__icon-arrow {
1775
- color: rgba(255, 255, 255, 0.85);
1776
- }
1777
- }
1778
-
1779
- .el-menu-item {
1780
- @extend .es-flex-vertical, .es-align-middle, .es-align-center;
1781
- }
1782
- }
1783
-
1784
- .el-menu--popup-simplicitytop {
1785
- .el-menu {
1786
- background-color: $--color-primary !important;
1787
- color: #ffff !important;
1788
-
1789
- .el-menu-item,
1790
- .el-submenu__title {
1791
- background-color: transparent !important;
1792
- color: #fff !important;
1793
-
1794
- .es-menu-item-icon {
1795
- color: #fff;
1796
- }
1797
-
1798
- .el-submenu__icon-arrow {
1799
- color: #fff;
1800
- }
1801
-
1802
- &:not(.is-disabled) {
1803
- &:focus,
1804
- &:hover,
1805
- &.is-active {
1806
- background-color: $--color-primary-light-7 !important;
1807
- }
1808
- }
1809
- }
1810
- }
1811
- }
1812
-
1813
- .es-icon-shuaxin-rotate {
1814
- animation: rotate 1s linear infinite;
1815
- display: inline-block;
1816
- }
1817
-
1818
- @keyframes rotate {
1819
- 0% {
1820
- transform: rotate(0deg);
1821
- }
1822
-
1823
- 100% {
1824
- transform: rotate(360deg);
1825
- }
1826
- }
1827
- .es-simplicitytop-main-fourth-tabs {
1828
- .el-tabs__nav-main.is-top {
1829
- padding: 0 16px;
1830
- }
1831
- }
1832
- .remind-tree {
1833
- background: transparent;
1834
- color: #fff;
1835
- .el-tree-node__content {
1836
- height: 32px;
1837
- line-height: 32px;
1838
- }
1839
- .el-tree-node__expand-icon {
1840
- color: #fff;
1841
- &.is-leaf {
1842
- color: transparent;
1843
- }
1844
- }
1845
- }
1
+ @import './common/var.scss';
2
+ @import './base.scss';
3
+
4
+ @keyframes open-submenu {
5
+ 0% {
6
+ padding-left: 0;
7
+ }
8
+
9
+ 100% {
10
+ padding-left: $--main-simplicity-menu-width;
11
+ }
12
+ }
13
+
14
+ @keyframes close-submenu {
15
+ 0% {
16
+ padding-left: $--main-simplicity-menu-width;
17
+ }
18
+
19
+ 100% {
20
+ padding-left: 48px;
21
+ }
22
+ }
23
+
24
+ .es-simplicitytop-top-logo {
25
+ height: 266px;
26
+ width: 58px;
27
+ margin-left: 10px;
28
+ }
29
+
30
+ .es-simplicity-portrait-image {
31
+ width: 100%;
32
+ border-radius: 50%;
33
+ vertical-align: top;
34
+ background: transparent;
35
+
36
+ & > img {
37
+ width: 100%;
38
+ }
39
+ }
40
+
41
+ .es-simplicity-main {
42
+ height: 100%;
43
+ margin-left: $--main-simplicity-side-width;
44
+ overflow: hidden;
45
+ position: relative;
46
+
47
+ .es-simplicity-apps,
48
+ .es-simplicity-message,
49
+ .es-simplicity-message-modal,
50
+ .es-simplicity-apps-modal,
51
+ .es-simplicity-public-drawer {
52
+ position: absolute;
53
+ top: $--main-simplicity-header-height;
54
+ height: calc(100% - #{$--main-simplicity-header-height});
55
+ }
56
+
57
+ .es-simplicity-apps {
58
+ .el-drawer__body {
59
+ background-color: #f4f4f4;
60
+ padding: 20px;
61
+
62
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
63
+ padding: 14px;
64
+ }
65
+
66
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
67
+ padding: 10px;
68
+ }
69
+
70
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
71
+ padding: 6px;
72
+ }
73
+ }
74
+ }
75
+
76
+ .es-simplicity-public-drawer {
77
+ .el-drawer__header {
78
+ padding: 10px 0 0;
79
+ margin: 0;
80
+ }
81
+ }
82
+
83
+ .es-simplicity-subMenus,
84
+ .es-simplicity-public-drawer {
85
+ .el-drawer__body {
86
+ padding: 0;
87
+ position: relative;
88
+ }
89
+ }
90
+
91
+ .es-simplicity-subMenus {
92
+ width: auto;
93
+ height: 100%;
94
+ overflow: visible;
95
+ right: auto;
96
+ position: absolute;
97
+ z-index: 999 !important;
98
+
99
+ .el-drawer {
100
+ box-shadow: none;
101
+ overflow: visible;
102
+ border-right: 1px solid #dfebf6;
103
+ }
104
+ }
105
+
106
+ .es-simplicity-message {
107
+ .el-drawer {
108
+ background-color: #f4f4f4;
109
+ }
110
+ }
111
+ }
112
+
113
+ .es-simplicity_apps {
114
+ height: 100%;
115
+ display: flex;
116
+
117
+ .es-simplicity_apps-all {
118
+ flex: 1;
119
+ @extend .es-flex-vertical;
120
+ margin-right: 20px;
121
+
122
+ .es-simplicity_apps-box {
123
+ flex: 1;
124
+ }
125
+
126
+ .es-simplicity_apps-list {
127
+ position: absolute;
128
+ top: 0;
129
+ right: 0;
130
+ bottom: 0;
131
+ left: 0;
132
+ overflow: hidden;
133
+ display: flex;
134
+ align-content: flex-start;
135
+ flex-wrap: wrap;
136
+
137
+ .es-simplicity_apps-list-item {
138
+ width: 20%;
139
+ height: 25%;
140
+ padding: 12px;
141
+
142
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
143
+ padding: 8px;
144
+ }
145
+
146
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
147
+ padding: 4px;
148
+ }
149
+
150
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
151
+ padding: 2px;
152
+ }
153
+ }
154
+ }
155
+
156
+ .es-simplicity_apps-list-content {
157
+ @extend .es-flex-vertical;
158
+ height: 100%;
159
+ justify-content: center;
160
+ align-items: center;
161
+ }
162
+
163
+ .es-simplicity_apps-icon {
164
+ margin-bottom: 16px;
165
+ color: $--color-primary;
166
+
167
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
168
+ margin-bottom: 12px;
169
+ }
170
+
171
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
172
+ margin-bottom: 8px;
173
+ }
174
+
175
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
176
+ margin-bottom: 4px;
177
+ }
178
+ }
179
+
180
+ .es-simplicity_apps-search {
181
+ width: 200px;
182
+
183
+ .el-input__inner {
184
+ border-radius: 16px;
185
+
186
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
187
+ height: 28px;
188
+ line-height: 28px;
189
+ font-size: 14px;
190
+ }
191
+
192
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
193
+ height: 24px;
194
+ line-height: 24px;
195
+ font-size: 12px;
196
+ }
197
+
198
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
199
+ height: 20px;
200
+ line-height: 20px;
201
+ font-size: 12px;
202
+ }
203
+
204
+ &::placeholder {
205
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
206
+ font-size: 14px;
207
+ }
208
+
209
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
210
+ font-size: 12px;
211
+ }
212
+ }
213
+ }
214
+
215
+ .el-input__icon {
216
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
217
+ line-height: 28px;
218
+ font-size: 14px;
219
+ }
220
+
221
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
222
+ line-height: 24px;
223
+ font-size: 12px;
224
+ }
225
+
226
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
227
+ line-height: 20px;
228
+ font-size: 12px;
229
+ }
230
+ }
231
+ }
232
+ }
233
+
234
+ .es-simplicity_apps-title {
235
+ font-weight: 500;
236
+ font-size: 20px;
237
+ color: #15224c;
238
+ line-height: 32px;
239
+ padding: 6px 12px 12px;
240
+ display: flex;
241
+ justify-content: space-between;
242
+ align-items: center;
243
+
244
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
245
+ font-size: 17px;
246
+ line-height: 26px;
247
+ padding: 6px 10px 10px;
248
+ }
249
+
250
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
251
+ font-size: 14px;
252
+ line-height: 20px;
253
+ padding: 4px 8px 8px;
254
+ }
255
+
256
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
257
+ font-size: 12px;
258
+ line-height: 16px;
259
+ padding: 4px 6px 6px;
260
+ }
261
+ }
262
+
263
+ .es-simplicity_apps-box {
264
+ position: relative;
265
+ }
266
+
267
+ .es-simplicity_apps-list-content {
268
+ background: #ffffff;
269
+ border-radius: 9px;
270
+ padding: 4px;
271
+ cursor: pointer;
272
+ overflow: hidden;
273
+ position: relative;
274
+
275
+ &:hover {
276
+ .es-simplicity_apps-hover {
277
+ opacity: 1;
278
+ z-index: 1;
279
+
280
+ .es-simplicity_apps-icon {
281
+ color: rgba(255, 255, 255, 0.5);
282
+ }
283
+ }
284
+ }
285
+
286
+ &.es-simplicity_apps-disabled {
287
+ cursor: not-allowed;
288
+
289
+ .es-simplicity_apps-hover {
290
+ background-color: rgba(115, 122, 148, 0.9);
291
+ }
292
+ }
293
+ }
294
+
295
+ .es-simplicity_apps-icon {
296
+ font-size: 34px;
297
+ width: 34px;
298
+ height: 34px;
299
+ line-height: 34px;
300
+
301
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
302
+ font-size: 30px;
303
+ width: 30px;
304
+ height: 30px;
305
+ line-height: 30px;
306
+ }
307
+
308
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
309
+ font-size: 26px;
310
+ width: 26px;
311
+ height: 26px;
312
+ line-height: 26px;
313
+ }
314
+
315
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
316
+ font-size: 22px;
317
+ width: 22px;
318
+ height: 22px;
319
+ line-height: 22px;
320
+ }
321
+ }
322
+
323
+ .es-simplicity_apps-text {
324
+ font-weight: 400;
325
+ font-size: 16px;
326
+ text-align: center;
327
+ line-height: 19px;
328
+
329
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
330
+ font-size: 14px;
331
+ line-height: 17px;
332
+ }
333
+
334
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
335
+ font-size: 12px;
336
+ line-height: 15px;
337
+ }
338
+ }
339
+
340
+ .es-simplicity_apps-hover {
341
+ opacity: 0;
342
+ display: flex;
343
+ flex-direction: column;
344
+ box-orient: vertical;
345
+ justify-content: center;
346
+ align-items: center;
347
+ position: absolute;
348
+ top: 0;
349
+ right: 0;
350
+ bottom: 0;
351
+ left: 0;
352
+ z-index: -1;
353
+ background-color: $--color-primary-light-5;
354
+ color: #fff;
355
+ }
356
+
357
+ .es-simplicity_apps-pagination {
358
+ text-align: right;
359
+ padding: 18px 20px;
360
+
361
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
362
+ padding: 14px 16px;
363
+ }
364
+
365
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
366
+ padding: 10px 12px;
367
+ }
368
+
369
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
370
+ padding: 7px 8px;
371
+ }
372
+
373
+ .el-pagination__total {
374
+ float: left;
375
+
376
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
377
+ height: 24px;
378
+ line-height: 24px;
379
+ }
380
+
381
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
382
+ font-size: 12px;
383
+ height: 20px;
384
+ line-height: 20px;
385
+ }
386
+
387
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
388
+ font-size: 12px;
389
+ height: 16px;
390
+ line-height: 16px;
391
+ }
392
+ }
393
+
394
+ & > button {
395
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
396
+ height: 24px;
397
+ line-height: 24px;
398
+ }
399
+
400
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
401
+ font-size: 12px;
402
+ height: 20px;
403
+ line-height: 20px;
404
+ }
405
+
406
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
407
+ font-size: 12px;
408
+ height: 16px;
409
+ line-height: 16px;
410
+ }
411
+ }
412
+
413
+ .el-pager li {
414
+ background-color: #fff;
415
+
416
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
417
+ min-width: 26px;
418
+ height: 24px;
419
+ line-height: 24px;
420
+ }
421
+
422
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
423
+ min-width: 22px;
424
+ height: 20px;
425
+ line-height: 20px;
426
+ }
427
+
428
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
429
+ min-width: 18px;
430
+ height: 16px;
431
+ line-height: 16px;
432
+ }
433
+ }
434
+ }
435
+
436
+ .es-simplicity_apps-other {
437
+ width: 34%;
438
+ padding-left: 20px;
439
+ border-left: 1px solid #cdd9e4;
440
+
441
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
442
+ padding-left: 14px;
443
+ }
444
+
445
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
446
+ padding-left: 8px;
447
+ }
448
+
449
+ .es-simplicity_apps-list {
450
+ display: flex;
451
+ align-content: flex-start;
452
+ flex-wrap: wrap;
453
+
454
+ .es-simplicity_apps-list-item {
455
+ width: 50%;
456
+ padding: 12px;
457
+
458
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
459
+ padding: 8px;
460
+ }
461
+
462
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
463
+ padding: 4px;
464
+ }
465
+
466
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
467
+ padding: 2px;
468
+ }
469
+ }
470
+
471
+ .es-simplicity_app-icon {
472
+ display: block;
473
+ width: 34px;
474
+ height: 34px;
475
+ font-size: 18px;
476
+ line-height: 34px;
477
+ text-align: center;
478
+ border-radius: 9px;
479
+ }
480
+
481
+ .es-simplicity_apps-text {
482
+ margin-left: 12px;
483
+ text-align: left;
484
+ overflow: hidden;
485
+ text-overflow: ellipsis;
486
+ display: -webkit-box;
487
+ -webkit-box-orient: vertical;
488
+ line-clamp: 3;
489
+ -webkit-line-clamp: 3;
490
+ word-wrap: break-word;
491
+
492
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
493
+ margin-left: 8px;
494
+ }
495
+
496
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
497
+ margin-left: 4px;
498
+ }
499
+ }
500
+ }
501
+
502
+ .es-simplicity_apps-list-content {
503
+ display: flex;
504
+ align-items: center;
505
+ padding: 16px;
506
+
507
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
508
+ padding: 12px;
509
+ }
510
+
511
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
512
+ padding: 8px;
513
+ }
514
+
515
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
516
+ padding: 4px;
517
+ }
518
+
519
+ .es-simplicity_apps-texts {
520
+ min-height: 36px;
521
+ display: flex;
522
+ align-items: center;
523
+ }
524
+
525
+ .es-simplicity_apps-hover {
526
+ flex-direction: row;
527
+ }
528
+ }
529
+
530
+ .es-simplicity_apps-systems {
531
+ padding-top: 20px;
532
+ border-top: 1px solid #cdd9e4;
533
+ }
534
+ }
535
+ }
536
+
537
+ .es-simplicity-userinfo {
538
+ padding: 20px;
539
+
540
+ .es-simplicity-user {
541
+ border-bottom: 1px solid #dfebf6;
542
+ position: relative;
543
+ padding-bottom: 16px;
544
+
545
+ .es-simplicity-user-name {
546
+ font-weight: 500;
547
+ font-size: 20px;
548
+ color: #15224c;
549
+ line-height: 23px;
550
+ margin-bottom: 12px;
551
+ margin-right: 80px;
552
+ }
553
+
554
+ .es-simplicity-org-name,
555
+ .es-simplicity-dep-post {
556
+ margin-right: 80px;
557
+ font-weight: 400;
558
+ font-size: 14px;
559
+ color: #737a94;
560
+ line-height: 16px;
561
+ margin-bottom: 8px;
562
+ }
563
+
564
+ .es-icon-qiehuangangwei {
565
+ font-size: 20px;
566
+ color: #2591f7;
567
+ cursor: pointer;
568
+ margin-left: 16px;
569
+ }
570
+
571
+ .es-simplicity-portrait {
572
+ position: absolute;
573
+ top: 0;
574
+ right: 0;
575
+ width: 64px;
576
+ padding: 0 8px 8px;
577
+
578
+ .es-upload {
579
+ margin-top: 12px;
580
+ margin-left: -8px;
581
+ margin-right: -8px;
582
+ }
583
+ }
584
+
585
+ .el-upload--handle {
586
+ width: 100%;
587
+ }
588
+
589
+ .el-upload--text {
590
+ width: 100%;
591
+ text-align: center;
592
+ font-size: 14px;
593
+ color: #2591f7;
594
+ }
595
+ }
596
+
597
+ .es-simplicity-notice-type {
598
+ padding: 24px 0;
599
+ border-bottom: 1px solid #dfebf6;
600
+ }
601
+
602
+ .es-simplicity-notice-title {
603
+ font-size: 14px;
604
+ color: #15224c;
605
+ line-height: 16px;
606
+ margin-bottom: 12px;
607
+ }
608
+
609
+ .es-simplicity-notice-list {
610
+ .el-checkbox {
611
+ min-width: 115px;
612
+ }
613
+ }
614
+
615
+ .es-simplicity-password {
616
+ padding-top: 24px;
617
+ font-size: 14px;
618
+ color: #2591f7;
619
+ line-height: 16px;
620
+ cursor: pointer;
621
+
622
+ .es-icon-arrow-right {
623
+ position: relative;
624
+ top: 1px;
625
+ margin-left: 8px;
626
+ }
627
+ }
628
+
629
+ .es-simplicity-qrcode {
630
+ width: 100px;
631
+ height: 100px;
632
+ }
633
+ }
634
+
635
+ .es-simplicity-unfold {
636
+ position: fixed;
637
+ left: $--main-simplicity-side-width;
638
+ top: $--main-simplicity-header-height;
639
+ z-index: 9999;
640
+
641
+ .el-icon-s-unfold {
642
+ font-size: 32px;
643
+ cursor: move;
644
+ background-color: #fff;
645
+ border-radius: 10px;
646
+ }
647
+ }
648
+
649
+ .es-simplicity-menus {
650
+ height: 100%;
651
+ display: flex;
652
+
653
+ .es-simplicity-menus-box {
654
+ width: 220px;
655
+ height: 100%;
656
+ position: relative;
657
+
658
+ .es-simplicity-menus-title {
659
+ font-weight: bold;
660
+ line-height: 30px;
661
+ padding: 7px 7px 7px 14px;
662
+ border-bottom: 1px solid #dfebf6;
663
+ display: flex;
664
+ justify-content: center;
665
+ align-items: center;
666
+
667
+ .es-simplicity-menus-title-text {
668
+ flex: 1;
669
+ font-size: 20px;
670
+ color: #15224c;
671
+ }
672
+
673
+ .es-simplicity-menus-title-icon {
674
+ font-size: 24px;
675
+ color: #b9bdc9;
676
+ cursor: pointer;
677
+ }
678
+ }
679
+
680
+ .es-simplicity-menus-scrollbar {
681
+ position: absolute;
682
+ top: 45px;
683
+ right: 0;
684
+ bottom: 0;
685
+ left: 0;
686
+ }
687
+ }
688
+
689
+ .es-simplicity-menus-view {
690
+ border-left: 1px solid #dfebf6;
691
+ display: flex;
692
+
693
+ .es-simplicity-menus-box + .es-simplicity-menus-box {
694
+ border-left: 1px solid #dfebf6;
695
+ }
696
+ }
697
+
698
+ &.es-simplicity-menus-plus {
699
+ .es-simplicity-menus-box {
700
+ .es-simplicity-menus-title {
701
+ padding: 13px 7px 13px 14px;
702
+ }
703
+
704
+ .es-simplicity-menus-scrollbar {
705
+ top: 57px;
706
+ }
707
+ }
708
+ }
709
+ }
710
+
711
+ .es-simplicity-menus-lists {
712
+ padding: 8px 0;
713
+
714
+ &.is-fold {
715
+ padding: 4px 0;
716
+ }
717
+ }
718
+
719
+ .es-simplicity-menus-item {
720
+ height: 48px;
721
+ display: flex;
722
+ align-items: center;
723
+ padding: 8px 24px;
724
+ position: relative;
725
+ cursor: pointer;
726
+ overflow: hidden;
727
+ color: #15224c;
728
+
729
+ &.is-fold {
730
+ height: 40px;
731
+ padding: 4px 12px;
732
+
733
+ .es-simplicity_apps-icon {
734
+ margin-right: 0;
735
+ }
736
+
737
+ .es-simplicity-menus-tips {
738
+ top: 0;
739
+ right: 0;
740
+ color: #ff0000;
741
+ font-size: 12px;
742
+ }
743
+
744
+ .es-icon-pointer-right {
745
+ display: none;
746
+ }
747
+
748
+ &:hover {
749
+ &::before {
750
+ inset: 0 4px;
751
+ }
752
+ }
753
+
754
+ &.is-active {
755
+ &::before {
756
+ inset: 0 4px;
757
+ }
758
+ }
759
+ }
760
+
761
+ .es-simplicity_apps-icon {
762
+ height: 24px;
763
+ padding: 4px;
764
+ border-radius: 3px;
765
+ margin-right: 12px;
766
+ color: $--color-primary;
767
+ z-index: 1;
768
+ }
769
+
770
+ .es-simplicity-menus-tips {
771
+ font-size: 14px;
772
+ color: #737a94;
773
+ position: absolute;
774
+ right: 16px;
775
+
776
+ & + .es-simplicity_apps-text {
777
+ width: 118px;
778
+ }
779
+ }
780
+
781
+ .es-simplicity_apps-text {
782
+ width: 200px;
783
+ font-weight: 400;
784
+ font-size: 14px;
785
+ line-height: 16px;
786
+ text-overflow: ellipsis;
787
+ white-space: nowrap;
788
+ overflow: hidden;
789
+ position: relative;
790
+ }
791
+
792
+ &:hover {
793
+ color: $--color-primary;
794
+
795
+ &::before {
796
+ content: '';
797
+ display: block;
798
+ position: absolute;
799
+ inset: 0 12px;
800
+ background-color: $--color-primary-light-2;
801
+ border-radius: 6px;
802
+ z-index: 0;
803
+ }
804
+ }
805
+
806
+ &.is-active {
807
+ color: $--color-primary;
808
+
809
+ &::before {
810
+ content: '';
811
+ display: block;
812
+ position: absolute;
813
+ inset: 0 12px;
814
+ background-color: $--color-primary-light-2;
815
+ border-radius: 6px;
816
+ z-index: 0;
817
+ }
818
+ }
819
+
820
+ .es-icon-pointer-right {
821
+ color: #737a94;
822
+ position: absolute;
823
+ right: 0;
824
+ }
825
+ }
826
+
827
+ .es-simplicity-iframe {
828
+ height: 100%;
829
+
830
+ & > .el-tabs__header {
831
+ height: $--main-simplicity-header-height;
832
+ padding: ($--main-simplicity-header-height - 36px)/2 0;
833
+ margin: 0;
834
+ border-bottom: 1px solid #dfebf6;
835
+ background-color: #fff;
836
+
837
+ & > .el-tabs__nav-main {
838
+ margin: 0 10px;
839
+ }
840
+
841
+ .el-tabs__nav-next,
842
+ .el-tabs__nav-prev {
843
+ height: 36px;
844
+ font-size: 16px;
845
+ padding: 0 6px;
846
+ }
847
+
848
+ .el-tabs__nav-wrap {
849
+ padding: 0 10px;
850
+
851
+ &.is-scrollable {
852
+ padding: 0 28px;
853
+ }
854
+
855
+ &::after {
856
+ content: none;
857
+ }
858
+
859
+ .el-tabs__item {
860
+ height: 36px;
861
+ line-height: 36px;
862
+ padding: 0 12px !important;
863
+ background: #f2f2f2;
864
+ border-radius: 6px;
865
+ color: #737a94;
866
+
867
+ & + .el-tabs__item {
868
+ margin-left: 12px;
869
+ }
870
+
871
+ &.is-active {
872
+ color: $--color-primary;
873
+ background-color: $--color-primary-light-1;
874
+ }
875
+ }
876
+ }
877
+ }
878
+
879
+ & > .el-tabs__content {
880
+ height: calc(100% - #{$--main-simplicity-header-height});
881
+ background-color: $--background-color-base;
882
+
883
+ .el-tab-pane {
884
+ height: 100%;
885
+ }
886
+ }
887
+
888
+ &.is-open {
889
+ & > .el-tabs__content {
890
+ animation: open-submenu 0.3s 1ms forwards;
891
+ }
892
+
893
+ &.is-fold {
894
+ & > .el-tabs__content {
895
+ animation: close-submenu 0.1s 0ms forwards;
896
+ }
897
+ }
898
+ }
899
+ }
900
+
901
+ .es-simplicitytop-handler {
902
+ height: 36px;
903
+ display: flex;
904
+ align-items: center;
905
+ height: 100%;
906
+ line-height: 24px;
907
+ padding: 0 10px;
908
+
909
+ .es-simplicitytop-online-num {
910
+ color: #ffd272;
911
+ font-size: 16px;
912
+ }
913
+
914
+ .es-simplicitytop-handler-item {
915
+ color: #fff;
916
+ font-size: 16px;
917
+ position: relative;
918
+
919
+ .el-select {
920
+ width: 160px;
921
+ margin-left: 8px;
922
+ }
923
+
924
+ .el-input__inner {
925
+ border-radius: 6px;
926
+ height: 32px;
927
+ line-height: 32px;
928
+ }
929
+
930
+ .el-input__icon {
931
+ line-height: 32px;
932
+ }
933
+
934
+ &:hover {
935
+ opacity: 0.75;
936
+ }
937
+
938
+ &:not(:last-child) {
939
+ &:after {
940
+ content: '';
941
+ display: inline-block;
942
+ height: 20px;
943
+ border-right: 1px solid #cdd9e4;
944
+ opacity: 0.2;
945
+ vertical-align: middle;
946
+ margin-left: 16px;
947
+ }
948
+ }
949
+
950
+ & + .es-simplicitytop-handler-item {
951
+ margin-left: 16px;
952
+ }
953
+ }
954
+
955
+ .es-simplicitytop-handler-icon {
956
+ font-size: 16px;
957
+ padding-right: 5px;
958
+ cursor: pointer;
959
+
960
+ &.es-simplicitytop {
961
+ font-size: 16px;
962
+ }
963
+
964
+ &.es-icon_image {
965
+ width: 20px;
966
+ height: 20px;
967
+ padding: 0;
968
+ }
969
+ }
970
+ .es-simplicitytop-handler-badge {
971
+ position: absolute;
972
+ top: -5px;
973
+ right: -2px;
974
+ background-color: #ff0000;
975
+ border-radius: 10px;
976
+ color: #fff;
977
+ font-size: 10px;
978
+ height: 14px;
979
+ line-height: 14px;
980
+ padding: 0 4px;
981
+ }
982
+
983
+ .es-simplicitytop-handler-text {
984
+ cursor: pointer;
985
+ }
986
+ }
987
+
988
+ .es-simplicity-tabs-handler-mask {
989
+ position: absolute;
990
+ z-index: 99999;
991
+ left: 0;
992
+ top: 0;
993
+ right: 0;
994
+ bottom: 0;
995
+ }
996
+
997
+ .es-simplicity-tabs-handler {
998
+ width: 120px;
999
+ position: fixed;
1000
+
1001
+ .el-card__body {
1002
+ padding: 4px 0;
1003
+ }
1004
+
1005
+ .es-simplicity-tabs-handler-item {
1006
+ height: 32px;
1007
+ line-height: 32px;
1008
+ padding: 0 20px;
1009
+ color: $--button-disabled-font-color;
1010
+ user-select: none;
1011
+
1012
+ &:not(.is-disabled) {
1013
+ color: rgba(0, 0, 0, 0.75);
1014
+
1015
+ &:hover {
1016
+ background-color: rgba(144, 147, 153, 0.2);
1017
+ }
1018
+ }
1019
+ }
1020
+ }
1021
+
1022
+ .es-simplicity-drawer-close {
1023
+ cursor: pointer;
1024
+ position: absolute;
1025
+ right: 0;
1026
+ top: 0;
1027
+ color: #6e7c98;
1028
+ z-index: 9999;
1029
+ }
1030
+
1031
+ .es-simplicity-message {
1032
+ .el-drawer__body {
1033
+ @extend .es-flex-vertical;
1034
+ padding: 20px;
1035
+ }
1036
+
1037
+ .es-simplicity-message-header {
1038
+ padding-bottom: 20px;
1039
+
1040
+ .es-simplicity-message-title {
1041
+ font-weight: bold;
1042
+ font-size: 20px;
1043
+ color: #15224c;
1044
+ line-height: 24px;
1045
+ }
1046
+ }
1047
+
1048
+ .es-simplicity-message-overlook,
1049
+ .es-simplicity-message-handler {
1050
+ margin-left: 12px;
1051
+ }
1052
+
1053
+ .es-simplicity-message-lists-box {
1054
+ flex: 1;
1055
+ position: relative;
1056
+
1057
+ .es-simplicity-message-lists {
1058
+ position: absolute;
1059
+ top: 0;
1060
+ right: 0;
1061
+ bottom: 0;
1062
+ left: 0;
1063
+ }
1064
+ }
1065
+
1066
+ .es-simplicity-message-total {
1067
+ padding-top: 20px;
1068
+ font-size: 14px;
1069
+ color: #6e7c98;
1070
+ line-height: 14px;
1071
+ }
1072
+ }
1073
+
1074
+ .es-simplicity-message-overlook,
1075
+ .es-simplicity-message-handler {
1076
+ font-size: 14px;
1077
+ color: #737a94;
1078
+ float: right;
1079
+ cursor: pointer;
1080
+ }
1081
+
1082
+ .es-simplicity-message-handler {
1083
+ color: #2591f7;
1084
+ }
1085
+
1086
+ .es-simplicity-message-lists {
1087
+ .es-simplicity-message-item {
1088
+ background: #ffffff;
1089
+ box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1090
+ border-radius: 9px;
1091
+ padding: 16px 24px;
1092
+
1093
+ & + .es-simplicity-message-item {
1094
+ margin-top: 20px;
1095
+ }
1096
+
1097
+ .es-simplicity-message-item-title {
1098
+ font-weight: bold;
1099
+ font-size: 14px;
1100
+ color: #15224c;
1101
+ line-height: 16px;
1102
+ margin-bottom: 8px;
1103
+ }
1104
+
1105
+ .es-simplicity-message-item-time {
1106
+ font-size: 12px;
1107
+ color: #737a94;
1108
+ line-height: 14px;
1109
+ }
1110
+ }
1111
+
1112
+ .es-simplicity-message-tips {
1113
+ font-size: 14px;
1114
+ color: #6e7c98;
1115
+ text-align: center;
1116
+ padding-top: 20px;
1117
+ }
1118
+ }
1119
+
1120
+ .es-simplicity-notice-box {
1121
+ width: 420px;
1122
+ padding: 80px 24px 54px 24px;
1123
+ position: absolute;
1124
+ right: 4px;
1125
+ bottom: 4px;
1126
+ z-index: 9999;
1127
+ background-color: #f5fbff;
1128
+ border-radius: 9px;
1129
+ //animation: ltr-drawer-out 0.3s;
1130
+ animation: rtl-drawer-out 0.3s;
1131
+ overflow: hidden;
1132
+
1133
+ &.es-in {
1134
+ //animation: ltr-drawer-in 0.3s 1ms;
1135
+ animation: rtl-drawer-in 0.3s 1ms;
1136
+ }
1137
+
1138
+ .es-simplicity-message-overlook,
1139
+ .es-simplicity-message-handler {
1140
+ margin-left: 12px;
1141
+ }
1142
+
1143
+ .es-simplicity-notice-header {
1144
+ height: 56px;
1145
+ font-size: 16px;
1146
+ color: #ffffff;
1147
+ padding: 16px 24px;
1148
+ background-color: #2591f7;
1149
+ position: absolute;
1150
+ top: 0;
1151
+ right: 0;
1152
+ left: 0;
1153
+ }
1154
+
1155
+ .es-simplicity-notice-lists {
1156
+ height: 304px;
1157
+ }
1158
+
1159
+ .es-notice-footer {
1160
+ border-top: 1px solid #dfebf6;
1161
+ padding: 20px 44px 16px;
1162
+ font-size: 14px;
1163
+ color: #737a94;
1164
+ line-height: 17px;
1165
+ display: flex;
1166
+ justify-content: space-between;
1167
+ position: absolute;
1168
+ left: 24px;
1169
+ right: 24px;
1170
+ bottom: 0;
1171
+ }
1172
+ }
1173
+
1174
+ .el-popover.es-simplicity-menus-hide {
1175
+ display: none !important;
1176
+ opacity: 0;
1177
+ z-index: -999;
1178
+ }
1179
+
1180
+ .es-public-search-dialog > .el-dialog {
1181
+ & > .el-dialog__header,
1182
+ & > .el-dialog__body {
1183
+ background-color: #fff;
1184
+ }
1185
+ }
1186
+
1187
+ .es-public-search-box {
1188
+ padding-top: 53px;
1189
+ height: 100%;
1190
+
1191
+ .es-public-search-input {
1192
+ width: 90%;
1193
+ display: block;
1194
+ margin: 0 auto 20px auto;
1195
+ }
1196
+
1197
+ .es-public-search-tabs {
1198
+ height: calc(100% - 60px);
1199
+
1200
+ .el-tabs__header {
1201
+ height: 40px;
1202
+ margin: 0;
1203
+ }
1204
+
1205
+ .el-tabs__nav-wrap {
1206
+ padding: 0 24px;
1207
+ }
1208
+
1209
+ .el-tabs__content {
1210
+ height: calc(100% - 40px);
1211
+ padding: 10px 0;
1212
+ }
1213
+
1214
+ .el-tab-pane {
1215
+ height: 100%;
1216
+ overflow: hidden;
1217
+ }
1218
+ }
1219
+
1220
+ .es-public-search-content {
1221
+ padding: 10px 20px;
1222
+ position: relative;
1223
+
1224
+ &::after {
1225
+ content: '';
1226
+ display: block;
1227
+ }
1228
+ }
1229
+
1230
+ .es-public-search-title {
1231
+ font-size: 16px;
1232
+ line-height: 22px;
1233
+ font-weight: 800;
1234
+ color: #262626;
1235
+ margin-bottom: 23px;
1236
+ }
1237
+
1238
+ .es-public-search-list-item {
1239
+ padding: 16px 8px 16px 60px;
1240
+ position: relative;
1241
+ cursor: pointer;
1242
+
1243
+ &:hover {
1244
+ background: rgba(37, 145, 247, 0.08);
1245
+ border-radius: 9px 9px 9px 9px;
1246
+ }
1247
+ }
1248
+
1249
+ .es-public-search-item-icon {
1250
+ width: 40px;
1251
+ height: 40px;
1252
+ font-size: 14px;
1253
+ position: absolute;
1254
+ left: 8px;
1255
+ top: 50%;
1256
+ margin-top: -20px;
1257
+ border-radius: 6px;
1258
+ color: #fff;
1259
+ text-align: center;
1260
+ line-height: 40px;
1261
+
1262
+ &.es-public-search-item-icons {
1263
+ font-size: 18px;
1264
+ }
1265
+
1266
+ &.es-icon-ppt,
1267
+ &.es-icon-pdf {
1268
+ font-size: 40px;
1269
+ color: #ff7878;
1270
+ }
1271
+
1272
+ &.es-icon-picture,
1273
+ &.es-icon-video,
1274
+ &.es-icon-audioo {
1275
+ font-size: 36px;
1276
+ color: #909399;
1277
+ margin-top: -18px;
1278
+ }
1279
+
1280
+ &.es-icon-excel {
1281
+ font-size: 40px;
1282
+ color: #199051;
1283
+ }
1284
+
1285
+ &.es-icon-word {
1286
+ font-size: 40px;
1287
+ color: #1d60f5;
1288
+ }
1289
+
1290
+ &.es-icon-zip {
1291
+ font-size: 36px;
1292
+ color: #5dc7f7;
1293
+ margin-top: -18px;
1294
+ }
1295
+
1296
+ &.es-icon-txt {
1297
+ font-size: 40px;
1298
+ color: #909399;
1299
+ }
1300
+
1301
+ &.es-icon-ios {
1302
+ font-size: 36px;
1303
+ margin-top: -18px;
1304
+ }
1305
+
1306
+ &.es-icon-android {
1307
+ font-size: 36px;
1308
+ margin-top: -18px;
1309
+ color: #81bd24;
1310
+ }
1311
+
1312
+ &.es-public-search-item-icon-text {
1313
+ background-color: #2778e5;
1314
+ }
1315
+ }
1316
+
1317
+ .es-public-search-item-name {
1318
+ font-size: 14px;
1319
+ font-weight: 500;
1320
+ color: #262626;
1321
+ line-height: 22px;
1322
+ }
1323
+
1324
+ .es-public-search-item-texts {
1325
+ font-size: 12px;
1326
+ font-weight: 400;
1327
+ color: #8c8c8c;
1328
+ line-height: 20px;
1329
+ overflow: hidden;
1330
+ white-space: nowrap;
1331
+ text-overflow: ellipsis;
1332
+
1333
+ .es-public-search-item-text + .es-public-search-item-text {
1334
+ margin-left: 20px;
1335
+ }
1336
+ }
1337
+
1338
+ .es-public-search-more {
1339
+ text-align: center;
1340
+ color: #8c8c8c;
1341
+ font-weight: 500;
1342
+ font-size: 14px;
1343
+ margin-top: 20px;
1344
+ padding-bottom: 12px;
1345
+ border-bottom: 1px solid #dce3e7;
1346
+
1347
+ .es-public-search-more-text {
1348
+ cursor: pointer;
1349
+ }
1350
+ }
1351
+
1352
+ .es-public-search-more-quote {
1353
+ color: #2778e5;
1354
+ padding: 0 4px;
1355
+ }
1356
+
1357
+ .es-public-search-info {
1358
+ padding: 16px 20px;
1359
+ font-size: 14px;
1360
+ font-weight: 500;
1361
+ color: #262626;
1362
+ }
1363
+
1364
+ .es-public-search-lists {
1365
+ padding: 0 20px;
1366
+
1367
+ .es-public-search-list-item {
1368
+ border-bottom: 1px solid #f0f0f0;
1369
+ }
1370
+ }
1371
+
1372
+ .es-public-search-no-more {
1373
+ text-align: center;
1374
+ padding: 20px;
1375
+ }
1376
+
1377
+ .es-public-search-scrollbar {
1378
+ .el-scrollbar__view {
1379
+ min-height: 100%;
1380
+ }
1381
+ }
1382
+ }
1383
+
1384
+ .es-menu-vertical.es-simplicity_menus,
1385
+ .es-menu-popper-vertical.es-simplicity_menus {
1386
+ background-color: #fff;
1387
+ padding: 8px 0;
1388
+
1389
+ .el-menu-item:not(.is-disabled),
1390
+ .el-submenu__title,
1391
+ & > .el-menu .el-menu-item:not(.is-disabled),
1392
+ & > .el-menu .el-submenu__title {
1393
+ padding: 8px 24px;
1394
+ height: 48px;
1395
+ line-height: 32px;
1396
+ color: #15224c;
1397
+
1398
+ i {
1399
+ color: #15224c;
1400
+ z-index: 1;
1401
+ }
1402
+
1403
+ .es-menu-item-icon {
1404
+ color: #15224c;
1405
+ z-index: 1;
1406
+ height: 24px;
1407
+ line-height: 16px;
1408
+ padding: 4px;
1409
+ border-radius: 3px;
1410
+ margin-right: 12px;
1411
+ font-size: 16px;
1412
+ }
1413
+
1414
+ &:hover,
1415
+ &:focus,
1416
+ &.is-active {
1417
+ background-color: #fff;
1418
+ color: $--color-primary;
1419
+
1420
+ i {
1421
+ color: $--color-primary;
1422
+ }
1423
+
1424
+ &::before {
1425
+ content: '';
1426
+ display: block;
1427
+ position: absolute;
1428
+ inset: 0 8px;
1429
+ background-color: $--color-primary-light-2;
1430
+ border-radius: 6px;
1431
+ z-index: 0;
1432
+ }
1433
+ }
1434
+ }
1435
+
1436
+ .el-menu-item.is-disabled {
1437
+ .es-menu-item-icon {
1438
+ color: #15224c;
1439
+ z-index: 1;
1440
+ height: 24px;
1441
+ line-height: 16px;
1442
+ padding: 4px;
1443
+ border-radius: 3px;
1444
+ margin-right: 12px;
1445
+ font-size: 16px;
1446
+ cursor: not-allowed;
1447
+ }
1448
+ }
1449
+
1450
+ .el-menu--popup .el-menu-item:not(.is-disabled),
1451
+ .el-menu--popup .el-submenu__title {
1452
+ &:hover,
1453
+ &:focus,
1454
+ &.is-active {
1455
+ background-color: transparent;
1456
+ }
1457
+ }
1458
+
1459
+ &.es-simplicity_menus-fold {
1460
+ padding: 4px 0;
1461
+
1462
+ .el-menu-item:not(.is-disabled),
1463
+ .el-submenu__title,
1464
+ > .el-menu .el-menu-item:not(.is-disabled),
1465
+ > .el-menu .el-submenu__title {
1466
+ width: 48px;
1467
+ height: 40px !important;
1468
+ padding: 4px 12px !important;
1469
+ min-height: unset !important;
1470
+ line-height: 32px;
1471
+ justify-content: center;
1472
+
1473
+ .es-menu-item-icon {
1474
+ margin-right: 0;
1475
+ }
1476
+
1477
+ &:hover,
1478
+ &:focus,
1479
+ &.is-active {
1480
+ .es-menu-item-icon {
1481
+ position: relative;
1482
+ z-index: 1;
1483
+ }
1484
+
1485
+ &::before {
1486
+ inset: 0 4px;
1487
+ }
1488
+ }
1489
+ }
1490
+ }
1491
+ }
1492
+
1493
+ .es-simplicitytop-nav {
1494
+ height: $--main-simplicitytop-header-height;
1495
+ background-color: $--color-primary-light-7;
1496
+ background-position: left -20px;
1497
+ background-size: auto 100px;
1498
+ background-repeat: no-repeat;
1499
+ display: flex;
1500
+ justify-content: space-between;
1501
+ align-items: center;
1502
+ padding-left: 20px;
1503
+ }
1504
+
1505
+ .es-simplicitytop-main {
1506
+ .es-simplicity-apps,
1507
+ .es-simplicity-message,
1508
+ .es-simplicity-message-modal,
1509
+ .es-simplicity-apps-modal,
1510
+ .es-simplicity-public-drawer {
1511
+ position: absolute;
1512
+ top: $--main-simplicity-header-height;
1513
+ height: calc(100% - #{$--main-simplicity-header-height});
1514
+ }
1515
+
1516
+ .es-simplicity-apps {
1517
+ .el-drawer__body {
1518
+ background-color: #f4f4f4;
1519
+ padding: 20px;
1520
+
1521
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
1522
+ padding: 14px;
1523
+ }
1524
+
1525
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
1526
+ padding: 10px;
1527
+ }
1528
+
1529
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
1530
+ padding: 6px;
1531
+ }
1532
+ }
1533
+ }
1534
+
1535
+ .es-simplicity-public-drawer {
1536
+ .el-drawer__header {
1537
+ padding: 10px 0 0;
1538
+ margin: 0;
1539
+ }
1540
+ }
1541
+
1542
+ .es-simplicity-subMenus,
1543
+ .es-simplicity-public-drawer {
1544
+ .el-drawer__body {
1545
+ padding: 0;
1546
+ position: relative;
1547
+ }
1548
+ }
1549
+
1550
+ .es-simplicity-subMenus {
1551
+ width: auto;
1552
+ height: 100%;
1553
+ overflow: visible;
1554
+ right: auto;
1555
+ position: absolute;
1556
+ z-index: 999 !important;
1557
+
1558
+ .el-drawer {
1559
+ box-shadow: none;
1560
+ overflow: visible;
1561
+ border-right: 1px solid #dfebf6;
1562
+ }
1563
+ }
1564
+
1565
+ .es-simplicity-message {
1566
+ .el-drawer {
1567
+ background-color: #f4f4f4;
1568
+ }
1569
+ }
1570
+ }
1571
+
1572
+ .es-simplicitytop {
1573
+ &-org {
1574
+ display: flex;
1575
+ align-items: center;
1576
+ color: #fff;
1577
+
1578
+ &-text {
1579
+ margin-left: 4px;
1580
+ }
1581
+
1582
+ .el-input__inner {
1583
+ height: 32px;
1584
+ line-height: 32px;
1585
+ border-radius: 6px;
1586
+ }
1587
+
1588
+ .el-input__icon {
1589
+ line-height: 32px;
1590
+ }
1591
+ }
1592
+
1593
+ &-greeting {
1594
+ color: #fff;
1595
+ text-align: center;
1596
+ line-height: 44px;
1597
+ }
1598
+
1599
+ &-main {
1600
+ position: absolute;
1601
+ top: 80px;
1602
+ left: 0;
1603
+ right: 0;
1604
+ bottom: 0;
1605
+ overflow: hidden;
1606
+
1607
+ &-left {
1608
+ height: 100%;
1609
+ background-color: $--color-primary-light-7;
1610
+ width: 160px;
1611
+ float: left;
1612
+ padding-bottom: 16px;
1613
+ display: flex;
1614
+ flex-direction: column;
1615
+
1616
+ &-user {
1617
+ text-align: center;
1618
+ line-height: 44px;
1619
+ font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
1620
+ font-size: 16px;
1621
+ }
1622
+
1623
+ &-menu {
1624
+ padding-top: 20px;
1625
+ display: flex;
1626
+ flex-direction: column;
1627
+ grid-gap: 20px;
1628
+ padding-right: 16px;
1629
+ }
1630
+ }
1631
+
1632
+ &-content {
1633
+ height: 100%;
1634
+ margin-left: 160px;
1635
+ overflow: hidden;
1636
+ position: relative;
1637
+ }
1638
+
1639
+ &-router {
1640
+ height: calc(100% - 45px);
1641
+ }
1642
+ }
1643
+
1644
+ &-menu {
1645
+ &-title {
1646
+ color: #fff;
1647
+ display: flex;
1648
+ justify-content: space-between;
1649
+ padding: 12px 0;
1650
+ border-bottom: 1px solid rgba(223, 235, 246, 0.2);
1651
+ }
1652
+
1653
+ &-name {
1654
+ display: flex;
1655
+ align-items: center;
1656
+
1657
+ &::before {
1658
+ content: '';
1659
+ height: 12px;
1660
+ border-left: 2px solid #fff;
1661
+ margin-right: 8px;
1662
+ }
1663
+ }
1664
+
1665
+ &-reload {
1666
+ cursor: pointer;
1667
+ }
1668
+
1669
+ &-item {
1670
+ padding: 0 16px;
1671
+ margin-bottom: 10px;
1672
+
1673
+ .el-scrollbar__wrap {
1674
+ overflow-x: hidden;
1675
+ }
1676
+
1677
+ &:last-child {
1678
+ flex: 1;
1679
+ display: flex;
1680
+ flex-direction: column;
1681
+ overflow: hidden;
1682
+ padding-right: 0;
1683
+ }
1684
+ }
1685
+
1686
+ &-children {
1687
+ display: flex;
1688
+ flex-direction: column;
1689
+
1690
+ &-item {
1691
+ display: flex;
1692
+ grid-gap: 8px;
1693
+ align-items: center;
1694
+ cursor: pointer;
1695
+ height: 44px;
1696
+ line-height: 44px;
1697
+
1698
+ &:hover {
1699
+ opacity: 0.75;
1700
+ }
1701
+ }
1702
+
1703
+ &-icon {
1704
+ height: 20px;
1705
+ line-height: 20px;
1706
+ text-align: center;
1707
+ color: #fff;
1708
+ background: #ffffff2b;
1709
+ padding: 0 6px;
1710
+ border-radius: 3px;
1711
+
1712
+ [class^='es-icon-'] {
1713
+ font-size: 12px;
1714
+ }
1715
+ }
1716
+
1717
+ &-name {
1718
+ color: #fff;
1719
+ }
1720
+
1721
+ &-badge {
1722
+ background-color: #ff0000;
1723
+ border-radius: 10px;
1724
+ color: #fff;
1725
+ display: inline-block;
1726
+ font-size: 10px;
1727
+ height: 14px;
1728
+ line-height: 14px;
1729
+ padding: 0 4px;
1730
+ text-align: center;
1731
+ white-space: nowrap;
1732
+ }
1733
+ }
1734
+ }
1735
+
1736
+ &-org-name {
1737
+ color: #fff;
1738
+ }
1739
+ }
1740
+
1741
+ .es-main .es-simplicitytop-main-menu .es-fourth-tabs {
1742
+ border: 0;
1743
+ background-color: $--color-primary-light-7;
1744
+
1745
+ .el-menu {
1746
+ border-bottom: 0;
1747
+ }
1748
+
1749
+ .el-menu-item,
1750
+ .es-submenu,
1751
+ .el-submenu__title {
1752
+ line-height: 1 !important;
1753
+ color: #fff !important;
1754
+
1755
+ &:not(.is-disabled) {
1756
+ &:focus,
1757
+ &:hover,
1758
+ &.is-active,
1759
+ &.es-menu-item-focus {
1760
+ background-color: $--color-primary-light-9;
1761
+ border: 0;
1762
+
1763
+ & > .el-submenu__title {
1764
+ border: 0;
1765
+ }
1766
+ }
1767
+ }
1768
+
1769
+ .es-menu-item-icon {
1770
+ color: #fff;
1771
+ display: none;
1772
+ }
1773
+
1774
+ .el-submenu__icon-arrow {
1775
+ color: rgba(255, 255, 255, 0.85);
1776
+ }
1777
+ }
1778
+
1779
+ .el-menu-item {
1780
+ @extend .es-flex-vertical, .es-align-middle, .es-align-center;
1781
+ }
1782
+ }
1783
+
1784
+ .el-menu--popup-simplicitytop {
1785
+ .el-menu {
1786
+ background-color: $--color-primary !important;
1787
+ color: #ffff !important;
1788
+
1789
+ .el-menu-item,
1790
+ .el-submenu__title {
1791
+ background-color: transparent !important;
1792
+ color: #fff !important;
1793
+
1794
+ .es-menu-item-icon {
1795
+ color: #fff;
1796
+ }
1797
+
1798
+ .el-submenu__icon-arrow {
1799
+ color: #fff;
1800
+ }
1801
+
1802
+ &:not(.is-disabled) {
1803
+ &:focus,
1804
+ &:hover,
1805
+ &.is-active {
1806
+ background-color: $--color-primary-light-7 !important;
1807
+ }
1808
+ }
1809
+ }
1810
+ }
1811
+ }
1812
+
1813
+ .es-icon-shuaxin-rotate {
1814
+ animation: rotate 1s linear infinite;
1815
+ display: inline-block;
1816
+ }
1817
+
1818
+ @keyframes rotate {
1819
+ 0% {
1820
+ transform: rotate(0deg);
1821
+ }
1822
+
1823
+ 100% {
1824
+ transform: rotate(360deg);
1825
+ }
1826
+ }
1827
+ .es-simplicitytop-main-fourth-tabs {
1828
+ .el-tabs__nav-main.is-top {
1829
+ padding: 0 16px;
1830
+ }
1831
+ }
1832
+ .remind-tree {
1833
+ background: transparent;
1834
+ color: #fff;
1835
+ .el-tree-node__content {
1836
+ height: 32px;
1837
+ line-height: 32px;
1838
+ }
1839
+ .el-tree-node__expand-icon {
1840
+ color: #fff;
1841
+ &.is-leaf {
1842
+ color: transparent;
1843
+ }
1844
+ }
1845
+ }