eoss-ui 0.7.56 → 0.7.57

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 (244) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +757 -756
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +289 -288
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +140 -140
  7. package/lib/qr-code.js +13 -13
  8. package/package.json +160 -160
  9. package/packages/button/index.js +5 -5
  10. package/packages/button/src/main.vue +418 -418
  11. package/packages/button-group/index.js +5 -5
  12. package/packages/button-group/src/main.vue +346 -346
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/main.vue +412 -412
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/clients/src/main.vue +151 -151
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/column.vue +992 -992
  28. package/packages/data-table/src/main.vue +1840 -1840
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/Circulate.vue +413 -413
  48. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  49. package/packages/flow/src/component/CustomPreset.vue +322 -322
  50. package/packages/flow/src/component/FileList.vue +97 -97
  51. package/packages/flow/src/component/FreeCirculation.vue +241 -241
  52. package/packages/flow/src/component/Preset.vue +255 -255
  53. package/packages/flow/src/component/SendMsg.vue +242 -242
  54. package/packages/flow/src/component/TimeLimit.vue +190 -190
  55. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  56. package/packages/flow/src/form.vue +121 -121
  57. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  58. package/packages/flow/src/main.vue +3878 -3878
  59. package/packages/flow/src/processForm.vue +1365 -1365
  60. package/packages/flow/src/processReject.vue +309 -309
  61. package/packages/flow/src/reset.vue +942 -942
  62. package/packages/flow/src/startTaskRead.vue +693 -692
  63. package/packages/flow/src/supervise.vue +159 -159
  64. package/packages/flow/src/table.vue +58 -58
  65. package/packages/flow-group/index.js +5 -5
  66. package/packages/flow-group/src/main.vue +717 -717
  67. package/packages/flow-list/index.js +5 -5
  68. package/packages/flow-list/src/main.vue +1801 -1801
  69. package/packages/form/index.js +5 -5
  70. package/packages/form/src/main.vue +3901 -3901
  71. package/packages/form/src/table.vue +1512 -1512
  72. package/packages/handle-user/index.js +5 -5
  73. package/packages/handle-user/src/main.vue +137 -137
  74. package/packages/handler/index.js +5 -5
  75. package/packages/handler/src/main.vue +496 -496
  76. package/packages/icon/index.js +5 -5
  77. package/packages/icon/src/main.vue +104 -104
  78. package/packages/icons/index.js +5 -5
  79. package/packages/icons/src/main.vue +81 -81
  80. package/packages/input/index.js +5 -5
  81. package/packages/input/src/main.vue +356 -356
  82. package/packages/input-number/index.js +5 -5
  83. package/packages/input-number/src/main.vue +106 -106
  84. package/packages/label/index.js +5 -5
  85. package/packages/label/src/main.vue +457 -457
  86. package/packages/layout/index.js +5 -5
  87. package/packages/layout/src/item.vue +152 -152
  88. package/packages/layout/src/main.vue +31 -31
  89. package/packages/login/index.js +5 -5
  90. package/packages/login/src/main.vue +2082 -2082
  91. package/packages/login/src/resetPassword.vue +557 -557
  92. package/packages/main/index.js +5 -5
  93. package/packages/main/src/default/message.vue +249 -249
  94. package/packages/main/src/default/notice.vue +157 -157
  95. package/packages/main/src/default/userinfo.vue +503 -503
  96. package/packages/main/src/public/online.vue +89 -89
  97. package/packages/main/src/public/search.vue +464 -464
  98. package/packages/main/src/public/settings.vue +227 -227
  99. package/packages/main/src/simplicity/apps.vue +388 -388
  100. package/packages/main/src/simplicity/avatar.vue +82 -82
  101. package/packages/main/src/simplicity/handler.vue +160 -160
  102. package/packages/main/src/simplicity/index.vue +2307 -2307
  103. package/packages/main/src/simplicity/lists.vue +84 -84
  104. package/packages/main/src/simplicity/menu-list.vue +135 -135
  105. package/packages/main/src/simplicity/message.vue +293 -293
  106. package/packages/main/src/simplicity/notice.vue +222 -222
  107. package/packages/main/src/simplicity/router-page.vue +45 -45
  108. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  109. package/packages/main/src/simplicity/user.vue +259 -259
  110. package/packages/main/src/simplicity/userinfo.vue +401 -401
  111. package/packages/menu/index.js +5 -5
  112. package/packages/menu/src/main.vue +595 -595
  113. package/packages/nav/index.js +5 -5
  114. package/packages/nav/src/main.vue +351 -351
  115. package/packages/notify/index.js +5 -5
  116. package/packages/notify/src/main.vue +538 -538
  117. package/packages/page/index.js +5 -5
  118. package/packages/page/src/main.vue +167 -167
  119. package/packages/pagination/index.js +5 -5
  120. package/packages/pagination/src/main.vue +96 -96
  121. package/packages/player/index.js +5 -5
  122. package/packages/player/src/main.vue +194 -194
  123. package/packages/qr-code/index.js +5 -5
  124. package/packages/qr-code/src/main.vue +170 -170
  125. package/packages/radio-group/index.js +6 -6
  126. package/packages/radio-group/src/main.vue +319 -319
  127. package/packages/retrial-auth/index.js +5 -5
  128. package/packages/retrial-auth/src/main.vue +280 -280
  129. package/packages/select/index.js +5 -5
  130. package/packages/select/src/main.vue +782 -782
  131. package/packages/select-ganged/index.js +5 -5
  132. package/packages/select-ganged/src/main.vue +724 -724
  133. package/packages/selector/index.js +5 -5
  134. package/packages/selector/src/main.vue +761 -761
  135. package/packages/selector-panel/index.js +5 -5
  136. package/packages/selector-panel/src/main.vue +1027 -1027
  137. package/packages/selector-panel/src/selection.vue +170 -170
  138. package/packages/selector-panel/src/tree.vue +129 -129
  139. package/packages/sizer/index.js +5 -5
  140. package/packages/sizer/src/main.vue +254 -254
  141. package/packages/steps/index.js +5 -5
  142. package/packages/steps/src/main.vue +181 -181
  143. package/packages/switch/index.js +5 -5
  144. package/packages/switch/src/main.vue +170 -170
  145. package/packages/table-form/index.js +5 -5
  146. package/packages/tabs/index.js +5 -5
  147. package/packages/tabs/src/main.vue +788 -788
  148. package/packages/tabs-panel/index.js +5 -5
  149. package/packages/tabs-panel/src/main.vue +29 -29
  150. package/packages/theme-chalk/src/base.scss +261 -261
  151. package/packages/theme-chalk/src/button-group.scss +176 -176
  152. package/packages/theme-chalk/src/button.scss +24 -24
  153. package/packages/theme-chalk/src/calendar.scss +113 -113
  154. package/packages/theme-chalk/src/card.scss +99 -99
  155. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  156. package/packages/theme-chalk/src/clients.scss +87 -87
  157. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  158. package/packages/theme-chalk/src/data-table.scss +297 -297
  159. package/packages/theme-chalk/src/date-picker.scss +7 -7
  160. package/packages/theme-chalk/src/dialog.scss +77 -77
  161. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  162. package/packages/theme-chalk/src/enterprise.scss +5 -5
  163. package/packages/theme-chalk/src/error-page.scss +18 -18
  164. package/packages/theme-chalk/src/flow-group.scss +110 -110
  165. package/packages/theme-chalk/src/flow-list.scss +39 -39
  166. package/packages/theme-chalk/src/flow.scss +351 -351
  167. package/packages/theme-chalk/src/form.scss +501 -501
  168. package/packages/theme-chalk/src/handle-user.scss +40 -40
  169. package/packages/theme-chalk/src/handler.scss +148 -148
  170. package/packages/theme-chalk/src/icon.scss +1608 -1608
  171. package/packages/theme-chalk/src/icons.scss +99 -99
  172. package/packages/theme-chalk/src/input.scss +9 -9
  173. package/packages/theme-chalk/src/label.scss +24 -24
  174. package/packages/theme-chalk/src/layout.scss +46 -46
  175. package/packages/theme-chalk/src/login.scss +1006 -1006
  176. package/packages/theme-chalk/src/main.scss +663 -663
  177. package/packages/theme-chalk/src/menu.scss +224 -224
  178. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  179. package/packages/theme-chalk/src/nav.scss +111 -111
  180. package/packages/theme-chalk/src/page.scss +3 -3
  181. package/packages/theme-chalk/src/pagination.scss +29 -29
  182. package/packages/theme-chalk/src/player.scss +9 -9
  183. package/packages/theme-chalk/src/qr-code.scss +17 -17
  184. package/packages/theme-chalk/src/radio-group.scss +9 -9
  185. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  186. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  187. package/packages/theme-chalk/src/select.scss +8 -8
  188. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  189. package/packages/theme-chalk/src/selector.scss +114 -114
  190. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  191. package/packages/theme-chalk/src/sizer.scss +36 -36
  192. package/packages/theme-chalk/src/steps.scss +88 -88
  193. package/packages/theme-chalk/src/switch.scss +3 -3
  194. package/packages/theme-chalk/src/table-form.scss +1 -1
  195. package/packages/theme-chalk/src/tabs.scss +87 -87
  196. package/packages/theme-chalk/src/tips.scss +7 -7
  197. package/packages/theme-chalk/src/toolbar.scss +179 -179
  198. package/packages/theme-chalk/src/tree-group.scss +72 -72
  199. package/packages/theme-chalk/src/tree.scss +165 -165
  200. package/packages/theme-chalk/src/upload.scss +172 -172
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/tips/src/main.vue +141 -141
  204. package/packages/toolbar/index.js +5 -5
  205. package/packages/toolbar/src/main.vue +430 -430
  206. package/packages/tree/index.js +5 -5
  207. package/packages/tree-group/index.js +5 -5
  208. package/packages/upload/index.js +5 -5
  209. package/packages/upload/src/main.vue +1344 -1344
  210. package/packages/upload/src/picture.js +15 -15
  211. package/packages/wujie/index.js +5 -5
  212. package/packages/wujie/src/main.vue +145 -145
  213. package/packages/wxlogin/index.js +5 -5
  214. package/packages/wxlogin/src/main.vue +128 -128
  215. package/src/config/api.js +317 -317
  216. package/src/config/image.js +2 -2
  217. package/src/index.js +163 -163
  218. package/src/utils/bus.js +3 -3
  219. package/src/utils/date-util.js +312 -312
  220. package/src/utils/http.js +50 -50
  221. package/src/utils/rules.js +18 -18
  222. package/src/utils/store.js +21 -21
  223. package/src/utils/webSocket.js +107 -107
  224. package/packages/.DS_Store +0 -0
  225. package/packages/calogin/.DS_Store +0 -0
  226. package/packages/date-picker/.DS_Store +0 -0
  227. package/packages/date-picker/src/.DS_Store +0 -0
  228. package/packages/dialog/.DS_Store +0 -0
  229. package/packages/flow/.DS_Store +0 -0
  230. package/packages/flow/src/.DS_Store +0 -0
  231. package/packages/flow-list/.DS_Store +0 -0
  232. package/packages/form/.DS_Store +0 -0
  233. package/packages/icon/.DS_Store +0 -0
  234. package/packages/login/.DS_Store +0 -0
  235. package/packages/main/.DS_Store +0 -0
  236. package/packages/main/src/.DS_Store +0 -0
  237. package/packages/menu/.DS_Store +0 -0
  238. package/packages/select/.DS_Store +0 -0
  239. package/packages/selector/.DS_Store +0 -0
  240. package/packages/selector-panel/.DS_Store +0 -0
  241. package/packages/theme-chalk/src/.DS_Store +0 -0
  242. package/packages/upload/.DS_Store +0 -0
  243. package/src/.DS_Store +0 -0
  244. package/src/utils/.DS_Store +0 -0
