zmdms-webui 2.2.6 → 2.2.8

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 (86) hide show
  1. package/dist/es/applayoutheader/setting/userInfo.js +5 -3
  2. package/dist/es/applayoutsider/menu/SearchInput.js +6 -4
  3. package/dist/es/applayoutsider/menu/index.js +1 -1
  4. package/dist/es/dynamicsetting/dynamicDrawer.js +1 -1
  5. package/dist/index.dark.css +1 -1
  6. package/dist/less/components/Alert/style/index.less +53 -0
  7. package/dist/less/components/Alert/style/style.less +4 -0
  8. package/dist/less/components/AppLayout/style/index.less +546 -0
  9. package/dist/less/components/AppLayout/style/style.less +2 -0
  10. package/dist/less/components/AppLayout/style.less +5 -0
  11. package/dist/less/components/AuthLoading/style/index.less +15 -0
  12. package/dist/less/components/AuthLoading/style/style.less +2 -0
  13. package/dist/less/components/Button/style/index.less +160 -0
  14. package/dist/less/components/Button/style/style.less +5 -0
  15. package/dist/less/components/Cascader/style/index.less +9 -0
  16. package/dist/less/components/Cascader/style/style.less +2 -0
  17. package/dist/less/components/Collapse/style/index.less +117 -0
  18. package/dist/less/components/Collapse/style/style.less +2 -0
  19. package/dist/less/components/Container/style/index.less +64 -0
  20. package/dist/less/components/Container/style/style.less +2 -0
  21. package/dist/less/components/DatePicker/style/index.less +7 -0
  22. package/dist/less/components/DatePicker/style/style.less +4 -0
  23. package/dist/less/components/Descriptions/style/index.less +32 -0
  24. package/dist/less/components/Descriptions/style/style.less +5 -0
  25. package/dist/less/components/DetailList/style/index.less +105 -0
  26. package/dist/less/components/DetailList/style/style.less +2 -0
  27. package/dist/less/components/Differences/style/index.less +5 -0
  28. package/dist/less/components/Differences/style/style.less +2 -0
  29. package/dist/less/components/DynamicSetting/style/index.less +96 -0
  30. package/dist/less/components/DynamicSetting/style/style.less +2 -0
  31. package/dist/less/components/ElectronSignatures/style/index.less +331 -0
  32. package/dist/less/components/ElectronSignatures/style/style.less +1 -0
  33. package/dist/less/components/Footer/style/index.less +28 -0
  34. package/dist/less/components/Footer/style/style.less +2 -0
  35. package/dist/less/components/Form/style/index.less +145 -0
  36. package/dist/less/components/Form/style/style.less +5 -0
  37. package/dist/less/components/FormItem/style/index.less +456 -0
  38. package/dist/less/components/FormItem/style/style.less +2 -0
  39. package/dist/less/components/Input/style/index.less +15 -0
  40. package/dist/less/components/Input/style/style.less +4 -0
  41. package/dist/less/components/InputNumber/style/index.less +30 -0
  42. package/dist/less/components/InputNumber/style/style.less +4 -0
  43. package/dist/less/components/LeftContent/style/index.less +62 -0
  44. package/dist/less/components/LeftContent/style/style.less +2 -0
  45. package/dist/less/components/Login/style/index.less +63 -0
  46. package/dist/less/components/Login/style/style.less +2 -0
  47. package/dist/less/components/Message/style/index.less +19 -0
  48. package/dist/less/components/Message/style/style.less +2 -0
  49. package/dist/less/components/MicroLoading/style/index.less +15 -0
  50. package/dist/less/components/MicroLoading/style/style.less +2 -0
  51. package/dist/less/components/Modal/style/index.less +43 -0
  52. package/dist/less/components/Modal/style/style.less +2 -0
  53. package/dist/less/components/NotAuthPage/style/index.less +0 -0
  54. package/dist/less/components/NotAuthPage/style/style.less +2 -0
  55. package/dist/less/components/NotRoutePage/style/index.less +0 -0
  56. package/dist/less/components/NotRoutePage/style/style.less +2 -0
  57. package/dist/less/components/Pagination/style/index.less +107 -0
  58. package/dist/less/components/Pagination/style/style.less +5 -0
  59. package/dist/less/components/Placeholder/style/index.less +3 -0
  60. package/dist/less/components/Placeholder/style/style.less +2 -0
  61. package/dist/less/components/Print/style/index.less +65 -0
  62. package/dist/less/components/Print/style/style.less +3 -0
  63. package/dist/less/components/Select/style/index.less +55 -0
  64. package/dist/less/components/Select/style/style.less +4 -0
  65. package/dist/less/components/Table/style/index.less +362 -0
  66. package/dist/less/components/Table/style/style.less +4 -0
  67. package/dist/less/components/Tabs/style/index.less +118 -0
  68. package/dist/less/components/Tabs/style/style.less +4 -0
  69. package/dist/less/components/Tag/style/index.less +3 -0
  70. package/dist/less/components/Tag/style/style.less +4 -0
  71. package/dist/less/components/Title/style/index.less +54 -0
  72. package/dist/less/components/Title/style/style.less +2 -0
  73. package/dist/less/components/Tree/style/index.less +58 -0
  74. package/dist/less/components/Tree/style/style.less +4 -0
  75. package/dist/less/components/TreeSelect/style/index.less +0 -0
  76. package/dist/less/components/TreeSelect/style/style.less +4 -0
  77. package/dist/less/components/UploadList/style/index.less +61 -0
  78. package/dist/less/components/UploadList/style/style.less +4 -0
  79. package/dist/less/components/Watermark/style/index.less +7 -0
  80. package/dist/less/components/Watermark/style/style.less +3 -0
  81. package/dist/less/components/ZtTransfer/style/index.less +136 -0
  82. package/dist/less/components/ZtTransfer/style/style.less +2 -0
  83. package/dist/less/styles/default.less +100 -0
  84. package/dist/less/styles/index.less +86 -0
  85. package/dist/less/styles/reset.less +189 -0
  86. package/package.json +2 -1