@@ -1,1403 +1,1403 @@
1
- @import './common/var.scss';
2
- @import './base.scss';
3
- @keyframes open-submenu {
4
- 0% {
5
- padding-left: 0;
6
- }
7
- 100% {
8
- padding-left: $--main-simplicity-menu-width;
9
- }
10
- }
11
- @keyframes close-submenu {
12
- 0% {
13
- padding-left: $--main-simplicity-menu-width;
14
- }
15
- 100% {
16
- padding-left: 48px;
17
- }
18
- }
19
- .es-simplicity-side {
20
- width: $--main-simplicity-side-width;
21
- height: 100%;
22
- float: left;
23
- padding: 16px 8px 8px 8px;
24
- @extend .es-flex-vertical;
25
- @if $--main-simplicity-side-background-color != '' {
26
- background-color: $--main-simplicity-side-background-color;
27
- } @else {
28
- background-color: $--color-primary-light-9;
29
- }
30
- .es-simplicity-logo {
31
- width: $--main-simplicity-side-width - 24px;
32
- margin: 0 auto;
33
- }
34
- .es-simplicity-user-popover {
35
- margin-bottom: 5px;
36
- }
37
- .es-simplicity-org-name {
38
- font-weight: 500;
39
- font-size: 14px;
40
- color: #ffffff;
41
- text-align: center;
42
- line-height: 16px;
43
- }
44
- .es-simplicity-pannel-user {
45
- color: #fff;
46
- text-align: center;
47
- padding-top: 5px;
48
- font-size: 14px;
49
- }
50
- .es-simplicity-username,
51
- .es-simplicity-greeting {
52
- cursor: pointer;
53
- }
54
- .es-simplicity-dep-post {
55
- text-align: center;
56
- color: #fff;
57
- cursor: pointer;
58
- .es-icon-qiehuangangwei {
59
- margin-left: 5px;
60
- font-size: 22px;
61
- }
62
- }
63
- .es-simplicity-portrait {
64
- width: $--main-simplicity-side-width - 24px;
65
- height: $--main-simplicity-side-width - 24px;
66
- border-radius: 50%;
67
- overflow: hidden;
68
- margin: 0 auto;
69
- cursor: pointer;
70
- position: relative;
71
- margin-bottom: 5px;
72
- }
73
- .es-simplicity-side-Application {
74
- flex: 1;
75
- position: relative;
76
- margin-right: -8px;
77
- .el-scrollbar {
78
- position: absolute;
79
- top: 0;
80
- right: 0;
81
- bottom: 0;
82
- left: 0;
83
- }
84
- .el-scrollbar__view {
85
- padding-right: 8px;
86
- }
87
- .el-scrollbar__thumb {
88
- background-color: $--color-primary-light-7;
89
- }
90
- }
91
- .es-simplicity-side-app {
92
- text-align: center;
93
- color: #fff;
94
- height: 64px;
95
- padding: 6px 0;
96
- position: relative;
97
- cursor: pointer;
98
- @extend .es-flex-vertical;
99
- justify-content: center;
100
- align-items: center;
101
- background-repeat: no-repeat;
102
- background-size: contain;
103
- background-position: center;
104
- .el-badge {
105
- padding: 8px 0;
106
- }
107
- &.is-active,
108
- &:hover {
109
- .el-badge {
110
- padding: 8px 0;
111
- background-color: rgba(255, 255, 255, 0.12);
112
- border-radius: 9px;
113
- }
114
- }
115
- .el-icon-circle-close {
116
- position: absolute;
117
- right: 0;
118
- top: 0;
119
- padding: 2px;
120
- display: none;
121
- }
122
- &:hover {
123
- .el-icon-circle-close {
124
- display: block;
125
- z-index: 999;
126
- }
127
- }
128
- .es-simplicity-side-app-badge {
129
- .el-badge__content.is-fixed.is-dot {
130
- right: 10px;
131
- transform: translateY(0) translateX(100%);
132
- }
133
- }
134
- }
135
- .el-badge {
136
- width: 100%;
137
- }
138
- .es-simplicity-side-app-icon {
139
- font-size: 24px;
140
- &.es-icon_image {
141
- width: 20px;
142
- }
143
- }
144
- .es-simplicity-ai-icon {
145
- width: 56px;
146
- }
147
- .es-simplicity-side-app-text {
148
- font-size: 12px;
149
- @extend .es-text-ellipsis;
150
- }
151
- }
152
- .es-simplicity-portrait-image {
153
- width: 100%;
154
- border-radius: 50%;
155
- vertical-align: top;
156
- background: transparent;
157
- & > img {
158
- width: 100%;
159
- }
160
- }
161
- .es-simplicity-main {
162
- height: 100%;
163
- margin-left: $--main-simplicity-side-width;
164
- overflow: hidden;
165
- position: relative;
166
- .es-simplicity-apps,
167
- .es-simplicity-message,
168
- .es-simplicity-message-modal,
169
- .es-simplicity-apps-modal,
170
- .es-simplicity-public-drawer {
171
- position: absolute;
172
- top: $--main-simplicity-header-height;
173
- height: calc(100% - #{$--main-simplicity-header-height});
174
- }
175
- .es-simplicity-apps {
176
- .el-drawer__body {
177
- background-color: #f4f4f4;
178
- padding: 20px;
179
- @media screen and (max-width: 1600px) and (max-height: 900px) {
180
- padding: 14px;
181
- }
182
- @media screen and (max-width: 1280px) and (max-height: 720px) {
183
- padding: 10px;
184
- }
185
- @media screen and (max-width: 1024px) and (max-height: 768px) {
186
- padding: 6px;
187
- }
188
- }
189
- }
190
- .es-simplicity-public-drawer {
191
- .el-drawer__header {
192
- padding: 10px 0 0;
193
- margin: 0;
194
- }
195
- }
196
- .es-simplicity-subMenus,
197
- .es-simplicity-public-drawer {
198
- .el-drawer__body {
199
- padding: 0;
200
- position: relative;
201
- }
202
- }
203
- .es-simplicity-subMenus {
204
- width: auto;
205
- height: 100%;
206
- overflow: visible;
207
- right: auto;
208
- position: absolute;
209
- z-index: 999 !important;
210
- .el-drawer {
211
- box-shadow: none;
212
- overflow: visible;
213
- border-right: 1px solid #dfebf6;
214
- }
215
- }
216
-
217
- .es-simplicity-message {
218
- .el-drawer {
219
- background-color: #f4f4f4;
220
- }
221
- }
222
- }
223
- .es-simplicity_apps {
224
- height: 100%;
225
- display: flex;
226
- .es-simplicity_apps-all {
227
- flex: 1;
228
- @extend .es-flex-vertical;
229
- margin-right: 20px;
230
- .es-simplicity_apps-box {
231
- flex: 1;
232
- }
233
- .es-simplicity_apps-list {
234
- position: absolute;
235
- top: 0;
236
- right: 0;
237
- bottom: 0;
238
- left: 0;
239
- overflow: hidden;
240
- display: flex;
241
- align-content: flex-start;
242
- flex-wrap: wrap;
243
- .es-simplicity_apps-list-item {
244
- width: 20%;
245
- height: 25%;
246
- padding: 12px;
247
- @media screen and (max-width: 1600px) and (max-height: 900px) {
248
- padding: 8px;
249
- }
250
- @media screen and (max-width: 1280px) and (max-height: 720px) {
251
- padding: 4px;
252
- }
253
- @media screen and (max-width: 1024px) and (max-height: 768px) {
254
- padding: 2px;
255
- }
256
- }
257
- }
258
- .es-simplicity_apps-list-content {
259
- @extend .es-flex-vertical;
260
- height: 100%;
261
- justify-content: center;
262
- align-items: center;
263
- }
264
- .es-simplicity_apps-icon {
265
- margin-bottom: 16px;
266
- color: $--color-primary;
267
- @media screen and (max-width: 1600px) and (max-height: 900px) {
268
- margin-bottom: 12px;
269
- }
270
- @media screen and (max-width: 1280px) and (max-height: 720px) {
271
- margin-bottom: 8px;
272
- }
273
- @media screen and (max-width: 1024px) and (max-height: 768px) {
274
- margin-bottom: 4px;
275
- }
276
- }
277
- .es-simplicity_apps-search {
278
- width: 200px;
279
- .el-input__inner {
280
- border-radius: 16px;
281
- @media screen and (max-width: 1600px) and (max-height: 900px) {
282
- height: 28px;
283
- line-height: 28px;
284
- font-size: 14px;
285
- }
286
- @media screen and (max-width: 1280px) and (max-height: 720px) {
287
- height: 24px;
288
- line-height: 24px;
289
- font-size: 12px;
290
- }
291
- @media screen and (max-width: 1024px) and (max-height: 768px) {
292
- height: 20px;
293
- line-height: 20px;
294
- font-size: 12px;
295
- }
296
- &::placeholder {
297
- @media screen and (max-width: 1600px) and (max-height: 900px) {
298
- font-size: 14px;
299
- }
300
- @media screen and (max-width: 1280px) and (max-height: 720px) {
301
- font-size: 12px;
302
- }
303
- }
304
- }
305
- .el-input__icon {
306
- @media screen and (max-width: 1600px) and (max-height: 900px) {
307
- line-height: 28px;
308
- font-size: 14px;
309
- }
310
- @media screen and (max-width: 1280px) and (max-height: 720px) {
311
- line-height: 24px;
312
- font-size: 12px;
313
- }
314
- @media screen and (max-width: 1024px) and (max-height: 768px) {
315
- line-height: 20px;
316
- font-size: 12px;
317
- }
318
- }
319
- }
320
- }
321
- .es-simplicity_apps-title {
322
- font-weight: 500;
323
- font-size: 20px;
324
- color: #15224c;
325
- line-height: 32px;
326
- padding: 6px 12px 12px;
327
- display: flex;
328
- justify-content: space-between;
329
- align-items: center;
330
- @media screen and (max-width: 1600px) and (max-height: 900px) {
331
- font-size: 17px;
332
- line-height: 26px;
333
- padding: 6px 10px 10px;
334
- }
335
- @media screen and (max-width: 1280px) and (max-height: 720px) {
336
- font-size: 14px;
337
- line-height: 20px;
338
- padding: 4px 8px 8px;
339
- }
340
- @media screen and (max-width: 1024px) and (max-height: 768px) {
341
- font-size: 12px;
342
- line-height: 16px;
343
- padding: 4px 6px 6px;
344
- }
345
- }
346
- .es-simplicity_apps-box {
347
- position: relative;
348
- }
349
- .es-simplicity_apps-list-content {
350
- background: #ffffff;
351
- border-radius: 9px;
352
- padding: 4px;
353
- cursor: pointer;
354
- overflow: hidden;
355
- position: relative;
356
- &:hover {
357
- .es-simplicity_apps-hover {
358
- opacity: 1;
359
- z-index: 1;
360
- .es-simplicity_apps-icon {
361
- color: rgba(255, 255, 255, 0.5);
362
- }
363
- }
364
- }
365
- &.es-simplicity_apps-disabled {
366
- cursor: not-allowed;
367
- .es-simplicity_apps-hover {
368
- background-color: rgba(115, 122, 148, 0.9);
369
- }
370
- }
371
- }
372
- .es-simplicity_apps-icon {
373
- font-size: 34px;
374
- width: 34px;
375
- height: 34px;
376
- line-height: 34px;
377
- @media screen and (max-width: 1600px) and (max-height: 900px) {
378
- font-size: 30px;
379
- width: 30px;
380
- height: 30px;
381
- line-height: 30px;
382
- }
383
- @media screen and (max-width: 1280px) and (max-height: 720px) {
384
- font-size: 26px;
385
- width: 26px;
386
- height: 26px;
387
- line-height: 26px;
388
- }
389
- @media screen and (max-width: 1024px) and (max-height: 768px) {
390
- font-size: 22px;
391
- width: 22px;
392
- height: 22px;
393
- line-height: 22px;
394
- }
395
- }
396
- .es-simplicity_apps-text {
397
- font-weight: 400;
398
- font-size: 16px;
399
- text-align: center;
400
- line-height: 19px;
401
- @media screen and (max-width: 1600px) and (max-height: 900px) {
402
- font-size: 14px;
403
- line-height: 17px;
404
- }
405
- @media screen and (max-width: 1280px) and (max-height: 720px) {
406
- font-size: 12px;
407
- line-height: 15px;
408
- }
409
- }
410
- .es-simplicity_apps-hover {
411
- opacity: 0;
412
- display: flex;
413
- flex-direction: column;
414
- box-orient: vertical;
415
- justify-content: center;
416
- align-items: center;
417
- position: absolute;
418
- top: 0;
419
- right: 0;
420
- bottom: 0;
421
- left: 0;
422
- z-index: -1;
423
- background-color: $--color-primary-light-5;
424
- color: #fff;
425
- }
426
- .es-simplicity_apps-pagination {
427
- text-align: right;
428
- padding: 18px 20px;
429
- @media screen and (max-width: 1600px) and (max-height: 900px) {
430
- padding: 14px 16px;
431
- }
432
- @media screen and (max-width: 1280px) and (max-height: 720px) {
433
- padding: 10px 12px;
434
- }
435
- @media screen and (max-width: 1024px) and (max-height: 768px) {
436
- padding: 7px 8px;
437
- }
438
- .el-pagination__total {
439
- float: left;
440
- @media screen and (max-width: 1600px) and (max-height: 900px) {
441
- height: 24px;
442
- line-height: 24px;
443
- }
444
- @media screen and (max-width: 1280px) and (max-height: 720px) {
445
- font-size: 12px;
446
- height: 20px;
447
- line-height: 20px;
448
- }
449
- @media screen and (max-width: 1024px) and (max-height: 768px) {
450
- font-size: 12px;
451
- height: 16px;
452
- line-height: 16px;
453
- }
454
- }
455
-
456
- & > button {
457
- @media screen and (max-width: 1600px) and (max-height: 900px) {
458
- height: 24px;
459
- line-height: 24px;
460
- }
461
- @media screen and (max-width: 1280px) and (max-height: 720px) {
462
- font-size: 12px;
463
- height: 20px;
464
- line-height: 20px;
465
- }
466
- @media screen and (max-width: 1024px) and (max-height: 768px) {
467
- font-size: 12px;
468
- height: 16px;
469
- line-height: 16px;
470
- }
471
- }
472
- .el-pager li {
473
- background-color: #fff;
474
- @media screen and (max-width: 1600px) and (max-height: 900px) {
475
- min-width: 26px;
476
- height: 24px;
477
- line-height: 24px;
478
- }
479
- @media screen and (max-width: 1280px) and (max-height: 720px) {
480
- min-width: 22px;
481
- height: 20px;
482
- line-height: 20px;
483
- }
484
- @media screen and (max-width: 1024px) and (max-height: 768px) {
485
- min-width: 18px;
486
- height: 16px;
487
- line-height: 16px;
488
- }
489
- }
490
- }
491
- .es-simplicity_apps-other {
492
- width: 34%;
493
- padding-left: 20px;
494
- border-left: 1px solid #cdd9e4;
495
- @media screen and (max-width: 1600px) and (max-height: 900px) {
496
- padding-left: 14px;
497
- }
498
- @media screen and (max-width: 1280px) and (max-height: 720px) {
499
- padding-left: 8px;
500
- }
501
- .es-simplicity_apps-list {
502
- display: flex;
503
- align-content: flex-start;
504
- flex-wrap: wrap;
505
- .es-simplicity_apps-list-item {
506
- width: 50%;
507
- padding: 12px;
508
- @media screen and (max-width: 1600px) and (max-height: 900px) {
509
- padding: 8px;
510
- }
511
- @media screen and (max-width: 1280px) and (max-height: 720px) {
512
- padding: 4px;
513
- }
514
- @media screen and (max-width: 1024px) and (max-height: 768px) {
515
- padding: 2px;
516
- }
517
- }
518
- .es-simplicity_app-icon {
519
- display: block;
520
- width: 34px;
521
- height: 34px;
522
- font-size: 18px;
523
- line-height: 34px;
524
- text-align: center;
525
- border-radius: 9px;
526
- }
527
- .es-simplicity_apps-text {
528
- margin-left: 12px;
529
- text-align: left;
530
- overflow: hidden;
531
- text-overflow: ellipsis;
532
- display: -webkit-box;
533
- -webkit-box-orient: vertical;
534
- line-clamp: 3;
535
- -webkit-line-clamp: 3;
536
- word-wrap: break-word;
537
- @media screen and (max-width: 1600px) and (max-height: 900px) {
538
- margin-left: 8px;
539
- }
540
- @media screen and (max-width: 1280px) and (max-height: 720px) {
541
- margin-left: 4px;
542
- }
543
- }
544
- }
545
- .es-simplicity_apps-list-content {
546
- display: flex;
547
- align-items: center;
548
- padding: 16px;
549
- @media screen and (max-width: 1600px) and (max-height: 900px) {
550
- padding: 12px;
551
- }
552
- @media screen and (max-width: 1280px) and (max-height: 720px) {
553
- padding: 8px;
554
- }
555
- @media screen and (max-width: 1024px) and (max-height: 768px) {
556
- padding: 4px;
557
- }
558
- .es-simplicity_apps-texts {
559
- min-height: 36px;
560
- display: flex;
561
- align-items: center;
562
- }
563
- .es-simplicity_apps-hover {
564
- flex-direction: row;
565
- }
566
- }
567
- .es-simplicity_apps-systems {
568
- padding-top: 20px;
569
- border-top: 1px solid #cdd9e4;
570
- }
571
- }
572
- }
573
- .es-simplicity-userinfo {
574
- padding: 20px;
575
- .es-simplicity-user {
576
- border-bottom: 1px solid #dfebf6;
577
- position: relative;
578
- padding-bottom: 16px;
579
- .es-simplicity-user-name {
580
- font-weight: 500;
581
- font-size: 20px;
582
- color: #15224c;
583
- line-height: 23px;
584
- margin-bottom: 12px;
585
- margin-right: 80px;
586
- }
587
- .es-simplicity-org-name,
588
- .es-simplicity-dep-post {
589
- margin-right: 80px;
590
- font-weight: 400;
591
- font-size: 14px;
592
- color: #737a94;
593
- line-height: 16px;
594
- margin-bottom: 8px;
595
- }
596
- .es-icon-qiehuangangwei {
597
- font-size: 20px;
598
- color: #2591f7;
599
- cursor: pointer;
600
- margin-left: 16px;
601
- }
602
- .es-simplicity-portrait {
603
- position: absolute;
604
- top: 0;
605
- right: 0;
606
- width: 64px;
607
- padding: 0 8px 8px;
608
- .es-upload {
609
- margin-top: 12px;
610
- margin-left: -8px;
611
- margin-right: -8px;
612
- }
613
- }
614
- .el-upload--handle {
615
- width: 100%;
616
- }
617
- .el-upload--text {
618
- width: 100%;
619
- text-align: center;
620
- font-size: 14px;
621
- color: #2591f7;
622
- }
623
- }
624
- .es-simplicity-notice-type {
625
- padding: 24px 0;
626
- border-bottom: 1px solid #dfebf6;
627
- }
628
- .es-simplicity-notice-title {
629
- font-size: 14px;
630
- color: #15224c;
631
- line-height: 16px;
632
- margin-bottom: 12px;
633
- }
634
- .es-simplicity-notice-list {
635
- .el-checkbox {
636
- min-width: 115px;
637
- }
638
- }
639
- .es-simplicity-password {
640
- padding-top: 24px;
641
- font-size: 14px;
642
- color: #2591f7;
643
- line-height: 16px;
644
- cursor: pointer;
645
- .es-icon-arrow-right {
646
- position: relative;
647
- top: 1px;
648
- margin-left: 8px;
649
- }
650
- }
651
- .es-simplicity-qrcode {
652
- width: 100px;
653
- height: 100px;
654
- }
655
- }
656
- .es-simplicity-unfold {
657
- position: fixed;
658
- left: $--main-simplicity-side-width;
659
- top: $--main-simplicity-header-height;
660
- z-index: 9999;
661
- .el-icon-s-unfold {
662
- font-size: 32px;
663
- cursor: move;
664
- background-color: #fff;
665
- border-radius: 10px;
666
- }
667
- }
668
- .es-simplicity-menus {
669
- height: 100%;
670
- display: flex;
671
- .es-simplicity-menus-box {
672
- width: 220px;
673
- height: 100%;
674
- position: relative;
675
- .es-simplicity-menus-title {
676
- font-weight: bold;
677
- line-height: 30px;
678
- padding: 7px 7px 7px 14px;
679
- border-bottom: 1px solid #dfebf6;
680
- display: flex;
681
- justify-content: center;
682
- align-items: center;
683
- .es-simplicity-menus-title-text {
684
- flex: 1;
685
- font-size: 20px;
686
- color: #15224c;
687
- }
688
- .es-simplicity-menus-title-icon {
689
- font-size: 24px;
690
- color: #b9bdc9;
691
- cursor: pointer;
692
- }
693
- }
694
- .es-simplicity-menus-scrollbar {
695
- position: absolute;
696
- top: 45px;
697
- right: 0;
698
- bottom: 0;
699
- left: 0;
700
- }
701
- }
702
- .es-simplicity-menus-view {
703
- border-left: 1px solid #dfebf6;
704
- display: flex;
705
- .es-simplicity-menus-box + .es-simplicity-menus-box {
706
- border-left: 1px solid #dfebf6;
707
- }
708
- }
709
- &.es-simplicity-menus-plus {
710
- .es-simplicity-menus-box {
711
- .es-simplicity-menus-title {
712
- padding: 13px 7px 13px 14px;
713
- }
714
- .es-simplicity-menus-scrollbar {
715
- top: 57px;
716
- }
717
- }
718
- }
719
- }
720
- .es-simplicity-menus-lists {
721
- padding: 8px 0;
722
- &.is-fold {
723
- padding: 4px 0;
724
- }
725
- }
726
- .es-simplicity-menus-item {
727
- height: 48px;
728
- display: flex;
729
- align-items: center;
730
- padding: 8px 24px;
731
- position: relative;
732
- cursor: pointer;
733
- overflow: hidden;
734
- color: #15224c;
735
- &.is-fold {
736
- height: 40px;
737
- padding: 4px 12px;
738
- .es-simplicity_apps-icon {
739
- margin-right: 0;
740
- }
741
- .es-simplicity-menus-tips {
742
- top: 0;
743
- right: 0;
744
- color: #ff0000;
745
- font-size: 12px;
746
- }
747
- .es-icon-pointer-right {
748
- display: none;
749
- }
750
- &:hover {
751
- &::before {
752
- inset: 0 4px;
753
- }
754
- }
755
- &.is-active {
756
- &::before {
757
- inset: 0 4px;
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
- .es-simplicity-menus-tips {
770
- font-size: 14px;
771
- color: #737a94;
772
- position: absolute;
773
- right: 16px;
774
- & + .es-simplicity_apps-text {
775
- width: 118px;
776
- }
777
- }
778
- .es-simplicity_apps-text {
779
- width: 200px;
780
- font-weight: 400;
781
- font-size: 14px;
782
- line-height: 16px;
783
- text-overflow: ellipsis;
784
- white-space: nowrap;
785
- overflow: hidden;
786
- position: relative;
787
- }
788
- &:hover {
789
- color: $--color-primary;
790
- &::before {
791
- content: '';
792
- display: block;
793
- position: absolute;
794
- inset: 0 12px;
795
- background-color: $--color-primary-light-2;
796
- border-radius: 6px;
797
- z-index: 0;
798
- }
799
- }
800
- &.is-active {
801
- color: $--color-primary;
802
- &::before {
803
- content: '';
804
- display: block;
805
- position: absolute;
806
- inset: 0 12px;
807
- background-color: $--color-primary-light-2;
808
- border-radius: 6px;
809
- z-index: 0;
810
- }
811
- }
812
- .es-icon-pointer-right {
813
- color: #737a94;
814
- position: absolute;
815
- right: 0;
816
- }
817
- }
818
- .es-simplicity-iframe {
819
- height: 100%;
820
- & > .el-tabs__header {
821
- height: $--main-simplicity-header-height;
822
- padding: ($--main-simplicity-header-height - 36px)/2 0;
823
- margin: 0;
824
- border-bottom: 1px solid #dfebf6;
825
- background-color: #fff;
826
- & > .el-tabs__nav-main {
827
- margin: 0 10px;
828
- }
829
- .el-tabs__nav-next,
830
- .el-tabs__nav-prev {
831
- height: 36px;
832
- font-size: 16px;
833
- padding: 0 6px;
834
- }
835
- .el-tabs__nav-wrap {
836
- padding: 0 10px;
837
- &.is-scrollable {
838
- padding: 0 28px;
839
- }
840
- &::after {
841
- content: none;
842
- }
843
- .el-tabs__item {
844
- height: 36px;
845
- line-height: 36px;
846
- padding: 0 12px !important;
847
- background: #f2f2f2;
848
- border-radius: 6px;
849
- color: #737a94;
850
- & + .el-tabs__item {
851
- margin-left: 12px;
852
- }
853
- &.is-active {
854
- color: $--color-primary;
855
- background-color: $--color-primary-light-1;
856
- }
857
- }
858
- }
859
- }
860
- & > .el-tabs__content {
861
- height: calc(100% - #{$--main-simplicity-header-height});
862
- background-color: $--background-color-base;
863
- .el-tab-pane {
864
- height: 100%;
865
- }
866
- }
867
- &.is-open {
868
- & > .el-tabs__content {
869
- animation: open-submenu 0.3s 1ms forwards;
870
- }
871
- &.is-fold {
872
- & > .el-tabs__content {
873
- animation: close-submenu 0.1s 0ms forwards;
874
- }
875
- }
876
- }
877
- }
878
-
879
- .es-simplicity-handler {
880
- height: 36px;
881
- display: flex;
882
- align-items: center;
883
- height: 100%;
884
- line-height: 24px;
885
- padding: 0 10px;
886
- .es-simplicity-contact {
887
- display: flex;
888
- line-height: 17px;
889
- margin-right: 12px;
890
- text-align-last: justify;
891
- .es-contact-label {
892
- width: 56px;
893
- text-align: justify;
894
- margin-right: 12px;
895
- }
896
- }
897
- .es-simplicity-handler-date {
898
- font-size: 14px;
899
- color: #15224c;
900
- margin-right: 33px;
901
- position: relative;
902
- &::after {
903
- content: '';
904
- display: block;
905
- width: 1px;
906
- height: 16px;
907
- position: absolute;
908
- right: -16px;
909
- top: 4px;
910
- background-color: #cdd9e4;
911
- }
912
- }
913
- .es-simplicity-date-time {
914
- display: flex;
915
- }
916
- .es-simplicity-handler-time {
917
- width: 80px;
918
- font-size: 20px;
919
- color: #2591f7;
920
- margin-right: 12px;
921
- }
922
- .es-simplicity-online {
923
- font-size: 14px;
924
- color: #15224c;
925
- margin-right: 33px;
926
- position: relative;
927
- &::after {
928
- content: '';
929
- display: block;
930
- width: 1px;
931
- height: 16px;
932
- position: absolute;
933
- right: -16px;
934
- top: 4px;
935
- background-color: #cdd9e4;
936
- }
937
- }
938
- .es-simplicity-online-num {
939
- font-weight: 700;
940
- color: $--color-primary;
941
- font-size: 15px;
942
- }
943
- .es-simplicity-handler-item {
944
- & + .es-simplicity-handler-item {
945
- margin-left: 12px;
946
- }
947
- &.es-simplicity-handler-item-hover:hover {
948
- .es-simplicity-handler-icon,
949
- .es-simplicity-handler-text {
950
- color: $--color-primary-light-5;
951
- }
952
- }
953
- }
954
- .es-simplicity-handler-icon {
955
- font-size: 20px;
956
- padding: 3px 5px;
957
- border-radius: 3px;
958
- overflow: hidden;
959
- cursor: pointer;
960
- &.es-icon_image {
961
- width: 20px;
962
- height: 20px;
963
- padding: 0;
964
- }
965
- &.es-simplicity-handler-icon-hover:hover {
966
- color: #fff;
967
- background: $--color-primary-light-5;
968
- box-shadow: 0px 4px 16px 0px $--color-primary-light-1;
969
- }
970
- }
971
- .es-simplicity-handler-text {
972
- cursor: pointer;
973
- }
974
- }
975
- .es-simplicity-tabs-handler-mask {
976
- position: absolute;
977
- z-index: 99999;
978
- left: 0;
979
- top: 0;
980
- right: 0;
981
- bottom: 0;
982
- }
983
- .es-simplicity-tabs-handler {
984
- width: 120px;
985
- position: fixed;
986
- .el-card__body {
987
- padding: 4px 0;
988
- }
989
- .es-simplicity-tabs-handler-item {
990
- height: 32px;
991
- line-height: 32px;
992
- padding: 0 20px;
993
- color: $--button-disabled-font-color;
994
- user-select: none;
995
- &:not(.is-disabled) {
996
- color: rgba(0, 0, 0, 0.75);
997
- &:hover {
998
- background-color: rgba(144, 147, 153, 0.2);
999
- }
1000
- }
1001
- }
1002
- }
1003
- .es-simplicity-drawer-close {
1004
- cursor: pointer;
1005
- position: absolute;
1006
- right: 0;
1007
- top: 0;
1008
- color: #6e7c98;
1009
- z-index: 9999;
1010
- }
1011
- .es-simplicity-message {
1012
- .el-drawer__body {
1013
- @extend .es-flex-vertical;
1014
- padding: 20px;
1015
- }
1016
- .es-simplicity-message-header {
1017
- padding-bottom: 20px;
1018
- .es-simplicity-message-title {
1019
- font-weight: bold;
1020
- font-size: 20px;
1021
- color: #15224c;
1022
- line-height: 24px;
1023
- }
1024
- }
1025
- .es-simplicity-message-overlook,
1026
- .es-simplicity-message-handler {
1027
- margin-left: 12px;
1028
- }
1029
- .es-simplicity-message-lists-box {
1030
- flex: 1;
1031
- position: relative;
1032
- .es-simplicity-message-lists {
1033
- position: absolute;
1034
- top: 0;
1035
- right: 0;
1036
- bottom: 0;
1037
- left: 0;
1038
- }
1039
- }
1040
- .es-simplicity-message-total {
1041
- padding-top: 20px;
1042
- font-size: 14px;
1043
- color: #6e7c98;
1044
- line-height: 14px;
1045
- }
1046
- }
1047
- .es-simplicity-message-overlook,
1048
- .es-simplicity-message-handler {
1049
- font-size: 14px;
1050
- color: #737a94;
1051
- float: right;
1052
- cursor: pointer;
1053
- }
1054
- .es-simplicity-message-handler {
1055
- color: #2591f7;
1056
- }
1057
- .es-simplicity-message-lists {
1058
- .es-simplicity-message-item {
1059
- background: #ffffff;
1060
- box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1061
- border-radius: 9px;
1062
- padding: 16px 24px;
1063
- & + .es-simplicity-message-item {
1064
- margin-top: 20px;
1065
- }
1066
- .es-simplicity-message-item-title {
1067
- font-weight: bold;
1068
- font-size: 14px;
1069
- color: #15224c;
1070
- line-height: 16px;
1071
- margin-bottom: 8px;
1072
- }
1073
- .es-simplicity-message-item-time {
1074
- font-size: 12px;
1075
- color: #737a94;
1076
- line-height: 14px;
1077
- }
1078
- }
1079
- .es-simplicity-message-tips {
1080
- font-size: 14px;
1081
- color: #6e7c98;
1082
- text-align: center;
1083
- padding-top: 20px;
1084
- }
1085
- }
1086
- .es-simplicity-notice-box {
1087
- width: 420px;
1088
- padding: 80px 24px 54px 24px;
1089
- position: absolute;
1090
- right: 4px;
1091
- bottom: 4px;
1092
- z-index: 9999;
1093
- background-color: #f5fbff;
1094
- border-radius: 9px;
1095
- //animation: ltr-drawer-out 0.3s;
1096
- animation: rtl-drawer-out 0.3s;
1097
- overflow: hidden;
1098
- &.es-in {
1099
- //animation: ltr-drawer-in 0.3s 1ms;
1100
- animation: rtl-drawer-in 0.3s 1ms;
1101
- }
1102
- .es-simplicity-message-overlook,
1103
- .es-simplicity-message-handler {
1104
- margin-left: 12px;
1105
- }
1106
- .es-simplicity-notice-header {
1107
- height: 56px;
1108
- font-size: 16px;
1109
- color: #ffffff;
1110
- padding: 16px 24px;
1111
- background-color: #2591f7;
1112
- position: absolute;
1113
- top: 0;
1114
- right: 0;
1115
- left: 0;
1116
- }
1117
- .es-simplicity-notice-lists {
1118
- height: 304px;
1119
- }
1120
- .es-notice-footer {
1121
- border-top: 1px solid #dfebf6;
1122
- padding: 20px 44px 16px;
1123
- font-size: 14px;
1124
- color: #737a94;
1125
- line-height: 17px;
1126
- display: flex;
1127
- justify-content: space-between;
1128
- position: absolute;
1129
- left: 24px;
1130
- right: 24px;
1131
- bottom: 0;
1132
- }
1133
- }
1134
- .el-popover.es-simplicity-menus-hide {
1135
- display: none !important;
1136
- opacity: 0;
1137
- z-index: -999;
1138
- }
1139
- .es-public-search-dialog > .el-dialog {
1140
- & > .el-dialog__header,
1141
- & > .el-dialog__body {
1142
- background-color: #fff;
1143
- }
1144
- }
1145
- .es-public-search-box {
1146
- padding-top: 53px;
1147
- height: 100%;
1148
- .es-public-search-input {
1149
- width: 90%;
1150
- display: block;
1151
- margin: 0 auto 20px auto;
1152
- }
1153
- .es-public-search-tabs {
1154
- height: calc(100% - 60px);
1155
- .el-tabs__header {
1156
- height: 40px;
1157
- margin: 0;
1158
- }
1159
- .el-tabs__nav-wrap {
1160
- padding: 0 24px;
1161
- }
1162
- .el-tabs__content {
1163
- height: calc(100% - 40px);
1164
- padding: 10px 0;
1165
- }
1166
- .el-tab-pane {
1167
- height: 100%;
1168
- overflow: hidden;
1169
- }
1170
- }
1171
- .es-public-search-content {
1172
- padding: 10px 20px;
1173
- position: relative;
1174
- &::after {
1175
- content: '';
1176
- display: block;
1177
- }
1178
- }
1179
- .es-public-search-title {
1180
- font-size: 16px;
1181
- line-height: 22px;
1182
- font-weight: 800;
1183
- color: #262626;
1184
- margin-bottom: 23px;
1185
- }
1186
- .es-public-search-list-item {
1187
- padding: 16px 8px 16px 60px;
1188
- position: relative;
1189
- cursor: pointer;
1190
- &:hover {
1191
- background: rgba(37, 145, 247, 0.08);
1192
- border-radius: 9px 9px 9px 9px;
1193
- }
1194
- }
1195
- .es-public-search-item-icon {
1196
- width: 40px;
1197
- height: 40px;
1198
- font-size: 14px;
1199
- position: absolute;
1200
- left: 8px;
1201
- top: 50%;
1202
- margin-top: -20px;
1203
- border-radius: 6px;
1204
- color: #fff;
1205
- text-align: center;
1206
- line-height: 40px;
1207
- &.es-public-search-item-icons {
1208
- font-size: 18px;
1209
- }
1210
- &.es-icon-ppt,
1211
- &.es-icon-pdf {
1212
- font-size: 40px;
1213
- color: #ff7878;
1214
- }
1215
- &.es-icon-picture,
1216
- &.es-icon-video,
1217
- &.es-icon-audioo {
1218
- font-size: 36px;
1219
- color: #909399;
1220
- margin-top: -18px;
1221
- }
1222
- &.es-icon-excel {
1223
- font-size: 40px;
1224
- color: #199051;
1225
- }
1226
- &.es-icon-word {
1227
- font-size: 40px;
1228
- color: #1d60f5;
1229
- }
1230
- &.es-icon-zip {
1231
- font-size: 36px;
1232
- color: #5dc7f7;
1233
- margin-top: -18px;
1234
- }
1235
- &.es-icon-txt {
1236
- font-size: 40px;
1237
- color: #909399;
1238
- }
1239
- &.es-icon-ios {
1240
- font-size: 36px;
1241
- margin-top: -18px;
1242
- }
1243
- &.es-icon-android {
1244
- font-size: 36px;
1245
- margin-top: -18px;
1246
- color: #81bd24;
1247
- }
1248
- &.es-public-search-item-icon-text {
1249
- background-color: #2778e5;
1250
- }
1251
- }
1252
- .es-public-search-item-name {
1253
- font-size: 14px;
1254
- font-weight: 500;
1255
- color: #262626;
1256
- line-height: 22px;
1257
- }
1258
- .es-public-search-item-texts {
1259
- font-size: 12px;
1260
- font-weight: 400;
1261
- color: #8c8c8c;
1262
- line-height: 20px;
1263
- overflow: hidden;
1264
- white-space: nowrap;
1265
- text-overflow: ellipsis;
1266
- .es-public-search-item-text + .es-public-search-item-text {
1267
- margin-left: 20px;
1268
- }
1269
- }
1270
- .es-public-search-more {
1271
- text-align: center;
1272
- color: #8c8c8c;
1273
- font-weight: 500;
1274
- font-size: 14px;
1275
- margin-top: 20px;
1276
- padding-bottom: 12px;
1277
- border-bottom: 1px solid #dce3e7;
1278
- .es-public-search-more-text {
1279
- cursor: pointer;
1280
- }
1281
- }
1282
- .es-public-search-more-quote {
1283
- color: #2778e5;
1284
- padding: 0 4px;
1285
- }
1286
- .es-public-search-info {
1287
- padding: 16px 20px;
1288
- font-size: 14px;
1289
- font-weight: 500;
1290
- color: #262626;
1291
- }
1292
- .es-public-search-lists {
1293
- padding: 0 20px;
1294
- .es-public-search-list-item {
1295
- border-bottom: 1px solid #f0f0f0;
1296
- }
1297
- }
1298
- .es-public-search-no-more {
1299
- text-align: center;
1300
- padding: 20px;
1301
- }
1302
- .es-public-search-scrollbar {
1303
- .el-scrollbar__view {
1304
- min-height: 100%;
1305
- }
1306
- }
1307
- }
1308
- .es-menu-vertical.es-simplicity_menus,
1309
- .es-menu-popper-vertical.es-simplicity_menus {
1310
- background-color: #fff;
1311
- padding: 8px 0;
1312
- .el-menu-item:not(.is-disabled),
1313
- .el-submenu__title,
1314
- & > .el-menu .el-menu-item:not(.is-disabled),
1315
- & > .el-menu .el-submenu__title {
1316
- padding: 8px 24px;
1317
- height: 48px;
1318
- line-height: 32px;
1319
- color: #15224c;
1320
- i {
1321
- color: #15224c;
1322
- z-index: 1;
1323
- }
1324
- .es-menu-item-icon {
1325
- color: #15224c;
1326
- z-index: 1;
1327
- height: 24px;
1328
- line-height: 16px;
1329
- padding: 4px;
1330
- border-radius: 3px;
1331
- margin-right: 12px;
1332
- font-size: 16px;
1333
- }
1334
- &:hover,
1335
- &:focus,
1336
- &.is-active {
1337
- background-color: #fff;
1338
- color: $--color-primary;
1339
- i {
1340
- color: $--color-primary;
1341
- }
1342
- &::before {
1343
- content: '';
1344
- display: block;
1345
- position: absolute;
1346
- inset: 0 8px;
1347
- background-color: $--color-primary-light-2;
1348
- border-radius: 6px;
1349
- z-index: 0;
1350
- }
1351
- }
1352
- }
1353
-
1354
- .el-menu-item.is-disabled {
1355
- .es-menu-item-icon {
1356
- color: #15224c;
1357
- z-index: 1;
1358
- height: 24px;
1359
- line-height: 16px;
1360
- padding: 4px;
1361
- border-radius: 3px;
1362
- margin-right: 12px;
1363
- font-size: 16px;
1364
- cursor: not-allowed;
1365
- }
1366
- }
1367
- .el-menu--popup .el-menu-item:not(.is-disabled),
1368
- .el-menu--popup .el-submenu__title {
1369
- &:hover,
1370
- &:focus,
1371
- &.is-active {
1372
- background-color: transparent;
1373
- }
1374
- }
1375
- &.es-simplicity_menus-fold {
1376
- padding: 4px 0;
1377
- .el-menu-item:not(.is-disabled),
1378
- .el-submenu__title,
1379
- > .el-menu .el-menu-item:not(.is-disabled),
1380
- > .el-menu .el-submenu__title {
1381
- width: 48px;
1382
- height: 40px !important;
1383
- padding: 4px 12px !important;
1384
- min-height: unset !important;
1385
- line-height: 32px;
1386
- justify-content: center;
1387
- .es-menu-item-icon {
1388
- margin-right: 0;
1389
- }
1390
- &:hover,
1391
- &:focus,
1392
- &.is-active {
1393
- .es-menu-item-icon {
1394
- position: relative;
1395
- z-index: 1;
1396
- }
1397
- &::before {
1398
- inset: 0 4px;
1399
- }
1400
- }
1401
- }
1402
- }
1403
- }
1
+ @import './common/var.scss';
2
+ @import './base.scss';
3
+ @keyframes open-submenu {
4
+ 0% {
5
+ padding-left: 0;
6
+ }
7
+ 100% {
8
+ padding-left: $--main-simplicity-menu-width;
9
+ }
10
+ }
11
+ @keyframes close-submenu {
12
+ 0% {
13
+ padding-left: $--main-simplicity-menu-width;
14
+ }
15
+ 100% {
16
+ padding-left: 48px;
17
+ }
18
+ }
19
+ .es-simplicity-side {
20
+ width: $--main-simplicity-side-width;
21
+ height: 100%;
22
+ float: left;
23
+ padding: 16px 8px 8px 8px;
24
+ @extend .es-flex-vertical;
25
+ @if $--main-simplicity-side-background-color != '' {
26
+ background-color: $--main-simplicity-side-background-color;
27
+ } @else {
28
+ background-color: $--color-primary-light-9;
29
+ }
30
+ .es-simplicity-logo {
31
+ width: $--main-simplicity-side-width - 24px;
32
+ margin: 0 auto;
33
+ }
34
+ .es-simplicity-user-popover {
35
+ margin-bottom: 5px;
36
+ }
37
+ .es-simplicity-org-name {
38
+ font-weight: 500;
39
+ font-size: 14px;
40
+ color: #ffffff;
41
+ text-align: center;
42
+ line-height: 16px;
43
+ }
44
+ .es-simplicity-pannel-user {
45
+ color: #fff;
46
+ text-align: center;
47
+ padding-top: 5px;
48
+ font-size: 14px;
49
+ }
50
+ .es-simplicity-username,
51
+ .es-simplicity-greeting {
52
+ cursor: pointer;
53
+ }
54
+ .es-simplicity-dep-post {
55
+ text-align: center;
56
+ color: #fff;
57
+ cursor: pointer;
58
+ .es-icon-qiehuangangwei {
59
+ margin-left: 5px;
60
+ font-size: 22px;
61
+ }
62
+ }
63
+ .es-simplicity-portrait {
64
+ width: $--main-simplicity-side-width - 24px;
65
+ height: $--main-simplicity-side-width - 24px;
66
+ border-radius: 50%;
67
+ overflow: hidden;
68
+ margin: 0 auto;
69
+ cursor: pointer;
70
+ position: relative;
71
+ margin-bottom: 5px;
72
+ }
73
+ .es-simplicity-side-Application {
74
+ flex: 1;
75
+ position: relative;
76
+ margin-right: -8px;
77
+ .el-scrollbar {
78
+ position: absolute;
79
+ top: 0;
80
+ right: 0;
81
+ bottom: 0;
82
+ left: 0;
83
+ }
84
+ .el-scrollbar__view {
85
+ padding-right: 8px;
86
+ }
87
+ .el-scrollbar__thumb {
88
+ background-color: $--color-primary-light-7;
89
+ }
90
+ }
91
+ .es-simplicity-side-app {
92
+ text-align: center;
93
+ color: #fff;
94
+ height: 64px;
95
+ padding: 6px 0;
96
+ position: relative;
97
+ cursor: pointer;
98
+ @extend .es-flex-vertical;
99
+ justify-content: center;
100
+ align-items: center;
101
+ background-repeat: no-repeat;
102
+ background-size: contain;
103
+ background-position: center;
104
+ .el-badge {
105
+ padding: 8px 0;
106
+ }
107
+ &.is-active,
108
+ &:hover {
109
+ .el-badge {
110
+ padding: 8px 0;
111
+ background-color: rgba(255, 255, 255, 0.12);
112
+ border-radius: 9px;
113
+ }
114
+ }
115
+ .el-icon-circle-close {
116
+ position: absolute;
117
+ right: 0;
118
+ top: 0;
119
+ padding: 2px;
120
+ display: none;
121
+ }
122
+ &:hover {
123
+ .el-icon-circle-close {
124
+ display: block;
125
+ z-index: 999;
126
+ }
127
+ }
128
+ .es-simplicity-side-app-badge {
129
+ .el-badge__content.is-fixed.is-dot {
130
+ right: 10px;
131
+ transform: translateY(0) translateX(100%);
132
+ }
133
+ }
134
+ }
135
+ .el-badge {
136
+ width: 100%;
137
+ }
138
+ .es-simplicity-side-app-icon {
139
+ font-size: 24px;
140
+ &.es-icon_image {
141
+ width: 20px;
142
+ }
143
+ }
144
+ .es-simplicity-ai-icon {
145
+ width: 56px;
146
+ }
147
+ .es-simplicity-side-app-text {
148
+ font-size: 12px;
149
+ @extend .es-text-ellipsis;
150
+ }
151
+ }
152
+ .es-simplicity-portrait-image {
153
+ width: 100%;
154
+ border-radius: 50%;
155
+ vertical-align: top;
156
+ background: transparent;
157
+ & > img {
158
+ width: 100%;
159
+ }
160
+ }
161
+ .es-simplicity-main {
162
+ height: 100%;
163
+ margin-left: $--main-simplicity-side-width;
164
+ overflow: hidden;
165
+ position: relative;
166
+ .es-simplicity-apps,
167
+ .es-simplicity-message,
168
+ .es-simplicity-message-modal,
169
+ .es-simplicity-apps-modal,
170
+ .es-simplicity-public-drawer {
171
+ position: absolute;
172
+ top: $--main-simplicity-header-height;
173
+ height: calc(100% - #{$--main-simplicity-header-height});
174
+ }
175
+ .es-simplicity-apps {
176
+ .el-drawer__body {
177
+ background-color: #f4f4f4;
178
+ padding: 20px;
179
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
180
+ padding: 14px;
181
+ }
182
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
183
+ padding: 10px;
184
+ }
185
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
186
+ padding: 6px;
187
+ }
188
+ }
189
+ }
190
+ .es-simplicity-public-drawer {
191
+ .el-drawer__header {
192
+ padding: 10px 0 0;
193
+ margin: 0;
194
+ }
195
+ }
196
+ .es-simplicity-subMenus,
197
+ .es-simplicity-public-drawer {
198
+ .el-drawer__body {
199
+ padding: 0;
200
+ position: relative;
201
+ }
202
+ }
203
+ .es-simplicity-subMenus {
204
+ width: auto;
205
+ height: 100%;
206
+ overflow: visible;
207
+ right: auto;
208
+ position: absolute;
209
+ z-index: 999 !important;
210
+ .el-drawer {
211
+ box-shadow: none;
212
+ overflow: visible;
213
+ border-right: 1px solid #dfebf6;
214
+ }
215
+ }
216
+
217
+ .es-simplicity-message {
218
+ .el-drawer {
219
+ background-color: #f4f4f4;
220
+ }
221
+ }
222
+ }
223
+ .es-simplicity_apps {
224
+ height: 100%;
225
+ display: flex;
226
+ .es-simplicity_apps-all {
227
+ flex: 1;
228
+ @extend .es-flex-vertical;
229
+ margin-right: 20px;
230
+ .es-simplicity_apps-box {
231
+ flex: 1;
232
+ }
233
+ .es-simplicity_apps-list {
234
+ position: absolute;
235
+ top: 0;
236
+ right: 0;
237
+ bottom: 0;
238
+ left: 0;
239
+ overflow: hidden;
240
+ display: flex;
241
+ align-content: flex-start;
242
+ flex-wrap: wrap;
243
+ .es-simplicity_apps-list-item {
244
+ width: 20%;
245
+ height: 25%;
246
+ padding: 12px;
247
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
248
+ padding: 8px;
249
+ }
250
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
251
+ padding: 4px;
252
+ }
253
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
254
+ padding: 2px;
255
+ }
256
+ }
257
+ }
258
+ .es-simplicity_apps-list-content {
259
+ @extend .es-flex-vertical;
260
+ height: 100%;
261
+ justify-content: center;
262
+ align-items: center;
263
+ }
264
+ .es-simplicity_apps-icon {
265
+ margin-bottom: 16px;
266
+ color: $--color-primary;
267
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
268
+ margin-bottom: 12px;
269
+ }
270
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
271
+ margin-bottom: 8px;
272
+ }
273
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
274
+ margin-bottom: 4px;
275
+ }
276
+ }
277
+ .es-simplicity_apps-search {
278
+ width: 200px;
279
+ .el-input__inner {
280
+ border-radius: 16px;
281
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
282
+ height: 28px;
283
+ line-height: 28px;
284
+ font-size: 14px;
285
+ }
286
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
287
+ height: 24px;
288
+ line-height: 24px;
289
+ font-size: 12px;
290
+ }
291
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
292
+ height: 20px;
293
+ line-height: 20px;
294
+ font-size: 12px;
295
+ }
296
+ &::placeholder {
297
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
298
+ font-size: 14px;
299
+ }
300
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
301
+ font-size: 12px;
302
+ }
303
+ }
304
+ }
305
+ .el-input__icon {
306
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
307
+ line-height: 28px;
308
+ font-size: 14px;
309
+ }
310
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
311
+ line-height: 24px;
312
+ font-size: 12px;
313
+ }
314
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
315
+ line-height: 20px;
316
+ font-size: 12px;
317
+ }
318
+ }
319
+ }
320
+ }
321
+ .es-simplicity_apps-title {
322
+ font-weight: 500;
323
+ font-size: 20px;
324
+ color: #15224c;
325
+ line-height: 32px;
326
+ padding: 6px 12px 12px;
327
+ display: flex;
328
+ justify-content: space-between;
329
+ align-items: center;
330
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
331
+ font-size: 17px;
332
+ line-height: 26px;
333
+ padding: 6px 10px 10px;
334
+ }
335
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
336
+ font-size: 14px;
337
+ line-height: 20px;
338
+ padding: 4px 8px 8px;
339
+ }
340
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
341
+ font-size: 12px;
342
+ line-height: 16px;
343
+ padding: 4px 6px 6px;
344
+ }
345
+ }
346
+ .es-simplicity_apps-box {
347
+ position: relative;
348
+ }
349
+ .es-simplicity_apps-list-content {
350
+ background: #ffffff;
351
+ border-radius: 9px;
352
+ padding: 4px;
353
+ cursor: pointer;
354
+ overflow: hidden;
355
+ position: relative;
356
+ &:hover {
357
+ .es-simplicity_apps-hover {
358
+ opacity: 1;
359
+ z-index: 1;
360
+ .es-simplicity_apps-icon {
361
+ color: rgba(255, 255, 255, 0.5);
362
+ }
363
+ }
364
+ }
365
+ &.es-simplicity_apps-disabled {
366
+ cursor: not-allowed;
367
+ .es-simplicity_apps-hover {
368
+ background-color: rgba(115, 122, 148, 0.9);
369
+ }
370
+ }
371
+ }
372
+ .es-simplicity_apps-icon {
373
+ font-size: 34px;
374
+ width: 34px;
375
+ height: 34px;
376
+ line-height: 34px;
377
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
378
+ font-size: 30px;
379
+ width: 30px;
380
+ height: 30px;
381
+ line-height: 30px;
382
+ }
383
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
384
+ font-size: 26px;
385
+ width: 26px;
386
+ height: 26px;
387
+ line-height: 26px;
388
+ }
389
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
390
+ font-size: 22px;
391
+ width: 22px;
392
+ height: 22px;
393
+ line-height: 22px;
394
+ }
395
+ }
396
+ .es-simplicity_apps-text {
397
+ font-weight: 400;
398
+ font-size: 16px;
399
+ text-align: center;
400
+ line-height: 19px;
401
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
402
+ font-size: 14px;
403
+ line-height: 17px;
404
+ }
405
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
406
+ font-size: 12px;
407
+ line-height: 15px;
408
+ }
409
+ }
410
+ .es-simplicity_apps-hover {
411
+ opacity: 0;
412
+ display: flex;
413
+ flex-direction: column;
414
+ box-orient: vertical;
415
+ justify-content: center;
416
+ align-items: center;
417
+ position: absolute;
418
+ top: 0;
419
+ right: 0;
420
+ bottom: 0;
421
+ left: 0;
422
+ z-index: -1;
423
+ background-color: $--color-primary-light-5;
424
+ color: #fff;
425
+ }
426
+ .es-simplicity_apps-pagination {
427
+ text-align: right;
428
+ padding: 18px 20px;
429
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
430
+ padding: 14px 16px;
431
+ }
432
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
433
+ padding: 10px 12px;
434
+ }
435
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
436
+ padding: 7px 8px;
437
+ }
438
+ .el-pagination__total {
439
+ float: left;
440
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
441
+ height: 24px;
442
+ line-height: 24px;
443
+ }
444
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
445
+ font-size: 12px;
446
+ height: 20px;
447
+ line-height: 20px;
448
+ }
449
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
450
+ font-size: 12px;
451
+ height: 16px;
452
+ line-height: 16px;
453
+ }
454
+ }
455
+
456
+ & > button {
457
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
458
+ height: 24px;
459
+ line-height: 24px;
460
+ }
461
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
462
+ font-size: 12px;
463
+ height: 20px;
464
+ line-height: 20px;
465
+ }
466
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
467
+ font-size: 12px;
468
+ height: 16px;
469
+ line-height: 16px;
470
+ }
471
+ }
472
+ .el-pager li {
473
+ background-color: #fff;
474
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
475
+ min-width: 26px;
476
+ height: 24px;
477
+ line-height: 24px;
478
+ }
479
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
480
+ min-width: 22px;
481
+ height: 20px;
482
+ line-height: 20px;
483
+ }
484
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
485
+ min-width: 18px;
486
+ height: 16px;
487
+ line-height: 16px;
488
+ }
489
+ }
490
+ }
491
+ .es-simplicity_apps-other {
492
+ width: 34%;
493
+ padding-left: 20px;
494
+ border-left: 1px solid #cdd9e4;
495
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
496
+ padding-left: 14px;
497
+ }
498
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
499
+ padding-left: 8px;
500
+ }
501
+ .es-simplicity_apps-list {
502
+ display: flex;
503
+ align-content: flex-start;
504
+ flex-wrap: wrap;
505
+ .es-simplicity_apps-list-item {
506
+ width: 50%;
507
+ padding: 12px;
508
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
509
+ padding: 8px;
510
+ }
511
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
512
+ padding: 4px;
513
+ }
514
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
515
+ padding: 2px;
516
+ }
517
+ }
518
+ .es-simplicity_app-icon {
519
+ display: block;
520
+ width: 34px;
521
+ height: 34px;
522
+ font-size: 18px;
523
+ line-height: 34px;
524
+ text-align: center;
525
+ border-radius: 9px;
526
+ }
527
+ .es-simplicity_apps-text {
528
+ margin-left: 12px;
529
+ text-align: left;
530
+ overflow: hidden;
531
+ text-overflow: ellipsis;
532
+ display: -webkit-box;
533
+ -webkit-box-orient: vertical;
534
+ line-clamp: 3;
535
+ -webkit-line-clamp: 3;
536
+ word-wrap: break-word;
537
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
538
+ margin-left: 8px;
539
+ }
540
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
541
+ margin-left: 4px;
542
+ }
543
+ }
544
+ }
545
+ .es-simplicity_apps-list-content {
546
+ display: flex;
547
+ align-items: center;
548
+ padding: 16px;
549
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
550
+ padding: 12px;
551
+ }
552
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
553
+ padding: 8px;
554
+ }
555
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
556
+ padding: 4px;
557
+ }
558
+ .es-simplicity_apps-texts {
559
+ min-height: 36px;
560
+ display: flex;
561
+ align-items: center;
562
+ }
563
+ .es-simplicity_apps-hover {
564
+ flex-direction: row;
565
+ }
566
+ }
567
+ .es-simplicity_apps-systems {
568
+ padding-top: 20px;
569
+ border-top: 1px solid #cdd9e4;
570
+ }
571
+ }
572
+ }
573
+ .es-simplicity-userinfo {
574
+ padding: 20px;
575
+ .es-simplicity-user {
576
+ border-bottom: 1px solid #dfebf6;
577
+ position: relative;
578
+ padding-bottom: 16px;
579
+ .es-simplicity-user-name {
580
+ font-weight: 500;
581
+ font-size: 20px;
582
+ color: #15224c;
583
+ line-height: 23px;
584
+ margin-bottom: 12px;
585
+ margin-right: 80px;
586
+ }
587
+ .es-simplicity-org-name,
588
+ .es-simplicity-dep-post {
589
+ margin-right: 80px;
590
+ font-weight: 400;
591
+ font-size: 14px;
592
+ color: #737a94;
593
+ line-height: 16px;
594
+ margin-bottom: 8px;
595
+ }
596
+ .es-icon-qiehuangangwei {
597
+ font-size: 20px;
598
+ color: #2591f7;
599
+ cursor: pointer;
600
+ margin-left: 16px;
601
+ }
602
+ .es-simplicity-portrait {
603
+ position: absolute;
604
+ top: 0;
605
+ right: 0;
606
+ width: 64px;
607
+ padding: 0 8px 8px;
608
+ .es-upload {
609
+ margin-top: 12px;
610
+ margin-left: -8px;
611
+ margin-right: -8px;
612
+ }
613
+ }
614
+ .el-upload--handle {
615
+ width: 100%;
616
+ }
617
+ .el-upload--text {
618
+ width: 100%;
619
+ text-align: center;
620
+ font-size: 14px;
621
+ color: #2591f7;
622
+ }
623
+ }
624
+ .es-simplicity-notice-type {
625
+ padding: 24px 0;
626
+ border-bottom: 1px solid #dfebf6;
627
+ }
628
+ .es-simplicity-notice-title {
629
+ font-size: 14px;
630
+ color: #15224c;
631
+ line-height: 16px;
632
+ margin-bottom: 12px;
633
+ }
634
+ .es-simplicity-notice-list {
635
+ .el-checkbox {
636
+ min-width: 115px;
637
+ }
638
+ }
639
+ .es-simplicity-password {
640
+ padding-top: 24px;
641
+ font-size: 14px;
642
+ color: #2591f7;
643
+ line-height: 16px;
644
+ cursor: pointer;
645
+ .es-icon-arrow-right {
646
+ position: relative;
647
+ top: 1px;
648
+ margin-left: 8px;
649
+ }
650
+ }
651
+ .es-simplicity-qrcode {
652
+ width: 100px;
653
+ height: 100px;
654
+ }
655
+ }
656
+ .es-simplicity-unfold {
657
+ position: fixed;
658
+ left: $--main-simplicity-side-width;
659
+ top: $--main-simplicity-header-height;
660
+ z-index: 9999;
661
+ .el-icon-s-unfold {
662
+ font-size: 32px;
663
+ cursor: move;
664
+ background-color: #fff;
665
+ border-radius: 10px;
666
+ }
667
+ }
668
+ .es-simplicity-menus {
669
+ height: 100%;
670
+ display: flex;
671
+ .es-simplicity-menus-box {
672
+ width: 220px;
673
+ height: 100%;
674
+ position: relative;
675
+ .es-simplicity-menus-title {
676
+ font-weight: bold;
677
+ line-height: 30px;
678
+ padding: 7px 7px 7px 14px;
679
+ border-bottom: 1px solid #dfebf6;
680
+ display: flex;
681
+ justify-content: center;
682
+ align-items: center;
683
+ .es-simplicity-menus-title-text {
684
+ flex: 1;
685
+ font-size: 20px;
686
+ color: #15224c;
687
+ }
688
+ .es-simplicity-menus-title-icon {
689
+ font-size: 24px;
690
+ color: #b9bdc9;
691
+ cursor: pointer;
692
+ }
693
+ }
694
+ .es-simplicity-menus-scrollbar {
695
+ position: absolute;
696
+ top: 45px;
697
+ right: 0;
698
+ bottom: 0;
699
+ left: 0;
700
+ }
701
+ }
702
+ .es-simplicity-menus-view {
703
+ border-left: 1px solid #dfebf6;
704
+ display: flex;
705
+ .es-simplicity-menus-box + .es-simplicity-menus-box {
706
+ border-left: 1px solid #dfebf6;
707
+ }
708
+ }
709
+ &.es-simplicity-menus-plus {
710
+ .es-simplicity-menus-box {
711
+ .es-simplicity-menus-title {
712
+ padding: 13px 7px 13px 14px;
713
+ }
714
+ .es-simplicity-menus-scrollbar {
715
+ top: 57px;
716
+ }
717
+ }
718
+ }
719
+ }
720
+ .es-simplicity-menus-lists {
721
+ padding: 8px 0;
722
+ &.is-fold {
723
+ padding: 4px 0;
724
+ }
725
+ }
726
+ .es-simplicity-menus-item {
727
+ height: 48px;
728
+ display: flex;
729
+ align-items: center;
730
+ padding: 8px 24px;
731
+ position: relative;
732
+ cursor: pointer;
733
+ overflow: hidden;
734
+ color: #15224c;
735
+ &.is-fold {
736
+ height: 40px;
737
+ padding: 4px 12px;
738
+ .es-simplicity_apps-icon {
739
+ margin-right: 0;
740
+ }
741
+ .es-simplicity-menus-tips {
742
+ top: 0;
743
+ right: 0;
744
+ color: #ff0000;
745
+ font-size: 12px;
746
+ }
747
+ .es-icon-pointer-right {
748
+ display: none;
749
+ }
750
+ &:hover {
751
+ &::before {
752
+ inset: 0 4px;
753
+ }
754
+ }
755
+ &.is-active {
756
+ &::before {
757
+ inset: 0 4px;
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
+ .es-simplicity-menus-tips {
770
+ font-size: 14px;
771
+ color: #737a94;
772
+ position: absolute;
773
+ right: 16px;
774
+ & + .es-simplicity_apps-text {
775
+ width: 118px;
776
+ }
777
+ }
778
+ .es-simplicity_apps-text {
779
+ width: 200px;
780
+ font-weight: 400;
781
+ font-size: 14px;
782
+ line-height: 16px;
783
+ text-overflow: ellipsis;
784
+ white-space: nowrap;
785
+ overflow: hidden;
786
+ position: relative;
787
+ }
788
+ &:hover {
789
+ color: $--color-primary;
790
+ &::before {
791
+ content: '';
792
+ display: block;
793
+ position: absolute;
794
+ inset: 0 12px;
795
+ background-color: $--color-primary-light-2;
796
+ border-radius: 6px;
797
+ z-index: 0;
798
+ }
799
+ }
800
+ &.is-active {
801
+ color: $--color-primary;
802
+ &::before {
803
+ content: '';
804
+ display: block;
805
+ position: absolute;
806
+ inset: 0 12px;
807
+ background-color: $--color-primary-light-2;
808
+ border-radius: 6px;
809
+ z-index: 0;
810
+ }
811
+ }
812
+ .es-icon-pointer-right {
813
+ color: #737a94;
814
+ position: absolute;
815
+ right: 0;
816
+ }
817
+ }
818
+ .es-simplicity-iframe {
819
+ height: 100%;
820
+ & > .el-tabs__header {
821
+ height: $--main-simplicity-header-height;
822
+ padding: ($--main-simplicity-header-height - 36px)/2 0;
823
+ margin: 0;
824
+ border-bottom: 1px solid #dfebf6;
825
+ background-color: #fff;
826
+ & > .el-tabs__nav-main {
827
+ margin: 0 10px;
828
+ }
829
+ .el-tabs__nav-next,
830
+ .el-tabs__nav-prev {
831
+ height: 36px;
832
+ font-size: 16px;
833
+ padding: 0 6px;
834
+ }
835
+ .el-tabs__nav-wrap {
836
+ padding: 0 10px;
837
+ &.is-scrollable {
838
+ padding: 0 28px;
839
+ }
840
+ &::after {
841
+ content: none;
842
+ }
843
+ .el-tabs__item {
844
+ height: 36px;
845
+ line-height: 36px;
846
+ padding: 0 12px !important;
847
+ background: #f2f2f2;
848
+ border-radius: 6px;
849
+ color: #737a94;
850
+ & + .el-tabs__item {
851
+ margin-left: 12px;
852
+ }
853
+ &.is-active {
854
+ color: $--color-primary;
855
+ background-color: $--color-primary-light-1;
856
+ }
857
+ }
858
+ }
859
+ }
860
+ & > .el-tabs__content {
861
+ height: calc(100% - #{$--main-simplicity-header-height});
862
+ background-color: $--background-color-base;
863
+ .el-tab-pane {
864
+ height: 100%;
865
+ }
866
+ }
867
+ &.is-open {
868
+ & > .el-tabs__content {
869
+ animation: open-submenu 0.3s 1ms forwards;
870
+ }
871
+ &.is-fold {
872
+ & > .el-tabs__content {
873
+ animation: close-submenu 0.1s 0ms forwards;
874
+ }
875
+ }
876
+ }
877
+ }
878
+
879
+ .es-simplicity-handler {
880
+ height: 36px;
881
+ display: flex;
882
+ align-items: center;
883
+ height: 100%;
884
+ line-height: 24px;
885
+ padding: 0 10px;
886
+ .es-simplicity-contact {
887
+ display: flex;
888
+ line-height: 17px;
889
+ margin-right: 12px;
890
+ text-align-last: justify;
891
+ .es-contact-label {
892
+ width: 56px;
893
+ text-align: justify;
894
+ margin-right: 12px;
895
+ }
896
+ }
897
+ .es-simplicity-handler-date {
898
+ font-size: 14px;
899
+ color: #15224c;
900
+ margin-right: 33px;
901
+ position: relative;
902
+ &::after {
903
+ content: '';
904
+ display: block;
905
+ width: 1px;
906
+ height: 16px;
907
+ position: absolute;
908
+ right: -16px;
909
+ top: 4px;
910
+ background-color: #cdd9e4;
911
+ }
912
+ }
913
+ .es-simplicity-date-time {
914
+ display: flex;
915
+ }
916
+ .es-simplicity-handler-time {
917
+ width: 80px;
918
+ font-size: 20px;
919
+ color: #2591f7;
920
+ margin-right: 12px;
921
+ }
922
+ .es-simplicity-online {
923
+ font-size: 14px;
924
+ color: #15224c;
925
+ margin-right: 33px;
926
+ position: relative;
927
+ &::after {
928
+ content: '';
929
+ display: block;
930
+ width: 1px;
931
+ height: 16px;
932
+ position: absolute;
933
+ right: -16px;
934
+ top: 4px;
935
+ background-color: #cdd9e4;
936
+ }
937
+ }
938
+ .es-simplicity-online-num {
939
+ font-weight: 700;
940
+ color: $--color-primary;
941
+ font-size: 15px;
942
+ }
943
+ .es-simplicity-handler-item {
944
+ & + .es-simplicity-handler-item {
945
+ margin-left: 12px;
946
+ }
947
+ &.es-simplicity-handler-item-hover:hover {
948
+ .es-simplicity-handler-icon,
949
+ .es-simplicity-handler-text {
950
+ color: $--color-primary-light-5;
951
+ }
952
+ }
953
+ }
954
+ .es-simplicity-handler-icon {
955
+ font-size: 20px;
956
+ padding: 3px 5px;
957
+ border-radius: 3px;
958
+ overflow: hidden;
959
+ cursor: pointer;
960
+ &.es-icon_image {
961
+ width: 20px;
962
+ height: 20px;
963
+ padding: 0;
964
+ }
965
+ &.es-simplicity-handler-icon-hover:hover {
966
+ color: #fff;
967
+ background: $--color-primary-light-5;
968
+ box-shadow: 0px 4px 16px 0px $--color-primary-light-1;
969
+ }
970
+ }
971
+ .es-simplicity-handler-text {
972
+ cursor: pointer;
973
+ }
974
+ }
975
+ .es-simplicity-tabs-handler-mask {
976
+ position: absolute;
977
+ z-index: 99999;
978
+ left: 0;
979
+ top: 0;
980
+ right: 0;
981
+ bottom: 0;
982
+ }
983
+ .es-simplicity-tabs-handler {
984
+ width: 120px;
985
+ position: fixed;
986
+ .el-card__body {
987
+ padding: 4px 0;
988
+ }
989
+ .es-simplicity-tabs-handler-item {
990
+ height: 32px;
991
+ line-height: 32px;
992
+ padding: 0 20px;
993
+ color: $--button-disabled-font-color;
994
+ user-select: none;
995
+ &:not(.is-disabled) {
996
+ color: rgba(0, 0, 0, 0.75);
997
+ &:hover {
998
+ background-color: rgba(144, 147, 153, 0.2);
999
+ }
1000
+ }
1001
+ }
1002
+ }
1003
+ .es-simplicity-drawer-close {
1004
+ cursor: pointer;
1005
+ position: absolute;
1006
+ right: 0;
1007
+ top: 0;
1008
+ color: #6e7c98;
1009
+ z-index: 9999;
1010
+ }
1011
+ .es-simplicity-message {
1012
+ .el-drawer__body {
1013
+ @extend .es-flex-vertical;
1014
+ padding: 20px;
1015
+ }
1016
+ .es-simplicity-message-header {
1017
+ padding-bottom: 20px;
1018
+ .es-simplicity-message-title {
1019
+ font-weight: bold;
1020
+ font-size: 20px;
1021
+ color: #15224c;
1022
+ line-height: 24px;
1023
+ }
1024
+ }
1025
+ .es-simplicity-message-overlook,
1026
+ .es-simplicity-message-handler {
1027
+ margin-left: 12px;
1028
+ }
1029
+ .es-simplicity-message-lists-box {
1030
+ flex: 1;
1031
+ position: relative;
1032
+ .es-simplicity-message-lists {
1033
+ position: absolute;
1034
+ top: 0;
1035
+ right: 0;
1036
+ bottom: 0;
1037
+ left: 0;
1038
+ }
1039
+ }
1040
+ .es-simplicity-message-total {
1041
+ padding-top: 20px;
1042
+ font-size: 14px;
1043
+ color: #6e7c98;
1044
+ line-height: 14px;
1045
+ }
1046
+ }
1047
+ .es-simplicity-message-overlook,
1048
+ .es-simplicity-message-handler {
1049
+ font-size: 14px;
1050
+ color: #737a94;
1051
+ float: right;
1052
+ cursor: pointer;
1053
+ }
1054
+ .es-simplicity-message-handler {
1055
+ color: #2591f7;
1056
+ }
1057
+ .es-simplicity-message-lists {
1058
+ .es-simplicity-message-item {
1059
+ background: #ffffff;
1060
+ box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1061
+ border-radius: 9px;
1062
+ padding: 16px 24px;
1063
+ & + .es-simplicity-message-item {
1064
+ margin-top: 20px;
1065
+ }
1066
+ .es-simplicity-message-item-title {
1067
+ font-weight: bold;
1068
+ font-size: 14px;
1069
+ color: #15224c;
1070
+ line-height: 16px;
1071
+ margin-bottom: 8px;
1072
+ }
1073
+ .es-simplicity-message-item-time {
1074
+ font-size: 12px;
1075
+ color: #737a94;
1076
+ line-height: 14px;
1077
+ }
1078
+ }
1079
+ .es-simplicity-message-tips {
1080
+ font-size: 14px;
1081
+ color: #6e7c98;
1082
+ text-align: center;
1083
+ padding-top: 20px;
1084
+ }
1085
+ }
1086
+ .es-simplicity-notice-box {
1087
+ width: 420px;
1088
+ padding: 80px 24px 54px 24px;
1089
+ position: absolute;
1090
+ right: 4px;
1091
+ bottom: 4px;
1092
+ z-index: 9999;
1093
+ background-color: #f5fbff;
1094
+ border-radius: 9px;
1095
+ //animation: ltr-drawer-out 0.3s;
1096
+ animation: rtl-drawer-out 0.3s;
1097
+ overflow: hidden;
1098
+ &.es-in {
1099
+ //animation: ltr-drawer-in 0.3s 1ms;
1100
+ animation: rtl-drawer-in 0.3s 1ms;
1101
+ }
1102
+ .es-simplicity-message-overlook,
1103
+ .es-simplicity-message-handler {
1104
+ margin-left: 12px;
1105
+ }
1106
+ .es-simplicity-notice-header {
1107
+ height: 56px;
1108
+ font-size: 16px;
1109
+ color: #ffffff;
1110
+ padding: 16px 24px;
1111
+ background-color: #2591f7;
1112
+ position: absolute;
1113
+ top: 0;
1114
+ right: 0;
1115
+ left: 0;
1116
+ }
1117
+ .es-simplicity-notice-lists {
1118
+ height: 304px;
1119
+ }
1120
+ .es-notice-footer {
1121
+ border-top: 1px solid #dfebf6;
1122
+ padding: 20px 44px 16px;
1123
+ font-size: 14px;
1124
+ color: #737a94;
1125
+ line-height: 17px;
1126
+ display: flex;
1127
+ justify-content: space-between;
1128
+ position: absolute;
1129
+ left: 24px;
1130
+ right: 24px;
1131
+ bottom: 0;
1132
+ }
1133
+ }
1134
+ .el-popover.es-simplicity-menus-hide {
1135
+ display: none !important;
1136
+ opacity: 0;
1137
+ z-index: -999;
1138
+ }
1139
+ .es-public-search-dialog > .el-dialog {
1140
+ & > .el-dialog__header,
1141
+ & > .el-dialog__body {
1142
+ background-color: #fff;
1143
+ }
1144
+ }
1145
+ .es-public-search-box {
1146
+ padding-top: 53px;
1147
+ height: 100%;
1148
+ .es-public-search-input {
1149
+ width: 90%;
1150
+ display: block;
1151
+ margin: 0 auto 20px auto;
1152
+ }
1153
+ .es-public-search-tabs {
1154
+ height: calc(100% - 60px);
1155
+ .el-tabs__header {
1156
+ height: 40px;
1157
+ margin: 0;
1158
+ }
1159
+ .el-tabs__nav-wrap {
1160
+ padding: 0 24px;
1161
+ }
1162
+ .el-tabs__content {
1163
+ height: calc(100% - 40px);
1164
+ padding: 10px 0;
1165
+ }
1166
+ .el-tab-pane {
1167
+ height: 100%;
1168
+ overflow: hidden;
1169
+ }
1170
+ }
1171
+ .es-public-search-content {
1172
+ padding: 10px 20px;
1173
+ position: relative;
1174
+ &::after {
1175
+ content: '';
1176
+ display: block;
1177
+ }
1178
+ }
1179
+ .es-public-search-title {
1180
+ font-size: 16px;
1181
+ line-height: 22px;
1182
+ font-weight: 800;
1183
+ color: #262626;
1184
+ margin-bottom: 23px;
1185
+ }
1186
+ .es-public-search-list-item {
1187
+ padding: 16px 8px 16px 60px;
1188
+ position: relative;
1189
+ cursor: pointer;
1190
+ &:hover {
1191
+ background: rgba(37, 145, 247, 0.08);
1192
+ border-radius: 9px 9px 9px 9px;
1193
+ }
1194
+ }
1195
+ .es-public-search-item-icon {
1196
+ width: 40px;
1197
+ height: 40px;
1198
+ font-size: 14px;
1199
+ position: absolute;
1200
+ left: 8px;
1201
+ top: 50%;
1202
+ margin-top: -20px;
1203
+ border-radius: 6px;
1204
+ color: #fff;
1205
+ text-align: center;
1206
+ line-height: 40px;
1207
+ &.es-public-search-item-icons {
1208
+ font-size: 18px;
1209
+ }
1210
+ &.es-icon-ppt,
1211
+ &.es-icon-pdf {
1212
+ font-size: 40px;
1213
+ color: #ff7878;
1214
+ }
1215
+ &.es-icon-picture,
1216
+ &.es-icon-video,
1217
+ &.es-icon-audioo {
1218
+ font-size: 36px;
1219
+ color: #909399;
1220
+ margin-top: -18px;
1221
+ }
1222
+ &.es-icon-excel {
1223
+ font-size: 40px;
1224
+ color: #199051;
1225
+ }
1226
+ &.es-icon-word {
1227
+ font-size: 40px;
1228
+ color: #1d60f5;
1229
+ }
1230
+ &.es-icon-zip {
1231
+ font-size: 36px;
1232
+ color: #5dc7f7;
1233
+ margin-top: -18px;
1234
+ }
1235
+ &.es-icon-txt {
1236
+ font-size: 40px;
1237
+ color: #909399;
1238
+ }
1239
+ &.es-icon-ios {
1240
+ font-size: 36px;
1241
+ margin-top: -18px;
1242
+ }
1243
+ &.es-icon-android {
1244
+ font-size: 36px;
1245
+ margin-top: -18px;
1246
+ color: #81bd24;
1247
+ }
1248
+ &.es-public-search-item-icon-text {
1249
+ background-color: #2778e5;
1250
+ }
1251
+ }
1252
+ .es-public-search-item-name {
1253
+ font-size: 14px;
1254
+ font-weight: 500;
1255
+ color: #262626;
1256
+ line-height: 22px;
1257
+ }
1258
+ .es-public-search-item-texts {
1259
+ font-size: 12px;
1260
+ font-weight: 400;
1261
+ color: #8c8c8c;
1262
+ line-height: 20px;
1263
+ overflow: hidden;
1264
+ white-space: nowrap;
1265
+ text-overflow: ellipsis;
1266
+ .es-public-search-item-text + .es-public-search-item-text {
1267
+ margin-left: 20px;
1268
+ }
1269
+ }
1270
+ .es-public-search-more {
1271
+ text-align: center;
1272
+ color: #8c8c8c;
1273
+ font-weight: 500;
1274
+ font-size: 14px;
1275
+ margin-top: 20px;
1276
+ padding-bottom: 12px;
1277
+ border-bottom: 1px solid #dce3e7;
1278
+ .es-public-search-more-text {
1279
+ cursor: pointer;
1280
+ }
1281
+ }
1282
+ .es-public-search-more-quote {
1283
+ color: #2778e5;
1284
+ padding: 0 4px;
1285
+ }
1286
+ .es-public-search-info {
1287
+ padding: 16px 20px;
1288
+ font-size: 14px;
1289
+ font-weight: 500;
1290
+ color: #262626;
1291
+ }
1292
+ .es-public-search-lists {
1293
+ padding: 0 20px;
1294
+ .es-public-search-list-item {
1295
+ border-bottom: 1px solid #f0f0f0;
1296
+ }
1297
+ }
1298
+ .es-public-search-no-more {
1299
+ text-align: center;
1300
+ padding: 20px;
1301
+ }
1302
+ .es-public-search-scrollbar {
1303
+ .el-scrollbar__view {
1304
+ min-height: 100%;
1305
+ }
1306
+ }
1307
+ }
1308
+ .es-menu-vertical.es-simplicity_menus,
1309
+ .es-menu-popper-vertical.es-simplicity_menus {
1310
+ background-color: #fff;
1311
+ padding: 8px 0;
1312
+ .el-menu-item:not(.is-disabled),
1313
+ .el-submenu__title,
1314
+ & > .el-menu .el-menu-item:not(.is-disabled),
1315
+ & > .el-menu .el-submenu__title {
1316
+ padding: 8px 24px;
1317
+ height: 48px;
1318
+ line-height: 32px;
1319
+ color: #15224c;
1320
+ i {
1321
+ color: #15224c;
1322
+ z-index: 1;
1323
+ }
1324
+ .es-menu-item-icon {
1325
+ color: #15224c;
1326
+ z-index: 1;
1327
+ height: 24px;
1328
+ line-height: 16px;
1329
+ padding: 4px;
1330
+ border-radius: 3px;
1331
+ margin-right: 12px;
1332
+ font-size: 16px;
1333
+ }
1334
+ &:hover,
1335
+ &:focus,
1336
+ &.is-active {
1337
+ background-color: #fff;
1338
+ color: $--color-primary;
1339
+ i {
1340
+ color: $--color-primary;
1341
+ }
1342
+ &::before {
1343
+ content: '';
1344
+ display: block;
1345
+ position: absolute;
1346
+ inset: 0 8px;
1347
+ background-color: $--color-primary-light-2;
1348
+ border-radius: 6px;
1349
+ z-index: 0;
1350
+ }
1351
+ }
1352
+ }
1353
+
1354
+ .el-menu-item.is-disabled {
1355
+ .es-menu-item-icon {
1356
+ color: #15224c;
1357
+ z-index: 1;
1358
+ height: 24px;
1359
+ line-height: 16px;
1360
+ padding: 4px;
1361
+ border-radius: 3px;
1362
+ margin-right: 12px;
1363
+ font-size: 16px;
1364
+ cursor: not-allowed;
1365
+ }
1366
+ }
1367
+ .el-menu--popup .el-menu-item:not(.is-disabled),
1368
+ .el-menu--popup .el-submenu__title {
1369
+ &:hover,
1370
+ &:focus,
1371
+ &.is-active {
1372
+ background-color: transparent;
1373
+ }
1374
+ }
1375
+ &.es-simplicity_menus-fold {
1376
+ padding: 4px 0;
1377
+ .el-menu-item:not(.is-disabled),
1378
+ .el-submenu__title,
1379
+ > .el-menu .el-menu-item:not(.is-disabled),
1380
+ > .el-menu .el-submenu__title {
1381
+ width: 48px;
1382
+ height: 40px !important;
1383
+ padding: 4px 12px !important;
1384
+ min-height: unset !important;
1385
+ line-height: 32px;
1386
+ justify-content: center;
1387
+ .es-menu-item-icon {
1388
+ margin-right: 0;
1389
+ }
1390
+ &:hover,
1391
+ &:focus,
1392
+ &.is-active {
1393
+ .es-menu-item-icon {
1394
+ position: relative;
1395
+ z-index: 1;
1396
+ }
1397
+ &::before {
1398
+ inset: 0 4px;
1399
+ }
1400
+ }
1401
+ }
1402
+ }
1403
+ }