@@ -0,0 +1,456 @@
1
+ .ztxk-form__item--wrap {
2
+ // 默认平分容器大小
3
+ // flex-grow: 1;
4
+ display: flex;
5
+ align-items: center;
6
+ // 默认容器三等分,所以需要容器有个最小宽度,有个最大宽度
7
+ // width: 33.33%;
8
+ // margin-bottom: 10px;
9
+ // margin-right: 10px;
10
+ padding-bottom: 10px;
11
+ padding-right: 10px;
12
+ position: relative;
13
+ .ztxk-form__item--wrap--tips {
14
+ position: absolute;
15
+ top: 2px;
16
+ right: 10px;
17
+ color: @stress;
18
+ }
19
+ .ant-form-item {
20
+ margin-bottom: 0;
21
+ .ant-form-item-explain {
22
+ display: none;
23
+ }
24
+ .ant-picker-focused {
25
+ -webkit-box-shadow: none;
26
+ box-shadow: none;
27
+ }
28
+ .ant-select {
29
+ margin-left: 0;
30
+ }
31
+ .ant-select-focused.ant-select-single:not(.ant-select-customize-input)
32
+ .ant-select-selector,
33
+ .ant-select-focused:not(.ant-select-disabled).ant-select:not(
34
+ .ant-select-customize-input
35
+ )
36
+ .ant-select-selector {
37
+ -webkit-box-shadow: none;
38
+ box-shadow: none;
39
+ }
40
+ .ant-input:focus,
41
+ .ant-input-focused {
42
+ -webkit-box-shadow: none;
43
+ box-shadow: none;
44
+ }
45
+ .ant-input-number:focus,
46
+ .ant-input-number-focused {
47
+ -webkit-box-shadow: none;
48
+ box-shadow: none;
49
+ }
50
+ .ant-input-affix-wrapper:focus,
51
+ .ant-input-affix-wrapper-focused {
52
+ -webkit-box-shadow: none;
53
+ box-shadow: none;
54
+ }
55
+ /* 悬浮时样式 */
56
+ &:hover,
57
+ &:focus-within {
58
+ .ant-form-item-label,
59
+ .ant-form-item-label label {
60
+ border-color: #1566d2;
61
+ }
62
+ .ant-select-selector {
63
+ border-color: #1566d2;
64
+ }
65
+ .ant-picker {
66
+ border-color: #1566d2;
67
+ }
68
+ .ant-input,
69
+ .ant-input-number {
70
+ border-color: #1566d2;
71
+ }
72
+ .ant-radio-group,
73
+ .ant-checkbox-group {
74
+ border-color: #1566d2;
75
+ }
76
+ .ant-input-disabled {
77
+ border-color: #cdd9e6 !important;
78
+ }
79
+ .ant-input-number-disabled {
80
+ border-color: #cdd9e6 !important;
81
+ }
82
+ .ztxk-form--detault-dom {
83
+ border-color: #1566d2;
84
+ }
85
+ }
86
+ .ant-input-disabled,
87
+ .ant-input-number-disabled {
88
+ background-color: #f5f5f5;
89
+ }
90
+
91
+ // label栏样式
92
+ .ant-form-item-label {
93
+ font-size: 12px;
94
+ color: #768696;
95
+ text-align: right;
96
+ border: 1px solid #cdd9e6;
97
+ border-right: 0px;
98
+ border-radius: 4px 0px 0px 4px;
99
+ background-color: #ffffff;
100
+ transition: border 0.3s;
101
+ label {
102
+ padding-left: 6px;
103
+ font-size: 12px;
104
+ height: 30px;
105
+ line-height: 30px;
106
+ }
107
+ }
108
+
109
+ /* 下拉框样式 */
110
+ .ant-select-selector {
111
+ border-left: none;
112
+ border-radius: 0px 4px 4px 0px;
113
+ .ant-select-selection-item {
114
+ width: 100px;
115
+ }
116
+ }
117
+ .ant-select-focused.ant-select-single:not(.ant-select-customize-input)
118
+ .ant-select-selector {
119
+ border-color: #1566d2;
120
+ /* border-left: 1px solid #1566d2 !important; */
121
+ }
122
+
123
+ /* 输入框样式 */
124
+ .ant-input-affix-wrapper {
125
+ border-left: none;
126
+ border-radius: 0 4px 4px 0;
127
+ .ant-input {
128
+ height: auto;
129
+ font-size: 13px;
130
+ }
131
+ }
132
+ .ant-input-affix-wrapper:hover,
133
+ .ant-input-number:hover {
134
+ border-color: #1566d2;
135
+ }
136
+
137
+ /* 数字输入框组件 */
138
+ .ant-input-number {
139
+ width: 100%;
140
+ border-radius: 0px 4px 4px 0px;
141
+ border-left: none;
142
+ height: 32px;
143
+ &:focus {
144
+ border-color: #1566d2;
145
+ border-left: 1px solid #1566d2;
146
+ }
147
+ }
148
+
149
+ /* 日期组件 */
150
+ .ant-picker {
151
+ width: 100%;
152
+ border-radius: 0px 4px 4px 0px;
153
+ border-left: none;
154
+ &.ant-picker-focused {
155
+ border-color: #1566d2;
156
+ /* border-left: 1px solid #1566d2; */
157
+ }
158
+ .ant-picker-input > input {
159
+ // text-align: center;
160
+ text-align: left;
161
+ }
162
+ }
163
+
164
+ .ant-input {
165
+ border-left: none;
166
+ border-radius: 0px 4px 4px 0px;
167
+ height: 32px;
168
+ // transition: all 0.3s;
169
+ }
170
+ /* 文本域组件 */
171
+ .ant-input-textarea {
172
+ .ant-input {
173
+ height: auto;
174
+ // transition: height none;
175
+ }
176
+ &.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
177
+ margin-bottom: 0px;
178
+ }
179
+ }
180
+ .ant-select {
181
+ width: 100%;
182
+ }
183
+ textarea {
184
+ resize: none;
185
+ }
186
+
187
+ /* 单选框组 */
188
+ .ant-radio-group,
189
+ .ant-checkbox-group {
190
+ display: flex;
191
+ align-items: center;
192
+ min-height: 32px;
193
+ border: 1px solid #d9d9d9;
194
+ border-left: none;
195
+ border-radius: 0px 4px 4px 0px;
196
+ transition: all 0.3s;
197
+ }
198
+
199
+ .ant-form-item-control {
200
+ font-size: 13px;
201
+ width: calc(100% - 130px);
202
+ }
203
+ .ant-form-item-label,
204
+ .ant-form-item-label label {
205
+ background-color: none;
206
+ > * {
207
+ cursor: default;
208
+ }
209
+ }
210
+
211
+ .ant-input-affix-wrapper,
212
+ .ant-picker,
213
+ .ant-form-item-control-input-content {
214
+ /* 这里修改了一下高度 不确定会不会影响到别的页面 */
215
+ min-height: 32px;
216
+ }
217
+ .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
218
+ .ant-select-selector {
219
+ transition: all 0.3s;
220
+ min-height: 32px;
221
+ }
222
+ .ant-input-affix-wrapper:focus,
223
+ .ant-input-affix-wrapper-focused,
224
+ .ant-input:focus,
225
+ .ant-input-focused {
226
+ border-color: #1566d2 !important;
227
+ }
228
+ // .ant-form-item-label,
229
+ // .ant-form-item-label label,
230
+ // .ant-select-selector,
231
+ // .ant-picker,
232
+ // .ant-input-affix-wrapper,
233
+ // .ant-input,
234
+ // .ant-input-number {
235
+ // // transition: none;
236
+ // }
237
+ &:hover {
238
+ .ant-form-item-label,
239
+ .ant-form-item-label label,
240
+ .ant-select-selector,
241
+ .ant-picker,
242
+ .ant-input-affix-wrapper,
243
+ .ant-input,
244
+ .ant-input-number {
245
+ border-color: #1566d2;
246
+ // transition: none;
247
+ }
248
+ }
249
+ }
250
+ // 上下布局
251
+ .ztxk-form__item--direction-column {
252
+ border: 1px solid #cdd9e6;
253
+ border-radius: 4px;
254
+ transition: border 0.3s;
255
+ &:hover {
256
+ border-color: #1566d2;
257
+ }
258
+ > .ant-form-item-row {
259
+ flex-direction: column;
260
+ }
261
+ .ant-form-item-label {
262
+ text-align: left;
263
+ border: none;
264
+ border-radius: 4px;
265
+ }
266
+ .ant-form-item-control {
267
+ width: 100%;
268
+ padding-left: 10px;
269
+ }
270
+ .ant-input,
271
+ .ant-checkbox-group,
272
+ .ant-input-number,
273
+ .ant-select-selector,
274
+ .ant-picker {
275
+ border: none;
276
+ }
277
+ .ant-input-number {
278
+ .ant-input-number-handler-wrap {
279
+ > span {
280
+ border-top: 1px solid #d9d9d9;
281
+ }
282
+ }
283
+ }
284
+ textarea.ant-input:focus {
285
+ box-shadow: none !important;
286
+ }
287
+ }
288
+ .ztxk-form__item {
289
+ flex: 1;
290
+ // 禁用
291
+ &--disabled {
292
+ .ant-form-item-label,
293
+ .ant-form-item-label label,
294
+ .ztxk-form--detault-dom {
295
+ background-color: #f5f5f5;
296
+ cursor: not-allowed;
297
+ > * {
298
+ cursor: not-allowed;
299
+ }
300
+ }
301
+ &:hover {
302
+ .ant-form-item-label,
303
+ .ant-form-item-label label,
304
+ .ant-select-selector,
305
+ .ant-picker,
306
+ .ant-input-affix-wrapper,
307
+ .ant-input,
308
+ .ant-input-number,
309
+ .ztxk-form--detault-dom {
310
+ border-color: #cdd9e6 !important;
311
+ }
312
+ }
313
+ }
314
+ // 隐藏label
315
+ &--hidden-label {
316
+ .ant-form-item-label,
317
+ .ant-form-item-label label,
318
+ .ant-select-selector,
319
+ .ant-picker,
320
+ .ant-input-affix-wrapper,
321
+ .ant-input,
322
+ .ant-input-number,
323
+ .ant-checkbox-group,
324
+ .ant-radio-group {
325
+ border-left: 1px solid #d9d9d9;
326
+ border-radius: 4px;
327
+ }
328
+ .ant-checkbox-group,
329
+ .ant-radio-group {
330
+ padding-left: 11px;
331
+ }
332
+ }
333
+ // 隐藏边框
334
+ &--hidden-border {
335
+ .ant-form-item-label,
336
+ .ant-form-item-label label {
337
+ border: none;
338
+ border-left: none;
339
+ }
340
+ // TODO: 这里不知道之前为什么注释掉了,但是按理来说应该解开
341
+ .ant-radio-group,
342
+ .ant-checkbox-group {
343
+ border: none;
344
+ border-left: none;
345
+ min-height: 32px;
346
+ }
347
+ .ztxk-form--detault-dom {
348
+ border: none;
349
+ }
350
+ }
351
+ // 单选择器
352
+ &--single-select {
353
+ color: red;
354
+ .ant-form-item-control-input-content {
355
+ border: none;
356
+ border-left: none;
357
+ transition: border 0.3s;
358
+ background: #fff;
359
+ line-height: 32px;
360
+ padding-left: 11px;
361
+ }
362
+ }
363
+ // 单选择器显示边框
364
+ &--single-show-border {
365
+ &.pro-form__item--nolabel {
366
+ .ant-form-item-control-input-content {
367
+ border-left: 1px solid #d9d9d9;
368
+ border-radius: 4px;
369
+ }
370
+ }
371
+ .ant-form-item-control-input-content {
372
+ border: 1px solid #d9d9d9;
373
+ border-radius: 4px;
374
+ transition: border 0.3s;
375
+ background: #fff;
376
+ line-height: 30px;
377
+ padding-left: 11px;
378
+ &:hover {
379
+ border-color: #1566d2;
380
+ }
381
+ }
382
+ }
383
+ // 强调
384
+ &--stress {
385
+ .ant-form-item-label label {
386
+ color: @stress;
387
+ }
388
+ }
389
+ }
390
+
391
+ .ztxk-form__item--custom {
392
+ .ztxk-form--detault-dom {
393
+ padding: 2px 11px;
394
+ }
395
+ .ant-input,
396
+ .ant-input-number {
397
+ border: 1px solid #d9d9d9;
398
+ border-radius: 4px;
399
+ height: 26px;
400
+ }
401
+ .ant-radio-group {
402
+ border: none;
403
+ min-height: 26px;
404
+ }
405
+ .ant-input-number-input {
406
+ height: 23px;
407
+ }
408
+ .ant-select-selector {
409
+ border: 1px solid #d9d9d9;
410
+ border-radius: 4px;
411
+ height: 26px;
412
+ min-height: 26px !important;
413
+ .ant-select-selection-placeholder {
414
+ line-height: 24px;
415
+ }
416
+ .ant-select-selection-search-input {
417
+ height: 26px;
418
+ }
419
+ .ant-select-selection-item {
420
+ line-height: 23px;
421
+ }
422
+ }
423
+ }
424
+ .ztxk-form__item--custom-fill {
425
+ .ztxk-form--detault-dom {
426
+ padding: 0 11px;
427
+ }
428
+ .ant-input,
429
+ .ant-input-number {
430
+ height: 30px;
431
+ border-top: none;
432
+ border-bottom: none;
433
+ border-radius: 4px;
434
+ }
435
+ .ant-input-number-input {
436
+ height: 30px;
437
+ }
438
+ .ant-select-selector {
439
+ border: 1px solid #d9d9d9;
440
+ border-top: none;
441
+ border-bottom: none;
442
+ border-radius: 4px;
443
+ height: 30px;
444
+ min-height: 30px !important;
445
+ .ant-select-selection-placeholder {
446
+ line-height: 30px;
447
+ }
448
+ .ant-select-selection-search-input {
449
+ height: 30px;
450
+ }
451
+ .ant-select-selection-item {
452
+ line-height: 30px;
453
+ }
454
+ }
455
+ }
456
+ }
@@ -0,0 +1,2 @@
1
+ @import "../../../styles/default.less";
2
+ @import "./index.less";
@@ -0,0 +1,15 @@
1
+ .ant-input-textarea {
2
+ position: relative;
3
+ &::after {
4
+ position: absolute;
5
+ bottom: 1px;
6
+ right: 10px;
7
+ }
8
+ }
9
+
10
+ .ztxk-form__item--wrap
11
+ .ant-form-item
12
+ .ztxk-input-textArea--form-resize
13
+ textarea {
14
+ resize: vertical !important;
15
+ }
@@ -0,0 +1,4 @@
1
+ @import "antd/lib/input/style/index.less";
2
+
3
+ @import "../../../styles/default.less";
4
+ @import "./index.less";
@@ -0,0 +1,30 @@
1
+ .ztxk-input-number-leftRight {
2
+ position: relative;
3
+ &:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down {
4
+ border-top: none;
5
+ }
6
+ .ant-input-number-input {
7
+ padding: 0 24px;
8
+ }
9
+ .ant-input-number-handler-wrap {
10
+ position: static;
11
+ height: 0;
12
+ > span {
13
+ height: 100% !important;
14
+ position: absolute;
15
+ width: 22px;
16
+ &:hover {
17
+ height: 100% !important;
18
+ }
19
+ }
20
+ .ant-input-number-handler-up {
21
+ right: 0;
22
+ border-top: none;
23
+ }
24
+ .ant-input-number-handler-down {
25
+ left: 0;
26
+ border-right: 1px solid #d9d9d9;
27
+ border-top: none;
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,4 @@
1
+ @import "antd/lib/input-number/style/index.less";
2
+
3
+ @import "../../../styles/default.less";
4
+ @import "./index.less";
@@ -0,0 +1,62 @@
1
+ .ztxk-container--left-icon {
2
+ position: absolute;
3
+ top: 10px;
4
+ left: 10px;
5
+ cursor: pointer;
6
+ top: 50%;
7
+ font-size: 14px;
8
+ margin-top: -7px;
9
+ }
10
+ .ztxk-container--left-drawer {
11
+ .ant-drawer-body {
12
+ padding: 8px;
13
+ background: linear-gradient(
14
+ 90deg,
15
+ rgba(255, 255, 255, 0) 0%,
16
+ rgba(91, 118, 245, 0.05) 100%
17
+ );
18
+ // 设置左侧树样式
19
+ .ant-tree {
20
+ background: transparent;
21
+ .ant-tree-treenode {
22
+ padding: 0;
23
+ }
24
+ .ant-tree-treenode-selected {
25
+ background: #5b76f5;
26
+ .ant-tree-node-content-wrapper.ant-tree-node-selected {
27
+ background: #5b76f5;
28
+ }
29
+ }
30
+ }
31
+ .ztxk-tree {
32
+ padding: 0;
33
+ .ant-tree-treenode {
34
+ width: 100%;
35
+ }
36
+ }
37
+ .ant-input-search {
38
+ input {
39
+ background: transparent;
40
+ border-right: none;
41
+ }
42
+ .ant-input-search-button {
43
+ background: transparent;
44
+ border-left: none;
45
+ }
46
+ }
47
+ }
48
+ &.ant-drawer-left > .ant-drawer-content-wrapper {
49
+ box-shadow: none;
50
+ }
51
+ }
52
+ .ztxk-container--left-wrap {
53
+ position: relative;
54
+ margin: @margin-base;
55
+ > .ztxk-container__content {
56
+ flex: 1;
57
+ margin: 0;
58
+ }
59
+ > .ztxk-container {
60
+ flex: 1;
61
+ }
62
+ }
@@ -0,0 +1,2 @@
1
+ @import "../../../styles/default.less";
2
+ @import "./index.less";
@@ -0,0 +1,63 @@
1
+ .login-wrap {
2
+ width: 100vw;
3
+ height: 100vh;
4
+ position: relative;
5
+ background-size: cover;
6
+ background-repeat: repeat-x;
7
+ background-position: 50%;
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ .login-form {
12
+ margin: 0 auto;
13
+ width: 380px;
14
+ text-align: center;
15
+ .ant-form-item-explain-error {
16
+ text-align: left;
17
+ font-size: @font-size-text;
18
+ }
19
+
20
+ .login-logo {
21
+ margin-bottom: @margin-base;
22
+ overflow: hidden;
23
+ > img {
24
+ max-width: 333px;
25
+ }
26
+ }
27
+ .ant-form-item {
28
+ label {
29
+ color: @font-bg-color;
30
+ font-size: @font-size-text;
31
+ }
32
+ input {
33
+ font-size: @font-size-text;
34
+ }
35
+ }
36
+ .form__item--button {
37
+ background-color: rgb(248, 223, 178);
38
+ height: 40px;
39
+ font-size: @font-size-base;
40
+ color: rgb(158, 96, 14);
41
+ font-weight: 600;
42
+ border-radius: @border-radius-base;
43
+ font-family: @font-family-zt;
44
+ &:hover {
45
+ border-color: #f8dfb2;
46
+ }
47
+ }
48
+ .form__item--remember {
49
+ display: flex;
50
+ justify-content: space-between;
51
+ align-items: center;
52
+ color: @font-bg-color;
53
+ font-size: @font-size-text;
54
+ .ant-form-item {
55
+ margin-bottom: 0;
56
+ }
57
+ .form__item--remember-forget {
58
+ cursor: pointer;
59
+ user-select: none;
60
+ }
61
+ }
62
+ }
63
+ }
@@ -0,0 +1,2 @@
1
+ @import "../../../styles/default.less";
2
+ @import "./index.less";
@@ -0,0 +1,19 @@
1
+ // 增加message关闭按钮样式
2
+ .ant-message-notice-content {
3
+ position: relative;
4
+ &::after {
5
+ content: "x";
6
+ position: absolute;
7
+ top: -4px;
8
+ right: -4px;
9
+ width: 14px;
10
+ height: 14px;
11
+ background-color: #faad14;
12
+ line-height: 12px;
13
+ font-size: 12px;
14
+ border-radius: 50%;
15
+ color: #fff;
16
+ cursor: pointer;
17
+ }
18
+ white-space: pre-line;
19
+ }
@@ -0,0 +1,2 @@
1
+ @import "../../../styles/default.less";
2
+ @import "./index.less";
@@ -0,0 +1,15 @@
1
+ .micro-loading {
2
+ width: 100%;
3
+ height: 50vh;
4
+ display: flex;
5
+ align-items: center;
6
+ flex-direction: column;
7
+ margin-top: 40px;
8
+ font-size: 20px;
9
+ .ant-spin-dot {
10
+ font-size: 18px;
11
+ }
12
+ .ant-spin-text {
13
+ font-size: 20px;
14
+ }
15
+ }
@@ -0,0 +1,2 @@
1
+ @import "../../../styles/default.less";
2
+ @import "./index.less";