@zat-design/sisyphus-react 3.4.2-beta.2 → 3.4.2-beta.21

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 (128) hide show
  1. package/dist/index.esm.css +257 -127
  2. package/dist/less.esm.css +5028 -0
  3. package/dist/less.esm.js +3 -0
  4. package/es/ProEditTable/components/RenderField/index.js +13 -15
  5. package/es/ProEditTable/index.js +3 -3
  6. package/es/ProEditTable/propsType.d.ts +1 -1
  7. package/es/ProEditTable/utils/config.js +5 -5
  8. package/es/ProEditTable/utils/index.js +67 -30
  9. package/es/ProEditTable/utils/tools.js +3 -1
  10. package/es/ProEnum/components/Group.d.ts +1 -0
  11. package/es/ProEnum/components/Group.js +21 -8
  12. package/es/ProEnum/index.js +4 -2
  13. package/es/ProEnum/style/index.less +12 -3
  14. package/es/ProForm/components/combination/Group/index.js +8 -9
  15. package/es/ProForm/components/combination/Group/propsType.d.ts +1 -0
  16. package/es/ProForm/components/combination/Group/style/index.less +4 -4
  17. package/es/ProForm/components/combination/Group/utils.d.ts +2 -0
  18. package/es/ProForm/components/combination/Group/utils.js +10 -0
  19. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  20. package/es/ProForm/components/render/Render.js +2 -2
  21. package/es/ProForm/components/render/RenderFields.d.ts +1 -1
  22. package/es/ProForm/components/render/RenderFields.js +2 -2
  23. package/es/ProForm/index.js +4 -4
  24. package/es/ProForm/propsType.d.ts +1 -1
  25. package/es/ProForm/style/index.less +16 -2
  26. package/es/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  27. package/es/ProForm/utils/diffOriginal.js +61 -0
  28. package/es/ProForm/utils/index.d.ts +1 -1
  29. package/es/ProForm/utils/index.js +1 -1
  30. package/es/ProForm/utils/transformValue.js +2 -2
  31. package/es/ProForm/utils/useChanged.js +4 -3
  32. package/es/ProForm/utils/useListChanged.d.ts +1 -1
  33. package/es/ProForm/utils/useListChanged.js +5 -3
  34. package/es/ProIcon/index.d.ts +0 -1
  35. package/es/ProIcon/index.js +7 -29
  36. package/es/ProLayout/components/Layout/Header/style/index.less +1 -1
  37. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
  38. package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  39. package/es/ProLayout/components/Layout/Menu/style/index.less +52 -56
  40. package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -5
  41. package/es/ProLayout/components/ProCollapse/index.js +22 -6
  42. package/es/ProLayout/components/ProCollapse/style/index.less +24 -21
  43. package/es/ProLayout/components/ProFooter/index.js +1 -1
  44. package/es/ProLayout/components/ProFooter/style/index.less +1 -1
  45. package/es/ProLayout/components/ProHeader/style/index.less +2 -1
  46. package/es/ProLayout/style/index.less +176 -88
  47. package/es/ProStep/components/Item/index.js +2 -1
  48. package/es/ProStep/style/index.less +71 -70
  49. package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
  50. package/es/ProTable/components/RenderColumn/index.js +3 -3
  51. package/es/ProTable/propsType.d.ts +1 -1
  52. package/es/ProTable/utils.js +9 -9
  53. package/es/ProTabs/style/index.less +3 -1
  54. package/es/ProThemeTools/component/PrdTools/index.d.ts +1 -1
  55. package/es/ProThemeTools/component/PrdTools/index.js +2 -2
  56. package/es/ProThemeTools/index.js +21 -28
  57. package/es/ProThemeTools/propsType.d.ts +1 -1
  58. package/es/ProThemeTools/style/index.less +25 -8
  59. package/es/assets/catalog.svg +30 -1
  60. package/es/assets/fold.svg +27 -0
  61. package/es/assets/setting.svg +14 -0
  62. package/es/style/less.less +2 -0
  63. package/es/style/theme/antd.less +0 -1
  64. package/lib/ProEditTable/components/RenderField/index.js +12 -14
  65. package/lib/ProEditTable/index.js +3 -3
  66. package/lib/ProEditTable/propsType.d.ts +1 -1
  67. package/lib/ProEditTable/utils/config.js +5 -5
  68. package/lib/ProEditTable/utils/index.js +67 -30
  69. package/lib/ProEditTable/utils/tools.js +3 -1
  70. package/lib/ProEnum/components/Group.d.ts +1 -0
  71. package/lib/ProEnum/components/Group.js +21 -8
  72. package/lib/ProEnum/index.js +4 -2
  73. package/lib/ProEnum/style/index.less +12 -3
  74. package/lib/ProForm/components/combination/Group/index.js +6 -7
  75. package/lib/ProForm/components/combination/Group/propsType.d.ts +1 -0
  76. package/lib/ProForm/components/combination/Group/style/index.less +4 -4
  77. package/lib/ProForm/components/combination/Group/utils.d.ts +2 -0
  78. package/lib/ProForm/components/combination/Group/utils.js +11 -1
  79. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  80. package/lib/ProForm/components/render/Render.js +2 -2
  81. package/lib/ProForm/components/render/RenderFields.d.ts +1 -1
  82. package/lib/ProForm/components/render/RenderFields.js +2 -2
  83. package/lib/ProForm/index.js +4 -4
  84. package/lib/ProForm/propsType.d.ts +1 -1
  85. package/lib/ProForm/style/index.less +16 -2
  86. package/lib/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  87. package/lib/ProForm/utils/diffOriginal.js +68 -0
  88. package/lib/ProForm/utils/index.d.ts +1 -1
  89. package/lib/ProForm/utils/index.js +2 -2
  90. package/lib/ProForm/utils/transformValue.js +1 -1
  91. package/lib/ProForm/utils/useChanged.js +4 -3
  92. package/lib/ProForm/utils/useListChanged.d.ts +1 -1
  93. package/lib/ProForm/utils/useListChanged.js +5 -3
  94. package/lib/ProIcon/index.d.ts +0 -1
  95. package/lib/ProIcon/index.js +7 -30
  96. package/lib/ProLayout/components/Layout/Header/style/index.less +1 -1
  97. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +58 -55
  98. package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  99. package/lib/ProLayout/components/Layout/Menu/style/index.less +52 -56
  100. package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -5
  101. package/lib/ProLayout/components/ProCollapse/index.js +20 -6
  102. package/lib/ProLayout/components/ProCollapse/style/index.less +24 -21
  103. package/lib/ProLayout/components/ProFooter/index.js +1 -1
  104. package/lib/ProLayout/components/ProFooter/style/index.less +1 -1
  105. package/lib/ProLayout/components/ProHeader/style/index.less +2 -1
  106. package/lib/ProLayout/style/index.less +176 -88
  107. package/lib/ProStep/components/Item/index.js +2 -1
  108. package/lib/ProStep/style/index.less +71 -70
  109. package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
  110. package/lib/ProTable/components/RenderColumn/index.js +3 -3
  111. package/lib/ProTable/propsType.d.ts +1 -1
  112. package/lib/ProTable/utils.js +9 -9
  113. package/lib/ProTabs/style/index.less +3 -1
  114. package/lib/ProThemeTools/component/PrdTools/index.d.ts +1 -1
  115. package/lib/ProThemeTools/component/PrdTools/index.js +2 -2
  116. package/lib/ProThemeTools/index.js +19 -27
  117. package/lib/ProThemeTools/propsType.d.ts +1 -1
  118. package/lib/ProThemeTools/style/index.less +25 -8
  119. package/lib/assets/catalog.svg +30 -1
  120. package/lib/assets/fold.svg +27 -0
  121. package/lib/assets/setting.svg +14 -0
  122. package/lib/style/less.less +2 -0
  123. package/lib/style/theme/antd.less +0 -1
  124. package/package.json +1 -1
  125. package/es/ProForm/utils/contrastOriginal.js +0 -24
  126. package/es/ProIcon/symbolIcon.js +0 -43
  127. package/lib/ProForm/utils/contrastOriginal.js +0 -30
  128. package/lib/ProIcon/symbolIcon.js +0 -45
@@ -0,0 +1,5028 @@
1
+ /** 顶部 */
2
+ .pro-layout-header {
3
+ position: fixed;
4
+ top: 0;
5
+ z-index: 103;
6
+ display: -webkit-box;
7
+ display: -webkit-flex;
8
+ display: -ms-flexbox;
9
+ display: flex;
10
+ -webkit-box-orient: horizontal;
11
+ -webkit-box-direction: normal;
12
+ -webkit-flex-direction: row;
13
+ -ms-flex-direction: row;
14
+ flex-direction: row;
15
+ -webkit-box-align: center;
16
+ -webkit-align-items: center;
17
+ -ms-flex-align: center;
18
+ align-items: center;
19
+ -webkit-box-pack: justify;
20
+ -webkit-justify-content: space-between;
21
+ -ms-flex-pack: justify;
22
+ justify-content: space-between;
23
+ width: 100%;
24
+ height: 48px;
25
+ padding: 0 32px 0px 0px;
26
+ line-height: 48px;
27
+ background: var(--zaui-base-bg, #ffffff);
28
+ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1) !important;
29
+ box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1) !important;
30
+ }
31
+ .pro-layout-header .pro-layout-header-actions .ant-avatar {
32
+ background: var(--zaui-brand, #006aff);
33
+ }
34
+ .pro-layout-header .pro-layout-header-logo {
35
+ display: -webkit-box;
36
+ display: -webkit-flex;
37
+ display: -ms-flexbox;
38
+ display: flex;
39
+ -webkit-box-flex: 200px;
40
+ -webkit-flex: 200px;
41
+ -ms-flex: 200px;
42
+ flex: 200px;
43
+ -webkit-box-align: center;
44
+ -webkit-align-items: center;
45
+ -ms-flex-align: center;
46
+ align-items: center;
47
+ width: 200px;
48
+ padding: 0;
49
+ background: var(--zaui-base-bg, #ffffff);
50
+ }
51
+ .pro-layout-header .pro-layout-header-logo span {
52
+ display: -webkit-box;
53
+ display: -webkit-flex;
54
+ display: -ms-flexbox;
55
+ display: flex;
56
+ -webkit-box-align: center;
57
+ -webkit-align-items: center;
58
+ -ms-flex-align: center;
59
+ align-items: center;
60
+ -webkit-box-pack: center;
61
+ -webkit-justify-content: center;
62
+ -ms-flex-pack: center;
63
+ justify-content: center;
64
+ width: 220px;
65
+ }
66
+ .pro-layout-header .pro-layout-header-logo .default-logo {
67
+ display: inline-block;
68
+ width: 120px;
69
+ height: auto;
70
+ }
71
+ .pro-layout-header .pro-layout-header-logo h4 {
72
+ font-size: var(--zaui-font-size-lg, 16px);
73
+ font-weight: 600;
74
+ color: #1D2129;
75
+ padding-left: var(--zaui-space-size-md, 16px);
76
+ position: relative;
77
+ margin: 0;
78
+ }
79
+ .pro-layout-header .pro-layout-header-logo h4::before {
80
+ content: '';
81
+ width: 1px;
82
+ height: 19px;
83
+ background: #DEE0E3;
84
+ position: absolute;
85
+ left: 0;
86
+ top: 50%;
87
+ -webkit-transform: translateY(-50%);
88
+ transform: translateY(-50%);
89
+ }
90
+ .pro-layout-header .pro-layout-header-logo a {
91
+ color: rgba(0, 0, 0, 0.85);
92
+ }
93
+ .pro-layout-header .pro-layout-header-logo .pro-layout-icon {
94
+ width: 200px;
95
+ height: 48px;
96
+ }
97
+ .pro-layout-header-logo {
98
+ height: 48px;
99
+ padding: 5px 0;
100
+ text-align: center;
101
+ background-color: #081838;
102
+ -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
103
+ transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
104
+ }
105
+ .pro-layout-header-logo > a {
106
+ display: -webkit-box;
107
+ display: -webkit-flex;
108
+ display: -ms-flexbox;
109
+ display: flex;
110
+ -webkit-box-align: center;
111
+ -webkit-align-items: center;
112
+ -ms-flex-align: center;
113
+ align-items: center;
114
+ text-decoration: none;
115
+ }
116
+ .pro-layout-header-logo > a:hover,
117
+ .pro-layout-header-logo > a:visited {
118
+ text-decoration: none !important;
119
+ }
120
+ .pro-layout-header-logo img {
121
+ height: 33px;
122
+ }
123
+ .pro-layout-header-logo h1 {
124
+ margin: 0.67em 0;
125
+ padding-left: 12px;
126
+ color: var(--zaui-text, #343434);
127
+ font-size: var(--zaui-font-size-xl, 18px);
128
+ }
129
+ .pro-layout-header-content {
130
+ -webkit-box-flex: 1;
131
+ -webkit-flex: auto;
132
+ -ms-flex: auto;
133
+ flex: auto;
134
+ }
135
+ .pro-layout-header-actions {
136
+ display: -webkit-box;
137
+ display: -webkit-flex;
138
+ display: -ms-flexbox;
139
+ display: flex;
140
+ -webkit-box-align: center;
141
+ -webkit-align-items: center;
142
+ -ms-flex-align: center;
143
+ align-items: center;
144
+ float: right;
145
+ }
146
+ .pro-layout-header-actions > .pro-layout-icon {
147
+ width: 26px;
148
+ height: 26px;
149
+ margin-right: 30px;
150
+ color: var(--zaui-text, #343434);
151
+ cursor: pointer;
152
+ -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
153
+ transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
154
+ }
155
+ .pro-layout-header-actions > .pro-layout-icon:hover {
156
+ color: var(--zaui-text, #343434);
157
+ }
158
+ .pro-layout-icon {
159
+ width: 20px;
160
+ height: 20px;
161
+ overflow: hidden;
162
+ vertical-align: middle;
163
+ fill: currentColor;
164
+ }
165
+ .pro-layout-menu-fold-list {
166
+ padding-top: 4px;
167
+ overflow-y: auto;
168
+ }
169
+ .pro-layout-menu-fold-list li {
170
+ width: 100%;
171
+ min-height: 48px;
172
+ padding: 12px;
173
+ overflow: hidden;
174
+ text-overflow: ellipsis;
175
+ }
176
+ .pro-layout-menu-fold-list li div {
177
+ display: -webkit-box;
178
+ display: -webkit-flex;
179
+ display: -ms-flexbox;
180
+ display: flex;
181
+ -webkit-box-align: center;
182
+ -webkit-align-items: center;
183
+ -ms-flex-align: center;
184
+ align-items: center;
185
+ -webkit-box-pack: center;
186
+ -webkit-justify-content: center;
187
+ -ms-flex-pack: center;
188
+ justify-content: center;
189
+ color: var(--zaui-text, #343434);
190
+ }
191
+ .pro-layout-menu-fold-list li div .pro-layout-icon {
192
+ -webkit-box-flex: 0;
193
+ -webkit-flex: 0 0 20px;
194
+ -ms-flex: 0 0 20px;
195
+ flex: 0 0 20px;
196
+ width: 20px;
197
+ height: 20px;
198
+ min-width: 20px;
199
+ color: #fff;
200
+ }
201
+ .pro-layout-menu-fold-list li div h2 {
202
+ -webkit-box-flex: 1;
203
+ -webkit-flex-grow: 1;
204
+ -ms-flex-positive: 1;
205
+ flex-grow: 1;
206
+ margin-bottom: 0;
207
+ opacity: 1;
208
+ -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
209
+ transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
210
+ display: none;
211
+ }
212
+ .pro-layout-menu-fold-list li:hover {
213
+ background: var(--ant-primary-8, #003eb3);
214
+ }
215
+ .pro-layout-menu-fold-list li i {
216
+ display: inline-block;
217
+ width: 19px;
218
+ color: #909090;
219
+ }
220
+ .pro-layout-menu-fold-list li h2 {
221
+ display: inline-block;
222
+ padding-left: var(--zaui-space-size-sm, 8px);
223
+ color: var(--zaui-base-bg, #ffffff);
224
+ font-weight: normal;
225
+ font-size: var(--zaui-font-size-md, 14px);
226
+ }
227
+ .pro-layout-menu-fold-list li.active {
228
+ background-color: var(--zaui-brand, #006AFF);
229
+ }
230
+ .pro-layout-menu-fold-list li.active a h2 {
231
+ color: var(--zaui-base-bg, #ffffff);
232
+ }
233
+ .pro-layout-menu-tooltip {
234
+ top: 48px !important;
235
+ -webkit-transform: none !important;
236
+ transform: none !important;
237
+ -webkit-transition: none !important;
238
+ transition: none !important;
239
+ }
240
+ .pro-layout-menu-tooltip.pro-layout-menu-tooltip-has-notice {
241
+ top: 80px !important;
242
+ }
243
+ .pro-layout-menu-tooltip.pro-layout-menu-tooltip-nav-open.ant-popover-placement-rightBottom,
244
+ .pro-layout-menu-tooltip.pro-layout-menu-tooltip-nav-open.ant-popover-placement-rightTop {
245
+ left: 220px !important;
246
+ }
247
+ .pro-layout-menu-tooltip.ant-popover-placement-rightBottom,
248
+ .pro-layout-menu-tooltip.ant-popover-placement-rightTop {
249
+ position: fixed;
250
+ z-index: 1001;
251
+ left: 49px !important;
252
+ padding-left: 0;
253
+ }
254
+ .pro-layout-menu-tooltip .ant-popover-inner-content {
255
+ padding: 0;
256
+ }
257
+ .pro-layout-menu-tooltip .ant-popover-content > .ant-popover-arrow {
258
+ display: none;
259
+ }
260
+ .pro-layout-menu-tooltip .ant-popover-content .ant-popover-inner {
261
+ padding: 0;
262
+ -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
263
+ box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
264
+ }
265
+ .pro-layout-open-menu {
266
+ color: #fff;
267
+ }
268
+ .pro-layout-open-menu .ant-menu-root {
269
+ overflow-y: auto !important;
270
+ }
271
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-submenu-title,
272
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-item.ant-menu-item-only-child {
273
+ padding-left: 16px !important;
274
+ }
275
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
276
+ background: #1a202d;
277
+ }
278
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title,
279
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-item-only-child,
280
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item-only-child {
281
+ padding-left: 16px !important;
282
+ }
283
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
284
+ height: auto;
285
+ min-height: 48px;
286
+ margin: 0;
287
+ padding-top: 12px;
288
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
289
+ }
290
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child h2 {
291
+ height: auto !important;
292
+ line-height: initial !important;
293
+ white-space: pre-wrap;
294
+ }
295
+ .pro-layout-open-menu .ant-menu-root .ant-menu-item {
296
+ padding-left: 30px !important;
297
+ }
298
+ .pro-layout-open-menu .ant-menu-root .ant-menu-item::after {
299
+ display: none;
300
+ }
301
+ .pro-layout-open-menu .ant-menu-inline .ant-menu-submenu-title {
302
+ margin: 0;
303
+ }
304
+ .pro-layout-open-menu .ant-menu-item:hover,
305
+ .pro-layout-open-menu .ant-menu-submenu-title:hover {
306
+ background: var(--ant-primary-8, #003eb3);
307
+ }
308
+ .pro-layout-open-menu .ant-menu-item:hover h2,
309
+ .pro-layout-open-menu .ant-menu-submenu-title:hover h2 {
310
+ color: #fff;
311
+ }
312
+ .pro-layout-open-menu .ant-menu.ant-menu-dark {
313
+ overflow-x: hidden;
314
+ background: #1a202d;
315
+ }
316
+ .pro-layout-open-menu .ant-menu.ant-menu-dark .ant-menu-item-only-child:hover {
317
+ background: var(--ant-primary-8, #003eb3);
318
+ }
319
+ .pro-layout-open-menu .ant-menu.ant-menu-dark .ant-menu-item-only-child:hover h2 {
320
+ color: #fff;
321
+ }
322
+ .pro-layout-open-menu .ant-menu-item-selected {
323
+ background: var(--zaui-brand, #006aff) !important;
324
+ }
325
+ .pro-layout-open-menu .ant-menu-item-selected h2 {
326
+ color: #fff !important;
327
+ }
328
+ .pro-layout-open-menu .ant-menu-sub.ant-menu-inline > .ant-menu-item,
329
+ .pro-layout-open-menu .ant-menu-submenu-title {
330
+ height: auto !important;
331
+ min-height: 48px;
332
+ margin: 0;
333
+ padding: 12px 0;
334
+ line-height: initial !important;
335
+ white-space: pre-wrap;
336
+ }
337
+ .pro-layout-open-menu .ant-menu-title-content div {
338
+ display: -webkit-box;
339
+ display: -webkit-flex;
340
+ display: -ms-flexbox;
341
+ display: flex;
342
+ -webkit-box-align: center;
343
+ -webkit-align-items: center;
344
+ -ms-flex-align: center;
345
+ align-items: center;
346
+ -webkit-box-pack: left;
347
+ -webkit-justify-content: left;
348
+ -ms-flex-pack: left;
349
+ justify-content: left;
350
+ }
351
+ .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
352
+ -webkit-box-flex: 0;
353
+ -webkit-flex: 0 0 20px;
354
+ -ms-flex: 0 0 20px;
355
+ flex: 0 0 20px;
356
+ width: 20px;
357
+ height: 20px;
358
+ color: #cacaca;
359
+ }
360
+ .pro-layout-open-menu .ant-menu-title-content div h2 {
361
+ display: inline-block;
362
+ -webkit-box-flex: 1;
363
+ -webkit-flex-grow: 1;
364
+ -ms-flex-positive: 1;
365
+ flex-grow: 1;
366
+ margin-bottom: 0;
367
+ padding-left: 12px;
368
+ color: #cacaca;
369
+ font-weight: 400;
370
+ font-size: var(--zaui-font-size-md, 14px);
371
+ opacity: 1;
372
+ -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
373
+ transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
374
+ }
375
+ .pro-layout-open-menu .anticon-caret-down {
376
+ top: auto;
377
+ color: #cacaca;
378
+ -webkit-transform: rotateZ(0deg);
379
+ transform: rotateZ(0deg);
380
+ -webkit-transition: all 0.1s ease-in;
381
+ transition: all 0.1s ease-in;
382
+ }
383
+ .pro-layout-open-menu .ant-menu-submenu-open .anticon-caret-down {
384
+ color: #fff;
385
+ -webkit-transform: rotateZ(180deg);
386
+ transform: rotateZ(180deg);
387
+ }
388
+ .pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline .anticon-caret-down {
389
+ color: #cacaca;
390
+ -webkit-transform: rotateZ(0deg);
391
+ transform: rotateZ(0deg);
392
+ }
393
+ .pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline.ant-menu-submenu-open .anticon-caret-down {
394
+ color: #fff;
395
+ -webkit-transform: rotateZ(180deg);
396
+ transform: rotateZ(180deg);
397
+ }
398
+ .pro-layout-open-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon {
399
+ color: #fff;
400
+ }
401
+ .pro-layout-open-menu .ant-menu-item-selected .ant-menu-title-content h2 {
402
+ font-weight: bold !important;
403
+ }
404
+ .pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div .pro-layout-icon {
405
+ color: #fff;
406
+ }
407
+ .pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div h2 {
408
+ color: #fff;
409
+ }
410
+ .pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div .pro-layout-icon {
411
+ color: #cacaca;
412
+ }
413
+ .pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div h2 {
414
+ color: #cacaca;
415
+ font-weight: 400;
416
+ }
417
+ .pro-layout-sider-menu {
418
+ width: 220px;
419
+ background: #fff;
420
+ }
421
+ .pro-layout-sider-menu h2 {
422
+ margin-bottom: 0;
423
+ padding: 16px 16px 8px;
424
+ color: var(--zaui-text, #343434);
425
+ color: var(--zaui-text);
426
+ font-weight: 500;
427
+ font-size: var(--zaui-font-size-lg, 16px);
428
+ line-height: inherit;
429
+ text-align: left;
430
+ }
431
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list {
432
+ overflow-y: auto;
433
+ }
434
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu-item-selected {
435
+ background-color: var(--ant-primary-1, #e6f4ff) !important;
436
+ }
437
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu-item-selected h2 {
438
+ color: var(--zaui-brand, #006aff) !important;
439
+ }
440
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu-item-selected::after {
441
+ border-right-color: var(--ant-primary-1, #e6f4ff);
442
+ }
443
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu {
444
+ overflow-x: hidden;
445
+ overflow-y: auto;
446
+ }
447
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item-only-child .ant-menu-title-content .pro-layout-open-menu-lv1 h2 {
448
+ padding-right: 0;
449
+ }
450
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div h2 {
451
+ padding: 0;
452
+ padding-right: 12px;
453
+ color: var(--zaui-text);
454
+ }
455
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content .pro-layout-open-menu-lv1 h2 {
456
+ padding-right: 26px;
457
+ color: var(--zaui-text);
458
+ font-weight: 500;
459
+ }
460
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon {
461
+ margin-right: 12px;
462
+ }
463
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon.pro-layout-icon-empty {
464
+ display: none;
465
+ }
466
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon.pro-layout-icon-empty ~ h2 {
467
+ margin-left: var(--zaui-space-size-md, 16px);
468
+ }
469
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .pro-layout-icon {
470
+ color: var(--zaui-text, #343434) !important;
471
+ fill: currentColor;
472
+ }
473
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub {
474
+ overflow: hidden;
475
+ background: #fff;
476
+ }
477
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title:hover,
478
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item:hover {
479
+ color: #fff;
480
+ background-color: #f2f2f2;
481
+ }
482
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item {
483
+ margin: 0;
484
+ }
485
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .anticon-caret-down {
486
+ color: #909090;
487
+ }
488
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title,
489
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-root > .ant-menu-item-only-child,
490
+ .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub.ant-menu-inline > .ant-menu-item {
491
+ min-height: 40px;
492
+ padding-top: 10px;
493
+ padding-bottom: 10px;
494
+ }
495
+ /** 侧边栏 + 内容区 */
496
+ .pro-layout-row {
497
+ -webkit-box-orient: vertical;
498
+ -webkit-box-direction: normal;
499
+ -webkit-flex-direction: column;
500
+ -ms-flex-direction: column;
501
+ flex-direction: column;
502
+ /** 内容区 */
503
+ }
504
+ .pro-layout-row .pro-layout-menu-open .pro-layout-arrow {
505
+ -webkit-transform: rotate(225deg);
506
+ transform: rotate(225deg);
507
+ }
508
+ .pro-layout-row .pro-layout-arrow {
509
+ width: 10px;
510
+ height: 10px;
511
+ margin-left: -5px;
512
+ background-color: transparent;
513
+ /* 模块背景为透明 */
514
+ border-color: #fff;
515
+ border-style: solid;
516
+ border-width: 2px 2px 0 0;
517
+ -webkit-transform: rotate(45deg);
518
+ transform: rotate(45deg);
519
+ }
520
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li {
521
+ display: -webkit-box;
522
+ display: -webkit-flex;
523
+ display: -ms-flexbox;
524
+ display: flex;
525
+ -webkit-box-align: center;
526
+ -webkit-align-items: center;
527
+ -ms-flex-align: center;
528
+ align-items: center;
529
+ -webkit-box-pack: center;
530
+ -webkit-justify-content: center;
531
+ -ms-flex-pack: center;
532
+ justify-content: center;
533
+ }
534
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li div {
535
+ width: 20px;
536
+ }
537
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li a {
538
+ width: 20px;
539
+ }
540
+ .pro-layout-row.pro-layout-menu-no-collapsed .pro-layout-menu-fold-li h2 {
541
+ display: inline-block;
542
+ white-space: nowrap;
543
+ opacity: 0;
544
+ -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
545
+ transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
546
+ }
547
+ .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content {
548
+ margin-left: 220px !important;
549
+ }
550
+ .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content .pro-layout-content {
551
+ margin-left: 0 !important;
552
+ }
553
+ .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content.pro-layout-content-left-pure {
554
+ margin-left: 0 !important;
555
+ }
556
+ .pro-layout-row.pro-layout-has-notice .pro-layout-menu {
557
+ top: 80px;
558
+ }
559
+ .pro-layout-row.pro-layout-has-notice .pro-layout-menu #nav-list {
560
+ height: calc(100vh - 128px);
561
+ }
562
+ .pro-layout-row.pro-layout-has-notice .pro-layout-content {
563
+ min-height: calc(100vh - 80px);
564
+ margin-top: 80px;
565
+ }
566
+ .pro-layout-row .pro-layout-menu {
567
+ position: fixed;
568
+ top: 48px;
569
+ left: 0;
570
+ z-index: 99;
571
+ width: 48px;
572
+ height: 100vh;
573
+ min-height: 100%;
574
+ padding: 0;
575
+ overflow-x: hidden;
576
+ overflow-y: auto;
577
+ background-color: #1a202d;
578
+ -webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
579
+ transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
580
+ }
581
+ .pro-layout-row .pro-layout-menu.pro-layout-menu-open {
582
+ width: 220px;
583
+ }
584
+ .pro-layout-row .pro-layout-content {
585
+ z-index: 1;
586
+ -webkit-box-flex: 1;
587
+ -webkit-flex: auto;
588
+ -ms-flex: auto;
589
+ flex: auto;
590
+ min-height: calc(100vh - 48px);
591
+ margin-top: 48px;
592
+ margin-left: 48px;
593
+ padding: 0 var(--zaui-space-size-md, 16px);
594
+ -webkit-transition: all 0.3s ease-in-out;
595
+ transition: all 0.3s ease-in-out;
596
+ }
597
+ .pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed {
598
+ left: 0;
599
+ width: 220px;
600
+ }
601
+ .pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed img {
602
+ -webkit-transform: rotate(-180deg);
603
+ transform: rotate(-180deg);
604
+ }
605
+ .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed {
606
+ position: fixed;
607
+ bottom: 0;
608
+ left: 0;
609
+ z-index: 2;
610
+ display: -webkit-box;
611
+ display: -webkit-flex;
612
+ display: -ms-flexbox;
613
+ display: flex;
614
+ -webkit-box-align: center;
615
+ -webkit-align-items: center;
616
+ -ms-flex-align: center;
617
+ align-items: center;
618
+ -webkit-box-pack: center;
619
+ -webkit-justify-content: center;
620
+ -ms-flex-pack: center;
621
+ justify-content: center;
622
+ width: 48px;
623
+ height: 48px;
624
+ background: #292f3b;
625
+ -webkit-transition: all 0.3s ease;
626
+ transition: all 0.3s ease;
627
+ }
628
+ .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed:hover {
629
+ background-color: rgba(185, 185, 189, 0.1);
630
+ }
631
+ .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed img {
632
+ display: inline-block;
633
+ width: 20px;
634
+ height: 20px;
635
+ }
636
+ .pro-layout-row .pro-layout-menu-open ~ .pro-layout-content {
637
+ margin-left: 220px !important;
638
+ }
639
+ /** 告知区 */
640
+ .pro-layout-header-notice {
641
+ position: fixed;
642
+ top: 48px;
643
+ z-index: 101;
644
+ display: -webkit-box;
645
+ display: -webkit-flex;
646
+ display: -ms-flexbox;
647
+ display: flex;
648
+ -webkit-box-align: center;
649
+ -webkit-align-items: center;
650
+ -ms-flex-align: center;
651
+ align-items: center;
652
+ -webkit-box-pack: center;
653
+ -webkit-justify-content: center;
654
+ -ms-flex-pack: center;
655
+ justify-content: center;
656
+ width: 100%;
657
+ min-height: 32px;
658
+ color: var(--zaui-text, #343434);
659
+ line-height: 32px;
660
+ text-align: center;
661
+ background: var(--ant-primary-1, #e6f4ff);
662
+ }
663
+ .pro-layout-header-notice img {
664
+ width: 16px;
665
+ margin-right: var(--zaui-space-size-sm, 8px);
666
+ }
667
+ .pro-layout-header-notice .pro-layout-header-notice-close {
668
+ position: absolute;
669
+ right: 0;
670
+ display: block;
671
+ padding: 0 var(--zaui-space-size-md, 16px);
672
+ cursor: pointer;
673
+ }
674
+ .pro-layout-header-notice .pro-layout-header-notice-close img {
675
+ width: 12px;
676
+ margin-right: 0;
677
+ }
678
+ .pro-collapse .pro-collapse-icon {
679
+ max-width: 18px;
680
+ min-width: 16px;
681
+ }
682
+ .pro-collapse .pro-collapse-icon img {
683
+ vertical-align: sub;
684
+ }
685
+ .pro-collapse.pro-collapse-no-title .ant-collapse-header {
686
+ display: none !important;
687
+ }
688
+ .pro-collapse.pro-collapse-no-title .pro-collapse-level2 .ant-collapse-header {
689
+ display: block !important;
690
+ }
691
+ .pro-collapse.ant-collapse .pro-collapse-panel {
692
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
693
+ }
694
+ .pro-collapse .ant-collapse-header {
695
+ -webkit-box-align: center !important;
696
+ -webkit-align-items: center !important;
697
+ -ms-flex-align: center !important;
698
+ align-items: center !important;
699
+ padding: 10px var(--zaui-space-size-md, 16px) !important;
700
+ background: var(--zaui-area, #fafafa);
701
+ }
702
+ .pro-collapse .ant-collapse-header-text {
703
+ color: var(--zaui-text, #343434);
704
+ font-weight: 500;
705
+ font-size: var(--zaui-font-size-lg, 16px);
706
+ }
707
+ .pro-collapse .ant-collapse-expand-icon {
708
+ color: #999;
709
+ }
710
+ .pro-collapse.ant-collapse-borderless .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
711
+ padding: 0;
712
+ }
713
+ .pro-collapse .ant-collapse-content-box {
714
+ padding: 0;
715
+ }
716
+ .pro-collapse .ant-collapse-content-box .pro-collapse-content {
717
+ padding: var(--zaui-space-size-md, 16px);
718
+ padding-top: var(--zaui-space-size-sm, 8px);
719
+ padding-bottom: 0;
720
+ background: var(--zaui-base-bg, #ffffff);
721
+ }
722
+ .pro-collapse.pro-collapse-level2 {
723
+ background: var(--zaui-base-bg, #ffffff);
724
+ }
725
+ .pro-collapse.pro-collapse-level2 .pro-collapse-panel {
726
+ margin-bottom: 0;
727
+ }
728
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header {
729
+ padding: 0 !important;
730
+ background: var(--zaui-base-bg, #ffffff);
731
+ }
732
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text {
733
+ position: relative;
734
+ padding-left: 15px;
735
+ font-size: var(--zaui-font-size, 14px);
736
+ }
737
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text::before {
738
+ position: absolute;
739
+ top: 50%;
740
+ left: 0;
741
+ width: 4px;
742
+ height: 14px;
743
+ background: var(--zaui-brand);
744
+ border-radius: var(--zaui-border-radius-card, 4px);
745
+ -webkit-transform: translateY(-50%);
746
+ transform: translateY(-50%);
747
+ content: '';
748
+ }
749
+ .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-extra .extra-info {
750
+ margin-right: var(--zaui-space-size-sm, 8px);
751
+ }
752
+ .pro-collapse.pro-collapse-level2 .pro-collapse-content {
753
+ padding-top: var(--zaui-space-size-sm, 8px) !important;
754
+ }
755
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse {
756
+ margin-bottom: var(--zaui-space-size-md, 16px);
757
+ }
758
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse.ant-collapse-item-active {
759
+ margin-bottom: 0;
760
+ }
761
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header {
762
+ padding: 0 8px 6px !important;
763
+ border-bottom: 1px solid #dee0e3;
764
+ margin: 0 -8px;
765
+ }
766
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header .ant-collapse-arrow {
767
+ right: 8px;
768
+ }
769
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-extra .extra-info {
770
+ margin-right: var(--zaui-space-size-lg, 32px);
771
+ }
772
+ .pro-collapse.pro-collapse-level2 .pro-collapse-content {
773
+ padding: 0;
774
+ }
775
+ .pro-collapse.pro-collapse-level2.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
776
+ .pro-collapse.pro-collapse-level2 .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
777
+ color: var(--zaui-text, #343434);
778
+ cursor: default;
779
+ }
780
+ .pro-collapse.pro-collapse-level2 .ant-collapse-expand-icon {
781
+ display: none;
782
+ }
783
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-expand-icon {
784
+ display: block;
785
+ }
786
+ .pro-collapse.pro-collapse-level2 .pro-collapse-level2-no-collapse .ant-collapse-expand-icon {
787
+ display: none;
788
+ }
789
+ .pro-collapse .ant-collapse-extra .extra-info {
790
+ margin-right: 24px;
791
+ }
792
+ .pro-collapse.pro-collapse-list .ant-descriptions-view {
793
+ margin: 0 -8px;
794
+ }
795
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > th,
796
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > td {
797
+ padding: var(--zaui-space-size-sm, 8px) 0;
798
+ background: #fafafa;
799
+ }
800
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > th.ant-descriptions-item,
801
+ .pro-collapse.pro-collapse-list .ant-descriptions-row > td.ant-descriptions-item {
802
+ padding-left: 23px;
803
+ }
804
+ .pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child {
805
+ position: relative;
806
+ }
807
+ .pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child::before {
808
+ position: absolute;
809
+ top: 50%;
810
+ left: 8px;
811
+ width: 4px;
812
+ height: 14px;
813
+ background: var(--zaui-brand);
814
+ border-radius: var(--zaui-border-radius-card, 4px);
815
+ -webkit-transform: translateY(-50%);
816
+ transform: translateY(-50%);
817
+ content: '';
818
+ }
819
+ .pro-collapse.pro-collapse-list .ant-descriptions-item-container .ant-descriptions-item-label,
820
+ .pro-collapse.pro-collapse-list .ant-descriptions-item-container .ant-descriptions-item-content {
821
+ color: #0a0a0a !important;
822
+ font-weight: 500 !important;
823
+ font-size: var(--zaui-font-size, 14px);
824
+ }
825
+ .pro-footer {
826
+ position: fixed;
827
+ right: 0;
828
+ bottom: 0;
829
+ z-index: 98;
830
+ width: 100%;
831
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
832
+ background: var(--zaui-base-bg, #ffffff);
833
+ -webkit-box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
834
+ box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
835
+ }
836
+ .back-button-container.ant-btn {
837
+ color: var(--zaui-text);
838
+ font-weight: 400;
839
+ background: var(--zaui-disabled-bg);
840
+ border: none;
841
+ }
842
+ .back-button-container.ant-btn:hover {
843
+ color: var(--zaui-aide-text);
844
+ background: var(--zaui-disabled-bg);
845
+ border: none;
846
+ }
847
+ .back-button-container.ant-btn:active,
848
+ .back-button-container.ant-btn:focus {
849
+ color: var(--zaui-text);
850
+ font-weight: 400;
851
+ background: var(--zaui-disabled-bg);
852
+ }
853
+ .pro-header {
854
+ padding: 16px 0 0 0 !important;
855
+ background-color: var(--zaui-base-bg, #ffffff);
856
+ -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
857
+ box-shadow: 2px 3px 8px 0px rgba(0, 55, 93, 0.1);
858
+ }
859
+ .pro-header.pro-header-no-back.pro-header-has-describe .pro-header-top {
860
+ padding-left: var(--zaui-space-size-md, 16px);
861
+ }
862
+ .pro-header.pro-header-no-back .pro-header-top {
863
+ padding-left: 0;
864
+ }
865
+ .pro-header.pro-header-no-back .pro-header-left.pro-header-left-space {
866
+ margin-left: 0 !important;
867
+ }
868
+ .pro-header.pro-header-no-describe {
869
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
870
+ -webkit-box-shadow: none;
871
+ box-shadow: none;
872
+ }
873
+ .pro-header.pro-header-no-describe .pro-header-title,
874
+ .pro-header.pro-header-no-describe .pro-header-top {
875
+ margin: 0;
876
+ padding: 0;
877
+ }
878
+ .pro-header.pro-header-fixed.pro-header-no-describe .pro-header-top {
879
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
880
+ }
881
+ .pro-header .pro-header-describe a {
882
+ color: var(--zaui-link, #006aff);
883
+ }
884
+ .pro-header .pro-header-copy {
885
+ display: -webkit-box;
886
+ display: -webkit-flex;
887
+ display: -ms-flexbox;
888
+ display: flex;
889
+ -webkit-box-align: center;
890
+ -webkit-align-items: center;
891
+ -ms-flex-align: center;
892
+ align-items: center;
893
+ width: 16px;
894
+ margin-bottom: 0;
895
+ }
896
+ .pro-header .pro-header-copy .ant-typography-copy-success svg {
897
+ display: inline-block;
898
+ width: 16px;
899
+ height: 16px;
900
+ fill: var(--zaui-success, #00ae4d);
901
+ }
902
+ .pro-header .pro-header-copy .drag-icon div {
903
+ display: -webkit-box;
904
+ display: -webkit-flex;
905
+ display: -ms-flexbox;
906
+ display: flex;
907
+ }
908
+ .pro-header .pro-header-copy .drag-icon svg {
909
+ display: inline-block;
910
+ width: 16px;
911
+ height: 16px;
912
+ fill: var(--zaui-brand, #006aff);
913
+ }
914
+ .pro-header .pro-header-tag {
915
+ display: inline-block;
916
+ padding: 4px 8px;
917
+ color: var(--zaui-brand, #006aff);
918
+ font-weight: normal;
919
+ font-size: var(--zaui-font-size-sm, 12px);
920
+ line-height: 16px;
921
+ white-space: pre;
922
+ background: var(--ant-primary-1, #e6f4ff);
923
+ border-radius: var(--zaui-border-radius-card, 4px);
924
+ }
925
+ .pro-header .pro-header-title {
926
+ padding: 0 var(--zaui-space-size-md, 16px);
927
+ font-weight: 500;
928
+ font-size: var(--zaui-font-size-xl, 18px);
929
+ line-height: 22px;
930
+ }
931
+ .pro-header.pro-header-fixed {
932
+ position: -webkit-sticky;
933
+ position: sticky;
934
+ z-index: 101;
935
+ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
936
+ box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
937
+ }
938
+ .pro-header.pro-header-shadow {
939
+ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
940
+ box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
941
+ }
942
+ .pro-header .ant-breadcrumb li {
943
+ color: #1d2129;
944
+ font-weight: 500;
945
+ }
946
+ .pro-header .ant-breadcrumb .ant-breadcrumb-link {
947
+ display: -webkit-inline-box;
948
+ display: -webkit-inline-flex;
949
+ display: -ms-inline-flexbox;
950
+ display: inline-flex;
951
+ font-size: var(--zaui-font-size-xl, 18px);
952
+ }
953
+ .pro-header .ant-breadcrumb .ant-breadcrumb-separator {
954
+ margin: 0 var(--zaui-space-size-xs, 4px);
955
+ color: #1d2129;
956
+ font-weight: 500;
957
+ font-size: var(--zaui-font-size-xl, 18px);
958
+ }
959
+ .pro-header .pro-header-top {
960
+ display: -webkit-box;
961
+ display: -webkit-flex;
962
+ display: -ms-flexbox;
963
+ display: flex;
964
+ -webkit-box-align: center;
965
+ -webkit-align-items: center;
966
+ -ms-flex-align: center;
967
+ align-items: center;
968
+ -webkit-box-pack: justify;
969
+ -webkit-justify-content: space-between;
970
+ -ms-flex-pack: justify;
971
+ justify-content: space-between;
972
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
973
+ padding: 0 var(--zaui-space-size-md, 16px);
974
+ }
975
+ .pro-header .pro-header-top .pro-header-left {
976
+ display: -webkit-box;
977
+ display: -webkit-flex;
978
+ display: -ms-flexbox;
979
+ display: flex;
980
+ -webkit-box-align: center;
981
+ -webkit-align-items: center;
982
+ -ms-flex-align: center;
983
+ align-items: center;
984
+ margin-right: var(--zaui-space-size-md, 16px);
985
+ }
986
+ .pro-header .pro-header-top .pro-header-left.pro-header-left-space {
987
+ margin-left: var(--zaui-space-size-md, 16px);
988
+ }
989
+ .pro-header .pro-header-top .pro-header-left ul {
990
+ display: -webkit-box;
991
+ display: -webkit-flex;
992
+ display: -ms-flexbox;
993
+ display: flex;
994
+ -webkit-box-align: center;
995
+ -webkit-align-items: center;
996
+ -ms-flex-align: center;
997
+ align-items: center;
998
+ }
999
+ .pro-header .pro-header-top .pro-header-left ul li {
1000
+ display: -webkit-box;
1001
+ display: -webkit-flex;
1002
+ display: -ms-flexbox;
1003
+ display: flex;
1004
+ color: #1d2129;
1005
+ font-weight: 500;
1006
+ font-size: var(--zaui-font-size-xl, 18px);
1007
+ }
1008
+ .pro-header .pro-header-top .pro-header-left ul li .breadcrumb-value {
1009
+ display: inline-block;
1010
+ }
1011
+ .pro-header .pro-header-top .pro-header-left ul li > span {
1012
+ display: -webkit-box;
1013
+ display: -webkit-flex;
1014
+ display: -ms-flexbox;
1015
+ display: flex;
1016
+ }
1017
+ .pro-header .pro-header-top .pro-header-left ul li .omit {
1018
+ overflow: hidden;
1019
+ white-space: nowrap;
1020
+ text-overflow: ellipsis;
1021
+ }
1022
+ .pro-header .pro-header-top .pro-header-left ul li b {
1023
+ font-size: var(--zaui-font-size-lg, 16px);
1024
+ }
1025
+ .pro-header .pro-header-top .pro-header-left ul li .ant-typography {
1026
+ display: -webkit-box;
1027
+ display: -webkit-flex;
1028
+ display: -ms-flexbox;
1029
+ display: flex;
1030
+ margin-bottom: 0;
1031
+ }
1032
+ .pro-header .pro-header-top .pro-header-left ul li.version {
1033
+ height: 24px;
1034
+ padding: 0 var(--zaui-space-size-sm, 8px);
1035
+ color: var(--zaui-brand, #006aff);
1036
+ font-size: var(--zaui-font-size-sm, 12px);
1037
+ font-style: initial;
1038
+ line-height: 24px;
1039
+ background: var(--ant-primary-1, #e6f4ff);
1040
+ border-radius: var(--zaui-border-radius, 8px);
1041
+ }
1042
+ .pro-header .pro-header-top .pro-header-left ul li.hidden {
1043
+ display: none;
1044
+ }
1045
+ .pro-header .pro-header-top .pro-header-right .ant-btn-link {
1046
+ color: #616161;
1047
+ }
1048
+ .pro-header .pro-header-top .pro-header-right .ant-btn-primary {
1049
+ color: #ffffff;
1050
+ }
1051
+ .pro-header .pro-header-top .pro-header-right .ant-btn-link {
1052
+ padding: var(--zaui-space-size-xs, 4px), var(--zaui-space-size-sm, 8px);
1053
+ }
1054
+ .pro-header .pro-header-top .pro-header-right .ant-divider-vertical {
1055
+ margin: 0;
1056
+ }
1057
+ .pro-header .pro-header-nav {
1058
+ position: relative;
1059
+ display: -webkit-box;
1060
+ display: -webkit-flex;
1061
+ display: -ms-flexbox;
1062
+ display: flex;
1063
+ background: #fafafa;
1064
+ border-top: 1px solid #f2f2f2;
1065
+ }
1066
+ .pro-header .pro-header-nav.pro-header-nav-open .pro-header-fold .pro-header-fold-bg {
1067
+ -webkit-transform: rotate(180deg);
1068
+ transform: rotate(180deg);
1069
+ }
1070
+ .pro-header .pro-header-nav.pro-header-nav-hidden {
1071
+ padding: 0;
1072
+ border: none;
1073
+ }
1074
+ .pro-header .pro-header-nav.pro-header-nav-hidden ul {
1075
+ height: 0;
1076
+ overflow: hidden;
1077
+ }
1078
+ .pro-header .pro-header-nav .pro-header-fold {
1079
+ position: absolute;
1080
+ bottom: -13px;
1081
+ left: 50%;
1082
+ -webkit-transform: translateX(-50%);
1083
+ transform: translateX(-50%);
1084
+ cursor: pointer;
1085
+ }
1086
+ .pro-header .pro-header-nav .pro-header-fold .pro-header-fold-bg {
1087
+ position: relative;
1088
+ z-index: 2;
1089
+ height: 26px;
1090
+ background: #fff;
1091
+ -webkit-transform: rotate(0deg);
1092
+ transform: rotate(0deg);
1093
+ -webkit-transform-origin: center;
1094
+ transform-origin: center;
1095
+ }
1096
+ .pro-header .pro-header-nav .pro-header-fold::before {
1097
+ position: absolute;
1098
+ bottom: 13px;
1099
+ left: 50%;
1100
+ z-index: 1;
1101
+ width: 140px;
1102
+ height: 1px;
1103
+ background: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), color-stop(37%, var(--zaui-brand, #006aff)), color-stop(57%, var(--zaui-brand, #006aff)), to(rgba(216, 216, 216, 0)));
1104
+ background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, var(--zaui-brand, #006aff) 37%, var(--zaui-brand, #006aff) 57%, rgba(216, 216, 216, 0) 100%);
1105
+ background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, var(--zaui-brand, #006aff) 37%, var(--zaui-brand, #006aff) 57%, rgba(216, 216, 216, 0) 100%);
1106
+ -webkit-transform: translateX(-50%);
1107
+ transform: translateX(-50%);
1108
+ content: '';
1109
+ }
1110
+ .pro-header .pro-header-nav .pro-header-fold svg {
1111
+ fill: var(--zaui-brand, #006aff);
1112
+ }
1113
+ .pro-header .pro-header-nav ul {
1114
+ display: -webkit-box;
1115
+ display: -webkit-flex;
1116
+ display: -ms-flexbox;
1117
+ display: flex;
1118
+ -webkit-flex-wrap: wrap;
1119
+ -ms-flex-wrap: wrap;
1120
+ flex-wrap: wrap;
1121
+ height: 60px;
1122
+ padding: 0 16px;
1123
+ overflow: hidden;
1124
+ -webkit-transition: height 0.2s ease-in-out;
1125
+ transition: height 0.2s ease-in-out;
1126
+ }
1127
+ .pro-header .pro-header-nav ul li {
1128
+ margin-top: 4px;
1129
+ margin-right: 52px;
1130
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1131
+ }
1132
+ .pro-header .pro-header-nav ul li:last-child {
1133
+ margin-right: 0;
1134
+ }
1135
+ .pro-header .pro-header-nav ul li span {
1136
+ font-weight: 400;
1137
+ font-size: var(--zaui-font-size, 14px);
1138
+ }
1139
+ .pro-header .pro-header-nav ul li span:first-child {
1140
+ display: block;
1141
+ font-weight: 500;
1142
+ }
1143
+ .pro-header .pro-header-nav ul li .describe-value {
1144
+ color: var(--zaui-text, #343434);
1145
+ font-weight: 400;
1146
+ }
1147
+ .pro-header .pro-header-nav ul li .describe-value > * {
1148
+ color: var(--zaui-text, #343434);
1149
+ font-weight: 400 !important;
1150
+ }
1151
+ .pro-header .pro-header-info li {
1152
+ margin-right: var(--zaui-space-size-sm, 8px);
1153
+ }
1154
+ .pro-header .pro-header-describe {
1155
+ display: -webkit-box;
1156
+ display: -webkit-flex;
1157
+ display: -ms-flexbox;
1158
+ display: flex;
1159
+ -webkit-flex-wrap: wrap;
1160
+ -ms-flex-wrap: wrap;
1161
+ flex-wrap: wrap;
1162
+ padding: 0 var(--zaui-space-size-md, 16px);
1163
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
1164
+ font-size: var(--zaui-font-size, 14px);
1165
+ }
1166
+ .pro-header .pro-header-describe li {
1167
+ margin-left: var(--zaui-space-card, 32px);
1168
+ }
1169
+ .pro-header .pro-header-describe li.pro-header-only-tag {
1170
+ margin-left: var(--zaui-space-size-sm, 8px);
1171
+ }
1172
+ .pro-header .pro-header-describe li.pro-header-only-tag span:first-child {
1173
+ margin-right: 0;
1174
+ }
1175
+ .pro-header .pro-header-describe li:first-child {
1176
+ margin-left: 0;
1177
+ }
1178
+ .pro-header .pro-header-describe li span {
1179
+ color: #0a0a0a;
1180
+ font-weight: 400;
1181
+ }
1182
+ .pro-header .pro-header-describe li span:first-child {
1183
+ margin-right: 12px;
1184
+ }
1185
+ .pro-header .pro-header-describe li span:last-child {
1186
+ display: inline-grid;
1187
+ font-weight: 600;
1188
+ }
1189
+ .pro-header .pro-header-describe li span:last-child .pro-header-tag {
1190
+ margin-left: 4px;
1191
+ }
1192
+ @media (max-width: 1366px) {
1193
+ .pro-header-describe li span:last-child {
1194
+ max-width: 350px;
1195
+ }
1196
+ }
1197
+ .pro-layout {
1198
+ display: -webkit-box;
1199
+ display: -webkit-flex;
1200
+ display: -ms-flexbox;
1201
+ display: flex;
1202
+ -webkit-box-orient: vertical;
1203
+ -webkit-box-direction: normal;
1204
+ -webkit-flex-direction: column;
1205
+ -ms-flex-direction: column;
1206
+ flex-direction: column;
1207
+ background: var(--zaui-base-bg, #ffffff);
1208
+ /** 内容区 */
1209
+ }
1210
+ .pro-layout .pro-layout-menu-open .pro-layout-open-menu-lv1 h2 {
1211
+ font-weight: bold;
1212
+ }
1213
+ .pro-layout.pro-layout-light .pro-collapse {
1214
+ border-radius: var(--zaui-border-radius, 8px);
1215
+ }
1216
+ .pro-layout.pro-layout-light .pro-collapse.ant-collapse-borderless {
1217
+ background: #fff;
1218
+ }
1219
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-collapse-content {
1220
+ border-radius: var(--zaui-border-radius, 8px) !important;
1221
+ padding: var(--zaui-space-size-md, 16px);
1222
+ }
1223
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-no-title .pro-header-no-describe {
1224
+ padding: 0 !important;
1225
+ }
1226
+ .pro-layout.pro-layout-light .pro-collapse .ant-collapse-item-active.pro-collapse-panel .ant-collapse-header {
1227
+ border-radius: var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px) 0 0 !important;
1228
+ }
1229
+ .pro-layout.pro-layout-light .pro-collapse .pro-collapse-content {
1230
+ border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
1231
+ padding: var(--zaui-space-size-md, 16px);
1232
+ }
1233
+ .pro-layout.pro-layout-light .pro-collapse .pro-collapse-content .pro-form {
1234
+ margin-bottom: 0;
1235
+ }
1236
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-panel .ant-collapse-header {
1237
+ background: #fff;
1238
+ }
1239
+ .pro-layout.pro-layout-light .pro-collapse.pro-collapse-level2 .pro-collapse-content {
1240
+ padding-bottom: var(--zaui-border-radius, 8px);
1241
+ }
1242
+ .pro-layout.pro-layout-light .pro-collapse .pro-collapse-panel .ant-collapse-header {
1243
+ border-radius: var(--zaui-border-radius, 8px) !important;
1244
+ background: #E4F2FE;
1245
+ }
1246
+ .pro-layout.pro-layout-light .pro-header {
1247
+ border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
1248
+ }
1249
+ .pro-layout.pro-layout-light .pro-header.pro-header-no-describe {
1250
+ padding: var(--zaui-space-size-md, 16px) !important;
1251
+ }
1252
+ .pro-layout.pro-layout-light .pro-header.pro-header-no-describe .pro-header-top {
1253
+ padding-bottom: 0;
1254
+ }
1255
+ .pro-layout.pro-layout-light .pro-header.pro-header-has-describe .pro-header-nav-open {
1256
+ border-radius: 0 0 var(--zaui-border-radius, 8px) var(--zaui-border-radius, 8px);
1257
+ }
1258
+ .pro-layout.pro-layout-light .pro-layout-content {
1259
+ padding: 0 var(--zaui-space-size-md, 16px);
1260
+ background: #f3f5f8;
1261
+ }
1262
+ .pro-layout.pro-layout-light .pro-layout-menu-open,
1263
+ .pro-layout.pro-layout-light .pro-layout-menu {
1264
+ -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
1265
+ box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
1266
+ }
1267
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
1268
+ position: relative;
1269
+ z-index: 1;
1270
+ color: var(--zaui-text, #343434);
1271
+ }
1272
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list {
1273
+ border-right: 1px solid #f0f0f0;
1274
+ }
1275
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li {
1276
+ position: relative;
1277
+ }
1278
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li > div {
1279
+ position: relative;
1280
+ z-index: 1;
1281
+ }
1282
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active {
1283
+ background: transparent;
1284
+ border-radius: var(--zaui-border-radius, 8px);
1285
+ }
1286
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active div .pro-layout-icon {
1287
+ color: #fff;
1288
+ }
1289
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active::before {
1290
+ position: absolute;
1291
+ top: 4px;
1292
+ left: 5px;
1293
+ width: calc(100% - 10px);
1294
+ height: 38px;
1295
+ background-color: var(--zaui-brand, #006aff);
1296
+ border-radius: var(--zaui-border-radius, 8px);
1297
+ opacity: 1 !important;
1298
+ content: '';
1299
+ }
1300
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover {
1301
+ background: transparent;
1302
+ }
1303
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover::before {
1304
+ position: absolute;
1305
+ top: 4px;
1306
+ left: 5px;
1307
+ width: calc(100% - 10px);
1308
+ height: 38px;
1309
+ background-color: var(--zaui-brand, #006aff);
1310
+ border-radius: var(--zaui-border-radius, 8px);
1311
+ opacity: 0.08;
1312
+ content: '';
1313
+ }
1314
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li div .pro-layout-icon {
1315
+ color: var(--zaui-text, #343434);
1316
+ }
1317
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed {
1318
+ position: relative;
1319
+ background: var(--zaui-base-bg, #fff);
1320
+ border-right: 1px solid #f0f0f0;
1321
+ }
1322
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover {
1323
+ background: transparent !important;
1324
+ }
1325
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed:hover::after {
1326
+ position: absolute;
1327
+ top: 5px;
1328
+ left: 5px;
1329
+ width: calc(100% - 10px);
1330
+ height: 40px;
1331
+ background-color: var(--zaui-brand, #006aff);
1332
+ border-radius: var(--zaui-border-radius, 8px);
1333
+ opacity: 0.08;
1334
+ content: '';
1335
+ }
1336
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
1337
+ position: absolute;
1338
+ top: 0;
1339
+ left: var(--zaui-space-size-sm, 8px);
1340
+ width: calc(100% - 16px);
1341
+ height: 1px;
1342
+ background: #dee0e3;
1343
+ content: '';
1344
+ }
1345
+ .pro-layout.pro-layout-light .pro-layout-row .pro-layout-arrow {
1346
+ border-color: var(--zaui-text, #343434);
1347
+ }
1348
+ .pro-layout.pro-layout-light .ant-menu-root {
1349
+ overflow-x: hidden !important;
1350
+ }
1351
+ .pro-layout.pro-layout-light .anticon-caret-down {
1352
+ color: #999 !important;
1353
+ }
1354
+ .pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
1355
+ background: var(--zaui-base-bg, #ffffff);
1356
+ }
1357
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
1358
+ background: var(--zaui-base-bg, #ffffff);
1359
+ }
1360
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div h2 {
1361
+ color: var(--zaui-text, #343434);
1362
+ padding-right: 26px;
1363
+ }
1364
+ .pro-layout.pro-layout-light .ant-menu-item-only-child .ant-menu-title-content div h2 {
1365
+ padding-right: 16px;
1366
+ }
1367
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover,
1368
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover,
1369
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
1370
+ position: relative;
1371
+ background: transparent;
1372
+ }
1373
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover:before,
1374
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before,
1375
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected:before {
1376
+ position: absolute;
1377
+ left: var(--zaui-space-size-sm, 8px);
1378
+ width: calc(100% - 16px);
1379
+ min-height: 38px;
1380
+ height: 80%;
1381
+ background-color: var(--zaui-brand, #006aff);
1382
+ border-radius: var(--zaui-border-radius, 8px);
1383
+ opacity: 0.08;
1384
+ content: '';
1385
+ }
1386
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
1387
+ padding-right: 16px;
1388
+ background: transparent !important;
1389
+ }
1390
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected::after {
1391
+ display: none;
1392
+ }
1393
+ .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected h2 {
1394
+ color: var(--zaui-brand, #006aff) !important;
1395
+ }
1396
+ .pro-layout .pro-layout-row-has-notice .pro-layout-content {
1397
+ min-height: calc(100vh - 80px);
1398
+ }
1399
+ .pro-layout .pro-layout-content {
1400
+ z-index: 1;
1401
+ -webkit-box-flex: 1;
1402
+ -webkit-flex: auto;
1403
+ -ms-flex: auto;
1404
+ flex: auto;
1405
+ min-height: calc(100vh - 48px);
1406
+ margin-top: 48px;
1407
+ margin-left: 48px;
1408
+ padding: 0 var(--zaui-space-size-lg, 32px);
1409
+ -webkit-transition: all 0.24s ease;
1410
+ transition: all 0.24s ease;
1411
+ }
1412
+ .pro-layout .pro-layout-content.pro-layout-has-notice {
1413
+ min-height: calc(100vh - 80px);
1414
+ margin-top: 80px;
1415
+ }
1416
+ .pro-layout .pro-layout-row-pure .pro-layout-content {
1417
+ margin: 0 !important;
1418
+ }
1419
+ .pro-layout .pro-layout-row-top-pure .pro-layout-content {
1420
+ margin-top: 0 !important;
1421
+ }
1422
+ .pro-layout .pro-layout-row-left-pure .pro-layout-content {
1423
+ margin-left: 0 !important;
1424
+ }
1425
+ .pro-layout .pro-layout-header-pure + .pro-layout-row .pro-layout-sider-new-nav {
1426
+ top: 0 !important;
1427
+ }
1428
+ .pro-step-wrapper {
1429
+ padding-right: 48px;
1430
+ }
1431
+ .pro-step {
1432
+ position: fixed;
1433
+ right: 0;
1434
+ z-index: 101;
1435
+ min-width: 48px;
1436
+ min-height: 48px;
1437
+ overflow-x: hidden;
1438
+ overflow-y: auto;
1439
+ text-align: center;
1440
+ background-color: var(--zaui-global-bg, #fff);
1441
+ border-radius: 0 0 var(--zaui-border-radius) var(--zaui-border-radius);
1442
+ -webkit-box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
1443
+ box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
1444
+ cursor: pointer;
1445
+ -webkit-transition: width 0.2s;
1446
+ transition: width 0.2s;
1447
+ }
1448
+ .pro-step > .step-menu {
1449
+ display: -webkit-box;
1450
+ display: -webkit-flex;
1451
+ display: -ms-flexbox;
1452
+ display: flex;
1453
+ -webkit-box-align: center;
1454
+ -webkit-align-items: center;
1455
+ -ms-flex-align: center;
1456
+ align-items: center;
1457
+ width: 100%;
1458
+ height: 48px;
1459
+ font-size: var(--zaui-font-size-lg, 16px);
1460
+ border-bottom: 1px solid var(--zaui-line, #dddddd);
1461
+ }
1462
+ .pro-step > .step-menu > .menu-icon {
1463
+ font-size: var(--zaui-font-size-lg-title, 24px);
1464
+ fill: var(--zaui-brand, #006aff);
1465
+ }
1466
+ .pro-step > .step-menu > .menu-icon > div {
1467
+ display: -webkit-box;
1468
+ display: -webkit-flex;
1469
+ display: -ms-flexbox;
1470
+ display: flex;
1471
+ -webkit-box-align: center;
1472
+ -webkit-align-items: center;
1473
+ -ms-flex-align: center;
1474
+ align-items: center;
1475
+ -webkit-box-pack: center;
1476
+ -webkit-justify-content: center;
1477
+ -ms-flex-pack: center;
1478
+ justify-content: center;
1479
+ width: 48px;
1480
+ height: 24px;
1481
+ }
1482
+ .pro-step .menu-content {
1483
+ overflow: hidden;
1484
+ }
1485
+ .pro-step .menu-content:hover {
1486
+ overflow-y: auto;
1487
+ }
1488
+ .pro-step .com-menu-item {
1489
+ display: -webkit-box;
1490
+ display: -webkit-flex;
1491
+ display: -ms-flexbox;
1492
+ display: flex;
1493
+ -webkit-box-align: center;
1494
+ -webkit-align-items: center;
1495
+ -ms-flex-align: center;
1496
+ align-items: center;
1497
+ -webkit-box-pack: justify;
1498
+ -webkit-justify-content: space-between;
1499
+ -ms-flex-pack: justify;
1500
+ justify-content: space-between;
1501
+ width: 100%;
1502
+ height: 48px;
1503
+ padding-right: var(--zaui-space-size-md, 24px);
1504
+ }
1505
+ .pro-step .com-menu-item:hover {
1506
+ background-color: rgba(185, 185, 189, 0.1);
1507
+ }
1508
+ .pro-step .com-menu-item.current {
1509
+ background-color: var(--ant-primary-1, #e6f4ff);
1510
+ }
1511
+ .pro-step .com-menu-item.current:hover {
1512
+ background-color: var(--ant-primary-1, #e6f4ff);
1513
+ }
1514
+ .pro-step .com-menu-item > .menu-item {
1515
+ display: -webkit-box;
1516
+ display: -webkit-flex;
1517
+ display: -ms-flexbox;
1518
+ display: flex;
1519
+ -webkit-box-align: center;
1520
+ -webkit-align-items: center;
1521
+ -ms-flex-align: center;
1522
+ align-items: center;
1523
+ }
1524
+ .pro-step .com-menu-item > .menu-item > .menu-icon {
1525
+ display: -webkit-box;
1526
+ display: -webkit-flex;
1527
+ display: -ms-flexbox;
1528
+ display: flex;
1529
+ -webkit-box-align: center;
1530
+ -webkit-align-items: center;
1531
+ -ms-flex-align: center;
1532
+ align-items: center;
1533
+ -webkit-box-pack: center;
1534
+ -webkit-justify-content: center;
1535
+ -ms-flex-pack: center;
1536
+ justify-content: center;
1537
+ width: 48px;
1538
+ height: 100%;
1539
+ }
1540
+ .pro-step .com-menu-item > .menu-item > .menu-icon > svg {
1541
+ fill: var(--zaui-brand, #006aff);
1542
+ }
1543
+ .pro-step .com-menu-item > .menu-item > .menu-icon > .dot {
1544
+ width: 6px;
1545
+ height: 6px;
1546
+ background: var(--zaui-brand, #006aff);
1547
+ border-radius: 3px;
1548
+ }
1549
+ .pro-step .com-menu-item > .menu-item > .menu-icon > .dot.errored {
1550
+ background: #ff5050;
1551
+ fill: #ff5050;
1552
+ }
1553
+ .pro-step .com-menu-item > .menu-item > .menu-icon > .dot.disabled {
1554
+ background: #939599;
1555
+ fill: #939599;
1556
+ }
1557
+ .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon {
1558
+ display: -webkit-box;
1559
+ display: -webkit-flex;
1560
+ display: -ms-flexbox;
1561
+ display: flex;
1562
+ -webkit-box-align: center;
1563
+ -webkit-align-items: center;
1564
+ -ms-flex-align: center;
1565
+ align-items: center;
1566
+ -webkit-box-pack: center;
1567
+ -webkit-justify-content: center;
1568
+ -ms-flex-pack: center;
1569
+ justify-content: center;
1570
+ width: 18px;
1571
+ height: 18px;
1572
+ color: #ffffff;
1573
+ font-size: var(--zaui-font-size-sm, 12px);
1574
+ background: var(--zaui-brand, #006aff);
1575
+ border-radius: 9px;
1576
+ }
1577
+ .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.errored {
1578
+ background: #ff5050;
1579
+ fill: #ff5050;
1580
+ }
1581
+ .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.disabled {
1582
+ background: #939599;
1583
+ fill: #939599;
1584
+ }
1585
+ .pro-step .com-menu-item > .menu-item > .menu-name {
1586
+ color: #0a0a0a;
1587
+ }
1588
+ .pro-step .com-menu-item > .menu-item > .menu-name.disabled {
1589
+ color: #626366;
1590
+ }
1591
+ .pro-step .com-menu-item > .checked-status {
1592
+ height: 18px;
1593
+ }
1594
+ .pro-step .com-menu-item > .checked-status > svg {
1595
+ fill: var(--zaui-brand, #006aff);
1596
+ }
1597
+ .pro-step .com-menu-item > .checked-status .errorDot {
1598
+ display: -webkit-box;
1599
+ display: -webkit-flex;
1600
+ display: -ms-flexbox;
1601
+ display: flex;
1602
+ -webkit-box-align: center;
1603
+ -webkit-align-items: center;
1604
+ -ms-flex-align: center;
1605
+ align-items: center;
1606
+ -webkit-box-pack: center;
1607
+ -webkit-justify-content: center;
1608
+ -ms-flex-pack: center;
1609
+ justify-content: center;
1610
+ width: 16px;
1611
+ height: 16px;
1612
+ background: rgba(255, 80, 80, 0.2);
1613
+ border-radius: 8px;
1614
+ }
1615
+ .pro-step .com-menu-item > .checked-status .errorDot > span {
1616
+ color: #ff5050;
1617
+ font-weight: 600;
1618
+ font-size: var(--aui-font-size-sm, 12px);
1619
+ border-radius: 8px;
1620
+ }
1621
+ .pro-step.open {
1622
+ width: 200px;
1623
+ }
1624
+ .pro-step.closed {
1625
+ width: 48px;
1626
+ }
1627
+ .pro-tabs .ant-tabs .ant-tabs-nav-list .ant-tabs-tab {
1628
+ padding: 0 !important;
1629
+ }
1630
+ .pro-tabs .ant-tabs-top > .ant-tabs-nav::before,
1631
+ .pro-tabs .ant-tabs-bottom > .ant-tabs-nav::before,
1632
+ .pro-tabs .ant-tabs-top > div > .ant-tabs-nav::before,
1633
+ .pro-tabs .ant-tabs-bottom > div > .ant-tabs-nav::before {
1634
+ border: none;
1635
+ }
1636
+ .pro-tabs .ant-tabs-nav-list .ant-tabs-tab:first-child .pro-tabs-card {
1637
+ border-left: 1px solid var(--zaui-line, #dddddd);
1638
+ }
1639
+ .pro-tabs .ant-tabs-tab-active .pro-tabs-card {
1640
+ background: var(--ant-primary-color-active-deprecated-f-30, rgba(230, 247, 255, 0.3));
1641
+ }
1642
+ .pro-tabs .ant-tabs-ink-bar {
1643
+ top: 0;
1644
+ height: 3px !important;
1645
+ }
1646
+ .pro-tabs .pro-tabs-card {
1647
+ width: 200px;
1648
+ padding: calc(9px * var(--zaui-size, 1)) 16px calc(9px * var(--zaui-size, 1)) 24px;
1649
+ border: 1px solid var(--zaui-line, #dddddd);
1650
+ border-left: none;
1651
+ }
1652
+ .pro-tabs .pro-tabs-card .pro-tabs-card-left {
1653
+ width: 104px;
1654
+ text-shadow: none;
1655
+ }
1656
+ .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-total {
1657
+ color: var(--zaui-text, #343434);
1658
+ font-weight: 600;
1659
+ font-size: var(--zaui-font-size-lg-title, 24px);
1660
+ }
1661
+ .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-label {
1662
+ color: var(--aui-text, #343434);
1663
+ font-weight: 400;
1664
+ font-size: var(--zaui-font-size, 14px);
1665
+ }
1666
+ .pro-tabs .pro-tabs-card .pro-tabs-card-right {
1667
+ display: -webkit-box;
1668
+ display: -webkit-flex;
1669
+ display: -ms-flexbox;
1670
+ display: flex;
1671
+ }
1672
+ .pro-tabs .pro-tabs-card .pro-tabs-card-right img {
1673
+ width: 48px;
1674
+ }
1675
+ .pro-tabs-tab .pro-tabs-card .ant-tag {
1676
+ min-width: 22px;
1677
+ margin-right: 0;
1678
+ padding: 0 var(--zaui-space-size-xs, 4px);
1679
+ text-align: center;
1680
+ border-radius: 12px;
1681
+ }
1682
+ .pro-tabs-tab .pro-tabs-card .ant-space-item {
1683
+ display: -webkit-box;
1684
+ display: -webkit-flex;
1685
+ display: -ms-flexbox;
1686
+ display: flex;
1687
+ }
1688
+ .pro-table.pro-table-bordered .ant-table .ant-table-thead > tr > th {
1689
+ border-bottom: 1px solid #f0f0f0;
1690
+ }
1691
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table,
1692
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table {
1693
+ border-top: 1px solid rgba(0, 0, 0, 0.06);
1694
+ }
1695
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > thead > tr > th,
1696
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > thead > tr > th,
1697
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > thead > tr > th,
1698
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > thead > tr > th,
1699
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > tbody > tr > td,
1700
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > tbody > tr > td,
1701
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > tbody > tr > td,
1702
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
1703
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
1704
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
1705
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
1706
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
1707
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
1708
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
1709
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
1710
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
1711
+ border-right: 1px solid rgba(0, 0, 0, 0.06);
1712
+ }
1713
+ .pro-table.pro-table-bordered .ant-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
1714
+ border-bottom: 1px solid #f0f0f0;
1715
+ }
1716
+ .pro-table.pro-table-bordered .ant-table > .ant-table-container {
1717
+ border-left: 1px solid rgba(0, 0, 0, 0.06);
1718
+ }
1719
+ .pro-table .custom-column-btn {
1720
+ display: -webkit-inline-box;
1721
+ display: -webkit-inline-flex;
1722
+ display: -ms-inline-flexbox;
1723
+ display: inline-flex;
1724
+ -webkit-box-align: center;
1725
+ -webkit-align-items: center;
1726
+ -ms-flex-align: center;
1727
+ align-items: center;
1728
+ }
1729
+ .pro-table .custom-column-btn:hover,
1730
+ .pro-table .custom-column-btn:visited,
1731
+ .pro-table .custom-column-btn:focus {
1732
+ color: unset;
1733
+ background: unset;
1734
+ border: 1px solid #d9d9d9;
1735
+ }
1736
+ .pro-table .custom-column-btn .anticon {
1737
+ height: 16px;
1738
+ }
1739
+ .pro-table .ant-table-tbody .ant-table-cell-fix-left,
1740
+ .pro-table .ant-table-tbody .ant-table-cell-fix-right {
1741
+ background: unset !important;
1742
+ }
1743
+ .pro-table .ant-table-body .ant-table-tbody .ant-table-row:nth-child(odd).new-cell {
1744
+ background: #d2fff4 !important;
1745
+ }
1746
+ .pro-table .ant-table-body .ant-table-tbody .ant-table-row:nth-child(odd).new-cell td {
1747
+ background: #d2fff4 !important;
1748
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
1749
+ }
1750
+ .pro-table .ant-table-body .ant-table-cell .varied-cell {
1751
+ margin-left: -8px;
1752
+ padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1753
+ background: var(--zaui-contract-bg, #fffaa1);
1754
+ border-radius: var(--zaui-border-radius, 8px);
1755
+ }
1756
+ .pro-table .ant-table-body .varied-cell.empty-cell {
1757
+ width: 24.5px;
1758
+ }
1759
+ .pro-table .copyable-table-cell .ant-typography {
1760
+ display: -webkit-box;
1761
+ display: -webkit-flex;
1762
+ display: -ms-flexbox;
1763
+ display: flex;
1764
+ -webkit-box-align: center;
1765
+ -webkit-align-items: center;
1766
+ -ms-flex-align: center;
1767
+ align-items: center;
1768
+ margin-bottom: 0;
1769
+ }
1770
+ .pro-table .copyable-table-cell .drag-icon > div {
1771
+ display: -webkit-box;
1772
+ display: -webkit-flex;
1773
+ display: -ms-flexbox;
1774
+ display: flex;
1775
+ -webkit-box-align: center;
1776
+ -webkit-align-items: center;
1777
+ -ms-flex-align: center;
1778
+ align-items: center;
1779
+ }
1780
+ .pro-table .copyable-table-cell .ant-typography-copy-success svg {
1781
+ fill: var(--zaui-success, #00ae4d);
1782
+ }
1783
+ .pro-table .copyable-table-cell svg {
1784
+ display: inline-block;
1785
+ width: 16px;
1786
+ height: 16px;
1787
+ fill: var(--zaui-brand, #006aff);
1788
+ }
1789
+ .pro-table.pro-table-no-stripe .ant-table.ant-table-scroll-horizontal .ant-table-tbody .ant-table-row:nth-child(n) > td {
1790
+ background: var(--zaui-base-bg, #ffffff);
1791
+ }
1792
+ .pro-table .ant-table-thead .ant-dropdown-trigger.ant-dropdown-open .anticon-down {
1793
+ -webkit-transform: rotateZ(180deg);
1794
+ transform: rotateZ(180deg);
1795
+ -webkit-transition: -webkit-transform 0.3s;
1796
+ transition: -webkit-transform 0.3s;
1797
+ transition: transform 0.3s;
1798
+ transition: transform 0.3s, -webkit-transform 0.3s;
1799
+ }
1800
+ .pro-table .pro-table-container {
1801
+ position: relative;
1802
+ }
1803
+ .pro-table .pro-table-container .pro-table-resizable-line {
1804
+ position: absolute;
1805
+ top: 0;
1806
+ left: 100px;
1807
+ width: 0;
1808
+ height: 100%;
1809
+ border-left: 1px solid var(--zaui-brand, #006aff);
1810
+ }
1811
+ .pro-table .ant-table-thead tr th:last-child .react-resizable-handle {
1812
+ display: none;
1813
+ }
1814
+ .pro-table .ant-space {
1815
+ gap: var(--zaui-space-size-sm, 8px) !important;
1816
+ }
1817
+ .pro-table .ant-btn-link {
1818
+ padding: 0 var(--zaui-space-size-xs, 4px);
1819
+ }
1820
+ .pro-table .ant-btn-link:first-child {
1821
+ padding-left: 0;
1822
+ }
1823
+ .pro-table .column-config {
1824
+ display: -webkit-box;
1825
+ display: -webkit-flex;
1826
+ display: -ms-flexbox;
1827
+ display: flex;
1828
+ -webkit-box-pack: justify;
1829
+ -webkit-justify-content: space-between;
1830
+ -ms-flex-pack: justify;
1831
+ justify-content: space-between;
1832
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1833
+ }
1834
+ .pro-table .column-config .right-actions {
1835
+ display: -webkit-box;
1836
+ display: -webkit-flex;
1837
+ display: -ms-flexbox;
1838
+ display: flex;
1839
+ -webkit-box-align: center;
1840
+ -webkit-align-items: center;
1841
+ -ms-flex-align: center;
1842
+ align-items: center;
1843
+ }
1844
+ .pro-table .column-config .right-actions > .ant-btn:hover,
1845
+ .pro-table .column-config .right-actions > .ant-btn:visited,
1846
+ .pro-table .column-config .right-actions > .ant-btn:focus {
1847
+ color: unset;
1848
+ background: unset;
1849
+ border: 1px solid #d9d9d9;
1850
+ }
1851
+ .pro-table .column-config .right-actions .custom-column-btn {
1852
+ margin-left: var(--zaui-space-size-sm, 8px);
1853
+ }
1854
+ .pro-table .pro-table-empty {
1855
+ margin: var(--zaui-space-size-lg, 32px) 0;
1856
+ color: rgba(0, 0, 0, 0.25);
1857
+ font-size: var(--zaui-font-size-md, 14px);
1858
+ text-align: center;
1859
+ }
1860
+ .pro-table .pro-table-empty .empty-image {
1861
+ height: 80px;
1862
+ }
1863
+ .pro-table .pro-table-empty .empty-image img {
1864
+ height: 100%;
1865
+ }
1866
+ .pro-table .ant-table .ant-table-thead > tr > th {
1867
+ white-space: nowrap;
1868
+ background: var(--zaui-table-header-bg, #f2f3f5);
1869
+ border-bottom: 0;
1870
+ }
1871
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-th-cell {
1872
+ width: 100%;
1873
+ overflow: hidden;
1874
+ white-space: nowrap;
1875
+ text-overflow: ellipsis;
1876
+ }
1877
+ .pro-table .ant-table .ant-table-thead > tr > th::before {
1878
+ width: 0 !important;
1879
+ }
1880
+ .pro-table .ant-table .ant-table-thead > tr > th.react-resizable::before {
1881
+ width: 1px !important;
1882
+ }
1883
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-tooltip {
1884
+ display: -webkit-inline-box;
1885
+ display: -webkit-inline-flex;
1886
+ display: -ms-inline-flexbox;
1887
+ display: inline-flex;
1888
+ -webkit-box-align: center;
1889
+ -webkit-align-items: center;
1890
+ -ms-flex-align: center;
1891
+ align-items: center;
1892
+ }
1893
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-tooltip .icon-tip div {
1894
+ width: 14px;
1895
+ height: 14px;
1896
+ }
1897
+ .pro-table .ant-table .ant-table-thead > tr > th .pro-table-tooltip .icon-tip div svg {
1898
+ width: 14px;
1899
+ height: 14px;
1900
+ margin-left: 8px;
1901
+ fill: #909090;
1902
+ }
1903
+ .pro-table .ant-table.ant-table-bordered .ant-table-thead > tr > th {
1904
+ border-bottom: 1px solid #f0f0f0;
1905
+ }
1906
+ .pro-table .ant-table.ant-table-bordered .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
1907
+ border-bottom: 1px solid #f0f0f0;
1908
+ }
1909
+ .pro-table .ant-table.ant-table-bordered .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
1910
+ border-bottom: 1px solid #f0f0f0;
1911
+ }
1912
+ .pro-table .ant-table-tbody .ant-table-placeholder {
1913
+ background: var(--zaui-base-bg, #ffffff) !important;
1914
+ }
1915
+ .pro-table .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
1916
+ border-bottom: 0;
1917
+ }
1918
+ .pro-table .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
1919
+ border-bottom: 0;
1920
+ }
1921
+ .pro-table .react-resizable {
1922
+ position: relative;
1923
+ background-clip: padding-box;
1924
+ }
1925
+ .pro-table .react-resizable .ant-table-filter-trigger {
1926
+ margin-right: 0;
1927
+ }
1928
+ .pro-table .react-resizable-handle {
1929
+ position: absolute;
1930
+ right: -5px;
1931
+ bottom: 0;
1932
+ z-index: 1;
1933
+ width: 10px;
1934
+ height: 100%;
1935
+ cursor: col-resize;
1936
+ }
1937
+ .pro-table .react-resizable-handle::before {
1938
+ position: absolute;
1939
+ top: 50%;
1940
+ left: 50%;
1941
+ width: 1px;
1942
+ height: 18px;
1943
+ background: #dcdcdc;
1944
+ -webkit-transform: translateY(-50%);
1945
+ transform: translateY(-50%);
1946
+ content: '';
1947
+ }
1948
+ .pro-table .react-resizable-handle.active::before,
1949
+ .pro-table .react-resizable-handle:hover::before {
1950
+ position: absolute;
1951
+ bottom: 0;
1952
+ left: 50%;
1953
+ height: 100%;
1954
+ border-left: 5px solid var(--zaui-brand, #006aff);
1955
+ content: '';
1956
+ }
1957
+ .pro-table .ant-table-tbody tr td .ant-checkbox-wrapper-checked.checkbox-disabled {
1958
+ cursor: not-allowed;
1959
+ opacity: 0.5;
1960
+ pointer-events: none;
1961
+ }
1962
+ .pro-table .ant-pagination-options-quick-jumper input {
1963
+ min-width: 32px;
1964
+ height: 32px;
1965
+ background: #fafafa;
1966
+ border: unset;
1967
+ }
1968
+ .pro-table .ant-pagination .ant-pagination-item-active a {
1969
+ color: #ffffff;
1970
+ background: var(--zaui-brand, #006aff) !important;
1971
+ border-radius: var(--zaui-border-radius, 8px);
1972
+ }
1973
+ .pro-table .pro-table-footer.no-page {
1974
+ margin-top: var(--zaui-space-size-md, 16px);
1975
+ }
1976
+ .pro-table .pro-table-footer.has-page {
1977
+ margin: -50px 0 var(--zaui-space-size-md, 16px) 0;
1978
+ }
1979
+ .pro-table .ant-table-summary {
1980
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
1981
+ }
1982
+ .pro-table .ant-table-summary .ant-table-cell {
1983
+ font-weight: 500;
1984
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
1985
+ border: none;
1986
+ }
1987
+ .ant-dropdown-placement-bottomLeft .ant-dropdown-menu-vertical.ant-dropdown-menu-light .ant-dropdown-menu-item-only-child:hover {
1988
+ background: rgba(0, 106, 255, 0.08);
1989
+ }
1990
+ .pro-tooltip {
1991
+ cursor: pointer;
1992
+ }
1993
+ .pro-tooltip .singleLine {
1994
+ height: 16px;
1995
+ overflow: hidden;
1996
+ line-height: 16px;
1997
+ white-space: nowrap;
1998
+ text-overflow: ellipsis;
1999
+ -webkit-transition: all 0.1s ease-in-out;
2000
+ transition: all 0.1s ease-in-out;
2001
+ }
2002
+ .pro-tooltip .singleLine > .single-content-box {
2003
+ display: 'inline-block';
2004
+ max-width: '100%';
2005
+ height: '100%';
2006
+ }
2007
+ .pro-tooltip .singleLine > * {
2008
+ overflow: hidden;
2009
+ white-space: nowrap;
2010
+ text-overflow: ellipsis;
2011
+ }
2012
+ .pro-tooltip .multiLine {
2013
+ display: -webkit-box;
2014
+ overflow: hidden;
2015
+ -webkit-box-orient: vertical;
2016
+ }
2017
+ .pro-tooltip .multiLine > .multi-content-box {
2018
+ max-width: '100%';
2019
+ height: '100%';
2020
+ }
2021
+ .pro-viewer .ant-image .ant-image-img,
2022
+ .pro-viewer .ant-image .ant-image-mask-info {
2023
+ display: none;
2024
+ }
2025
+ .switch-checkbox-view {
2026
+ display: -webkit-box;
2027
+ display: -webkit-flex;
2028
+ display: -ms-flexbox;
2029
+ display: flex;
2030
+ -webkit-box-align: center;
2031
+ -webkit-align-items: center;
2032
+ -ms-flex-align: center;
2033
+ align-items: center;
2034
+ }
2035
+ .switch-checkbox-view .switch-checkbox-view-label {
2036
+ -webkit-box-flex: 0;
2037
+ -webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
2038
+ -ms-flex: 0 0 var(--zaui-form-label-width, 130px);
2039
+ flex: 0 0 var(--zaui-form-label-width, 130px);
2040
+ overflow: initial;
2041
+ line-height: 1;
2042
+ white-space: pre-wrap;
2043
+ color: var(--zaui-aide-text, #939599);
2044
+ }
2045
+ div.pro-textarea-view .ant-input-disabled {
2046
+ background: transparent !important;
2047
+ }
2048
+ div.pro-textarea-view::after {
2049
+ display: none;
2050
+ padding-bottom: 12px;
2051
+ }
2052
+ .pro-textarea .ant-input {
2053
+ resize: auto !important;
2054
+ }
2055
+ .pro-form-list-block-title {
2056
+ height: 14px;
2057
+ margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
2058
+ padding-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2059
+ font-weight: 600;
2060
+ line-height: 14px;
2061
+ border-left: 4px solid var(--zaui-brand, #006aff);
2062
+ }
2063
+ .pro-form-list {
2064
+ display: -webkit-box;
2065
+ display: -webkit-flex;
2066
+ display: -ms-flexbox;
2067
+ display: flex;
2068
+ padding-bottom: 0;
2069
+ }
2070
+ .pro-form-list .single-delete {
2071
+ width: 14px !important;
2072
+ height: 14px !important;
2073
+ color: var(--zaui-placeholder, #a0a0a0);
2074
+ }
2075
+ .pro-form-list .single-delete:hover {
2076
+ color: var(--zaui-aide-text, #909090);
2077
+ }
2078
+ .pro-form-list:nth-child(1) {
2079
+ -webkit-box-flex: 1;
2080
+ -webkit-flex: 1;
2081
+ -ms-flex: 1;
2082
+ flex: 1;
2083
+ }
2084
+ .pro-form-list .pro-form-list-action {
2085
+ padding-bottom: var(--zaui-height-size-md, 16px);
2086
+ }
2087
+ .pro-form-list .pro-form-list-action > .ant-space-item:first-child > .ant-btn-link {
2088
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2089
+ }
2090
+ .pro-form-list .pro-form-list-drag-handle {
2091
+ display: -webkit-box;
2092
+ display: -webkit-flex;
2093
+ display: -ms-flexbox;
2094
+ display: flex;
2095
+ -webkit-box-align: center;
2096
+ -webkit-align-items: center;
2097
+ -ms-flex-align: center;
2098
+ align-items: center;
2099
+ height: 32px;
2100
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2101
+ padding: 0;
2102
+ padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2103
+ border: none;
2104
+ }
2105
+ .pro-form-list-line {
2106
+ padding: var(--zaui-height-size-md, 16px);
2107
+ padding-bottom: 0;
2108
+ }
2109
+ .pro-form-list-line:hover {
2110
+ background: rgba(0, 0, 0, 0.018);
2111
+ }
2112
+ .pro-form-list-toolbar .ant-btn-link,
2113
+ .pro-form-list-action .ant-btn-link {
2114
+ padding: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
2115
+ }
2116
+ .pro-form-list-toolbar .ant-btn-text:hover,
2117
+ .pro-form-list-action .ant-btn-text:hover {
2118
+ background: transparent;
2119
+ }
2120
+ .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input {
2121
+ border-color: var(--ant-error-color);
2122
+ }
2123
+ .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
2124
+ border-color: var(--ant-error-color-hover);
2125
+ border-right-width: 1px;
2126
+ outline: 0;
2127
+ -webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2128
+ box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2129
+ }
2130
+ span.ant-input-group-compact.pro-time-limit,
2131
+ span.ant-input-group-compact.pro-range-limit {
2132
+ display: -webkit-box;
2133
+ display: -webkit-flex;
2134
+ display: -ms-flexbox;
2135
+ display: flex;
2136
+ }
2137
+ span.ant-input-group-compact.pro-time-limit .ant-picker,
2138
+ span.ant-input-group-compact.pro-range-limit .ant-picker {
2139
+ -webkit-box-flex: 1;
2140
+ -webkit-flex: 1;
2141
+ -ms-flex: 1;
2142
+ flex: 1;
2143
+ }
2144
+ span.ant-input-group-compact.pro-time-limit .ant-picker-focused,
2145
+ span.ant-input-group-compact.pro-range-limit .ant-picker-focused {
2146
+ z-index: 1;
2147
+ }
2148
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox,
2149
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2150
+ -webkit-box-flex: 0;
2151
+ -webkit-flex: 0;
2152
+ -ms-flex: 0;
2153
+ flex: 0;
2154
+ min-width: unset;
2155
+ white-space: nowrap;
2156
+ }
2157
+ .pro-address {
2158
+ display: -webkit-box;
2159
+ display: -webkit-flex;
2160
+ display: -ms-flexbox;
2161
+ display: flex;
2162
+ width: 100%;
2163
+ }
2164
+ .pro-address .ant-cascader {
2165
+ width: 50% !important;
2166
+ }
2167
+ .pro-address .ant-cascader.no-detail {
2168
+ width: 100% !important;
2169
+ }
2170
+ .pro-address .pro-address-detail {
2171
+ width: 50%;
2172
+ margin-left: 2px;
2173
+ }
2174
+ .pro-address .pro-address-detail .ant-input-affix-wrapper {
2175
+ width: 100%;
2176
+ }
2177
+ .pro-address .ant-input-affix-wrapper {
2178
+ width: 50%;
2179
+ margin-left: 2px;
2180
+ }
2181
+ .pro-number-range .range-split {
2182
+ width: 32px !important;
2183
+ text-align: center !important;
2184
+ border-right: 0px;
2185
+ border-left: 0px;
2186
+ pointer-events: none;
2187
+ }
2188
+ .pro-number-range .range-split.ant-input[disabled] {
2189
+ background: #fff !important;
2190
+ }
2191
+ .pro-number-range .ant-input-status-error.range-split {
2192
+ border-color: var(--zaui-danger, #ff5050);
2193
+ }
2194
+ .pro-number-range .ant-input-rtl.range-right {
2195
+ border-right-width: 0;
2196
+ }
2197
+ .pro-number-range .ant-input-rtl.range-right:hover,
2198
+ .pro-number-range .ant-input-rtl.range-right:focus {
2199
+ border-right-width: 1px;
2200
+ }
2201
+ .pro-number-range .ant-form-item {
2202
+ margin-bottom: 0;
2203
+ }
2204
+ .pro-number-range .range-left,
2205
+ .pro-number-range .range-right {
2206
+ width: calc(50% - 20px);
2207
+ text-align: center;
2208
+ }
2209
+ .pro-number-range .range-left .ant-input-number {
2210
+ border-right: none;
2211
+ }
2212
+ .pro-number-range .range-right .ant-input-number {
2213
+ border-left: none;
2214
+ }
2215
+ .pro-number-range .range-right .range-right {
2216
+ width: 100%;
2217
+ border-top-left-radius: 0;
2218
+ border-bottom-left-radius: 0;
2219
+ }
2220
+ .pro-number-range.ant-input-group.ant-input-group-compact > *:not(:last-child) {
2221
+ margin-right: 0;
2222
+ }
2223
+ .pro-number-range > *:first-child {
2224
+ border-top-right-radius: 0 !important;
2225
+ border-bottom-right-radius: 0 !important;
2226
+ }
2227
+ .pro-number-range > *:first-child > .ant-select-selector {
2228
+ border-top-right-radius: 0 !important;
2229
+ border-bottom-right-radius: 0 !important;
2230
+ }
2231
+ .pro-number-range > *:last-child {
2232
+ border-top-left-radius: 0 !important;
2233
+ border-bottom-left-radius: 0 !important;
2234
+ }
2235
+ .pro-number-range > *:last-child > .ant-select-selector {
2236
+ border-top-left-radius: 0 !important;
2237
+ border-bottom-left-radius: 0 !important;
2238
+ }
2239
+ .pro-modal-select .ant-input-group-wrapper .close-icon,
2240
+ .pro-tree-modal .ant-input-group-wrapper .close-icon {
2241
+ display: none;
2242
+ }
2243
+ .pro-modal-select .ant-input-group-wrapper:hover .close-icon,
2244
+ .pro-tree-modal .ant-input-group-wrapper:hover .close-icon {
2245
+ position: relative;
2246
+ z-index: 101;
2247
+ display: block;
2248
+ display: -webkit-box;
2249
+ display: -webkit-flex;
2250
+ display: -ms-flexbox;
2251
+ display: flex;
2252
+ -webkit-box-align: center;
2253
+ -webkit-align-items: center;
2254
+ -ms-flex-align: center;
2255
+ align-items: center;
2256
+ -webkit-box-pack: center;
2257
+ -webkit-justify-content: center;
2258
+ -ms-flex-pack: center;
2259
+ justify-content: center;
2260
+ width: 12px;
2261
+ height: 12px;
2262
+ margin-right: var(--zaui-space-size-md, 16px);
2263
+ margin-left: -28px;
2264
+ color: #ffffff;
2265
+ background-color: rgba(0, 0, 0, 0.25);
2266
+ border: none;
2267
+ border-radius: 50%;
2268
+ }
2269
+ .pro-modal-select .ant-input-group-wrapper:hover .close-icon > span,
2270
+ .pro-tree-modal .ant-input-group-wrapper:hover .close-icon > span {
2271
+ position: relative;
2272
+ font-size: 10px;
2273
+ border: none;
2274
+ border-radius: 50%;
2275
+ }
2276
+ .pro-modal-select .ant-input-group-wrapper:hover .close-icon:hover,
2277
+ .pro-tree-modal .ant-input-group-wrapper:hover .close-icon:hover {
2278
+ background-color: rgba(0, 0, 0, 0.5);
2279
+ }
2280
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input,
2281
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input,
2282
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-group-addon,
2283
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-group-addon {
2284
+ border-color: var(--zaui-brand-hover, #3387ff);
2285
+ }
2286
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-disabled,
2287
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-disabled {
2288
+ border-color: #d9d9d9;
2289
+ }
2290
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-disabled + span,
2291
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-disabled + span {
2292
+ border-color: #d9d9d9;
2293
+ }
2294
+ .pro-modal-select .ant-input-group-wrapper:hover .ant-input-disabled + span .close-icon,
2295
+ .pro-tree-modal .ant-input-group-wrapper:hover .ant-input-disabled + span .close-icon {
2296
+ display: none;
2297
+ }
2298
+ .pro-modal-select .pro-tree-modal-input-appoint .ant-input,
2299
+ .pro-tree-modal .pro-tree-modal-input-appoint .ant-input {
2300
+ border-top-left-radius: 0;
2301
+ border-bottom-left-radius: 0;
2302
+ }
2303
+ .pro-modal-select .ant-input-group-wrapper-status-error:hover .ant-input,
2304
+ .pro-tree-modal .ant-input-group-wrapper-status-error:hover .ant-input,
2305
+ .pro-modal-select .ant-input-group-wrapper-status-error:hover .ant-input-group-addon,
2306
+ .pro-tree-modal .ant-input-group-wrapper-status-error:hover .ant-input-group-addon {
2307
+ border-color: var(--ant-error-color, #ff4d4f);
2308
+ }
2309
+ .pro-modal-select .ant-input-group .ant-input,
2310
+ .pro-tree-modal .ant-input-group .ant-input {
2311
+ padding-right: 26px;
2312
+ }
2313
+ .pro-modal-select .trigger-no-hover:hover .ant-input,
2314
+ .pro-tree-modal .trigger-no-hover:hover .ant-input,
2315
+ .pro-modal-select .trigger-no-hover:hover .ant-input-group-addon,
2316
+ .pro-tree-modal .trigger-no-hover:hover .ant-input-group-addon {
2317
+ border-color: var(--zaui-form-control-line, #DCDCDC);
2318
+ }
2319
+ .pro-modal-select .pro-modal-select-init,
2320
+ .pro-tree-modal .pro-modal-select-init {
2321
+ display: inline-block;
2322
+ }
2323
+ .pro-modal-select .viewSvg,
2324
+ .pro-tree-modal .viewSvg {
2325
+ height: 24px;
2326
+ cursor: pointer;
2327
+ fill: #c5c7cd;
2328
+ }
2329
+ .pro-modal-select .ant-input-group-addon,
2330
+ .pro-tree-modal .ant-input-group-addon {
2331
+ padding: 0px var(--zaui-space-size-sm, 8px);
2332
+ background-color: var(--zaui-base-bg, #ffffff);
2333
+ cursor: pointer;
2334
+ }
2335
+ .pro-modal-select .ant-input-group-addon .pro-enum-input-addonAfter,
2336
+ .pro-tree-modal .ant-input-group-addon .pro-enum-input-addonAfter {
2337
+ display: -webkit-box;
2338
+ display: -webkit-flex;
2339
+ display: -ms-flexbox;
2340
+ display: flex;
2341
+ -webkit-box-align: center;
2342
+ -webkit-align-items: center;
2343
+ -ms-flex-align: center;
2344
+ align-items: center;
2345
+ }
2346
+ .pro-group {
2347
+ width: unset !important;
2348
+ }
2349
+ .pro-group.pro-group-diy-width .ant-space .ant-space-item,
2350
+ .pro-group.pro-group-width-auto .ant-space .ant-space-item {
2351
+ width: auto;
2352
+ }
2353
+ .pro-group.pro-group-diy-width .ant-space .ant-space-item .ant-space-item,
2354
+ .pro-group.pro-group-width-auto .ant-space .ant-space-item .ant-space-item {
2355
+ width: auto;
2356
+ }
2357
+ .pro-group .ant-space {
2358
+ width: 100%;
2359
+ }
2360
+ .pro-group .ant-space .ant-space-item {
2361
+ width: 100%;
2362
+ }
2363
+ .pro-group .ant-space .ant-form-item {
2364
+ margin-bottom: 0 !important;
2365
+ }
2366
+ .pro-group .ant-form-item-label {
2367
+ display: none;
2368
+ }
2369
+ .pro-group .ant-space-compact {
2370
+ -webkit-box-flex: 1;
2371
+ -webkit-flex: auto;
2372
+ -ms-flex: auto;
2373
+ flex: auto;
2374
+ -webkit-box-align: center;
2375
+ -webkit-align-items: center;
2376
+ -ms-flex-align: center;
2377
+ align-items: center;
2378
+ width: 100%;
2379
+ }
2380
+ .pro-group .ant-space-compact > .ant-input-number:first-child {
2381
+ border-end-end-radius: 0;
2382
+ border-start-end-radius: 0;
2383
+ }
2384
+ .pro-group .ant-space-compact > .ant-input-number:last-child {
2385
+ border-start-start-radius: 0;
2386
+ border-end-start-radius: 0;
2387
+ margin-left: -1px;
2388
+ }
2389
+ .pro-group .ant-space-compact .ant-form-item {
2390
+ margin-bottom: 0 !important;
2391
+ }
2392
+ .pro-group .ant-space-compact .group-separator {
2393
+ -webkit-margin-end: -2px;
2394
+ margin-inline-end: -2px;
2395
+ -webkit-margin-start: -1px;
2396
+ margin-inline-start: -1px;
2397
+ border-start-start-radius: 0;
2398
+ border-end-start-radius: 0;
2399
+ padding: 0 12px;
2400
+ background-color: #fff;
2401
+ cursor: default;
2402
+ }
2403
+ .pro-group .ant-space-compact .pro-modal-select {
2404
+ margin-left: -1px;
2405
+ }
2406
+ .pro-group .ant-space-compact .pro-modal-select .ant-input {
2407
+ border-start-start-radius: 0;
2408
+ border-end-start-radius: 0;
2409
+ }
2410
+ .pro-group .ant-space-compact .ant-input-affix-wrapper,
2411
+ .pro-group .ant-space-compact .ant-select {
2412
+ border-start-end-radius: 0;
2413
+ border-end-end-radius: 0;
2414
+ border-start-start-radius: 0;
2415
+ border-end-start-radius: 0;
2416
+ }
2417
+ .pro-group .ant-space-compact .ant-input-affix-wrapper:nth-child(n + 2),
2418
+ .pro-group .ant-space-compact .ant-select:nth-child(n + 2) {
2419
+ -webkit-margin-start: -1px;
2420
+ margin-inline-start: -1px;
2421
+ }
2422
+ .pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
2423
+ .pro-group .ant-space-compact .ant-select:first-child {
2424
+ border-start-start-radius: 4px;
2425
+ border-end-start-radius: 4px;
2426
+ }
2427
+ .pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
2428
+ .pro-group .ant-space-compact .ant-select:last-child {
2429
+ border-start-end-radius: 4px;
2430
+ border-end-end-radius: 4px;
2431
+ }
2432
+ .pro-group .ant-space-compact .ant-select .ant-select-selector {
2433
+ border-start-end-radius: 0;
2434
+ border-end-end-radius: 0;
2435
+ border-start-start-radius: 0;
2436
+ border-end-start-radius: 0;
2437
+ }
2438
+ .pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
2439
+ border-start-start-radius: 4px;
2440
+ border-end-start-radius: 4px;
2441
+ }
2442
+ .pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
2443
+ border-start-end-radius: 4px;
2444
+ border-end-end-radius: 4px;
2445
+ }
2446
+ .pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
2447
+ color: var(--ant-error-color);
2448
+ border-color: var(--ant-error-color);
2449
+ }
2450
+ .pro-container.pro-container-diy .pro-container-content {
2451
+ display: -webkit-box;
2452
+ display: -webkit-flex;
2453
+ display: -ms-flexbox;
2454
+ display: flex;
2455
+ -webkit-box-orient: horizontal;
2456
+ -webkit-box-direction: normal;
2457
+ -webkit-flex-flow: row wrap;
2458
+ -ms-flex-flow: row wrap;
2459
+ flex-flow: row wrap;
2460
+ min-width: 0;
2461
+ margin-left: -12px;
2462
+ margin-right: -12px;
2463
+ margin-bottom: -22px;
2464
+ }
2465
+ .pro-container.pro-container-diy .pro-container-content > .ant-col {
2466
+ padding-left: 12px;
2467
+ padding-right: 12px;
2468
+ }
2469
+ .pro-container .pro-collapse-content {
2470
+ display: -webkit-box;
2471
+ display: -webkit-flex;
2472
+ display: -ms-flexbox;
2473
+ display: flex;
2474
+ -webkit-box-orient: horizontal;
2475
+ -webkit-box-direction: normal;
2476
+ -webkit-flex-flow: row wrap;
2477
+ -ms-flex-flow: row wrap;
2478
+ flex-flow: row wrap;
2479
+ min-width: 0;
2480
+ margin-left: -12px;
2481
+ margin-right: -12px;
2482
+ }
2483
+ .pro-container .pro-collapse-content > .ant-col {
2484
+ padding-left: 12px;
2485
+ padding-right: 12px;
2486
+ }
2487
+ .pro-container .pro-collapse.ant-collapse .pro-collapse-panel {
2488
+ margin-bottom: 0;
2489
+ }
2490
+ .pro-enum-select .close-icon {
2491
+ position: relative;
2492
+ margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
2493
+ margin-right: var(--zaui-space-size-md, 14px);
2494
+ color: #FFFFFF;
2495
+ height: 12px;
2496
+ width: 12px;
2497
+ display: -webkit-box;
2498
+ display: -webkit-flex;
2499
+ display: -ms-flexbox;
2500
+ display: flex;
2501
+ -webkit-box-align: center;
2502
+ -webkit-align-items: center;
2503
+ -ms-flex-align: center;
2504
+ align-items: center;
2505
+ -webkit-box-pack: center;
2506
+ -webkit-justify-content: center;
2507
+ -ms-flex-pack: center;
2508
+ justify-content: center;
2509
+ background-color: rgba(0, 0, 0, 0.25);
2510
+ border: none;
2511
+ border-radius: 50%;
2512
+ z-index: 3;
2513
+ }
2514
+ .pro-enum-select .close-icon > span {
2515
+ position: relative;
2516
+ border: none;
2517
+ border-radius: 50%;
2518
+ }
2519
+ .pro-enum-select .close-icon:hover {
2520
+ background-color: rgba(0, 0, 0, 0.5);
2521
+ }
2522
+ .pro-enum-select .search span {
2523
+ display: -webkit-box;
2524
+ display: -webkit-flex;
2525
+ display: -ms-flexbox;
2526
+ display: flex;
2527
+ -webkit-box-pack: center;
2528
+ -webkit-justify-content: center;
2529
+ -ms-flex-pack: center;
2530
+ justify-content: center;
2531
+ -webkit-box-align: center;
2532
+ -webkit-align-items: center;
2533
+ -ms-flex-align: center;
2534
+ align-items: center;
2535
+ cursor: pointer;
2536
+ fill: #C5C7CD;
2537
+ }
2538
+ .pro-enum-select-modal .ant-table.ant-table-bordered > .ant-table-container {
2539
+ border: 0;
2540
+ }
2541
+ .pro-enum-select-modal .ant-table-thead > tr > th {
2542
+ border: 0;
2543
+ white-space: nowrap;
2544
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
2545
+ }
2546
+ .pro-enum-select-modal .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
2547
+ height: 0;
2548
+ }
2549
+ .pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
2550
+ border-bottom: 0;
2551
+ border-right: 0;
2552
+ border-top: 0;
2553
+ }
2554
+ .pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
2555
+ border-bottom: 0;
2556
+ vertical-align: top;
2557
+ padding: var(--zaui-space-size-md);
2558
+ }
2559
+ .pro-enum-select-modal .ant-table-tbody tr:nth-child(n) > td {
2560
+ background-color: var(--zaui-base-bg);
2561
+ }
2562
+ .pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
2563
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2564
+ }
2565
+ .pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
2566
+ background-color: var(--zaui-base-bg);
2567
+ }
2568
+ .pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
2569
+ .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
2570
+ .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
2571
+ background: var(--zaui-table-hover-bg, #fafafa);
2572
+ }
2573
+ .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
2574
+ .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
2575
+ background: var(--zaui-table-hover-bg, #fafafa);
2576
+ }
2577
+ .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
2578
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2579
+ }
2580
+ .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
2581
+ background-color: var(--zaui-base-bg);
2582
+ }
2583
+ .pro-enum-select-modal .ant-modal-body {
2584
+ padding-bottom: 0;
2585
+ }
2586
+ .pro-enum-select-modal .ant-modal-footer {
2587
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2588
+ }
2589
+ .pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
2590
+ -webkit-box-flex: 0 !important;
2591
+ -webkit-flex: none !important;
2592
+ -ms-flex: none !important;
2593
+ flex: none !important;
2594
+ }
2595
+ .pro-form.ant-form-vertical .pro-form-custom-footer {
2596
+ display: -webkit-box;
2597
+ display: -webkit-flex;
2598
+ display: -ms-flexbox;
2599
+ display: flex;
2600
+ -webkit-box-align: center;
2601
+ -webkit-align-items: center;
2602
+ -ms-flex-align: center;
2603
+ align-items: center;
2604
+ height: auto;
2605
+ margin-bottom: 0;
2606
+ padding-top: 6px;
2607
+ }
2608
+ .pro-form.ant-form-vertical .pro-form-custom-footer .ant-space-align-center {
2609
+ -webkit-box-align: normal;
2610
+ -webkit-align-items: normal;
2611
+ -ms-flex-align: normal;
2612
+ align-items: normal;
2613
+ }
2614
+ .pro-form.ant-form {
2615
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2616
+ }
2617
+ .pro-form .pro-collapse-level2 .ant-collapse-item {
2618
+ margin-bottom: 0 !important;
2619
+ }
2620
+ .pro-form .ant-form-item-control-input {
2621
+ -webkit-box-flex: 1;
2622
+ -webkit-flex-grow: 1;
2623
+ -ms-flex-positive: 1;
2624
+ flex-grow: 1;
2625
+ max-width: 100%;
2626
+ }
2627
+ .pro-form span.ant-input-clear-icon {
2628
+ display: unset;
2629
+ visibility: hidden;
2630
+ }
2631
+ .pro-form .ant-input-affix-wrapper:hover span.ant-input-clear-icon {
2632
+ display: unset;
2633
+ visibility: unset;
2634
+ }
2635
+ .pro-form .ant-input-affix-wrapper:hover span.ant-input-clear-icon[class~='ant-input-clear-icon-hidden'] {
2636
+ display: unset;
2637
+ visibility: hidden;
2638
+ }
2639
+ .pro-form.pro-form-view .ant-form-item-label label {
2640
+ color: var(--zaui-aide-text, #939599);
2641
+ }
2642
+ .pro-form.pro-form-view .ant-form-item {
2643
+ margin-bottom: 0 !important;
2644
+ }
2645
+ .pro-form.pro-form-view .ant-form-item .ant-tree-icon-hide input {
2646
+ display: none !important;
2647
+ }
2648
+ .pro-form .ant-picker-range {
2649
+ width: 100%;
2650
+ }
2651
+ .pro-form .pro-form-list-line .ant-row {
2652
+ width: 100%;
2653
+ }
2654
+ .pro-form .expand-button {
2655
+ line-height: 32px;
2656
+ cursor: pointer;
2657
+ }
2658
+ .pro-form .expand-button .rotate-to-top {
2659
+ -webkit-transform: rotate(90deg);
2660
+ transform: rotate(90deg);
2661
+ }
2662
+ .pro-form .expand-button .rotate-to-bottom {
2663
+ -webkit-transform: rotate(-90deg);
2664
+ transform: rotate(-90deg);
2665
+ }
2666
+ .pro-form .ant-form-item {
2667
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2668
+ }
2669
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2670
+ -webkit-box-flex: inherit;
2671
+ -webkit-flex-grow: inherit;
2672
+ -ms-flex-positive: inherit;
2673
+ flex-grow: inherit;
2674
+ }
2675
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2676
+ -webkit-box-flex: initial;
2677
+ -webkit-flex: initial;
2678
+ -ms-flex: initial;
2679
+ flex: initial;
2680
+ }
2681
+ .pro-form .ant-form-item .ant-form-item-tooltip svg {
2682
+ width: 14px;
2683
+ height: 14px;
2684
+ vertical-align: bottom;
2685
+ fill: var(--zaui-aide-text, #909090);
2686
+ }
2687
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper,
2688
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector,
2689
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker,
2690
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number {
2691
+ background: var(--zaui-contract-bg, #fffaa1) !important;
2692
+ }
2693
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper input,
2694
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2695
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker input,
2696
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number input {
2697
+ background: var(--zaui-contract-bg, #fffaa1);
2698
+ }
2699
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
2700
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector .ant-select-selection-placeholder,
2701
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker .ant-select-selection-placeholder,
2702
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number .ant-select-selection-placeholder {
2703
+ z-index: 9;
2704
+ }
2705
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control:has(.ant-switch-handle, .ant-checkbox-wrapper-in-form-item) {
2706
+ background: var(--zaui-contract-bg, #fffaa1);
2707
+ border-radius: 4px;
2708
+ }
2709
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-select-selector,
2710
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-affix-wrapper,
2711
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-disabled {
2712
+ background: var(--zaui-contract-bg, #fffaa1);
2713
+ }
2714
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
2715
+ background: var(--zaui-contract-bg, #fffaa1);
2716
+ }
2717
+ .pro-form .ant-form-item.pro-form-item-changed .pro-form-view-container {
2718
+ padding: 4px 8px;
2719
+ background: var(--zaui-contract-bg, #fffaa1);
2720
+ border-radius: 4px;
2721
+ }
2722
+ .pro-form .ant-form-item .ant-row {
2723
+ width: 100%;
2724
+ }
2725
+ .pro-form .ant-form-item .ant-col.ant-col-0 {
2726
+ display: none;
2727
+ }
2728
+ .pro-form .ant-form-item .ant-form-item-explain {
2729
+ height: auto;
2730
+ }
2731
+ .pro-form .ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
2732
+ font-size: var(--zaui-font-size, 14px);
2733
+ }
2734
+ .pro-form .ant-form-item .ant-input-number {
2735
+ width: 100%;
2736
+ }
2737
+ .pro-form .ant-form-item .pro-number-range .ant-input-number {
2738
+ width: calc(50% - 16px);
2739
+ }
2740
+ .pro-form .ant-form-item .pro-number-range .range-right .ant-input-number {
2741
+ border-left: none;
2742
+ }
2743
+ .pro-form .ant-form-item .pro-number-range .range-right .range-right {
2744
+ width: 100%;
2745
+ border: 1px solid var(--zaui-form-control-line, #DCDCDC);
2746
+ border-top-left-radius: 0;
2747
+ border-bottom-left-radius: 0;
2748
+ }
2749
+ .pro-form .ant-form-item-hidden {
2750
+ display: none;
2751
+ }
2752
+ .pro-form .ant-form-item-label > label {
2753
+ white-space: pre-wrap;
2754
+ }
2755
+ .pro-form .suffix-value {
2756
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2757
+ }
2758
+ .pro-form .ant-form-item-has-error .group-separator {
2759
+ color: var(--ant-error-color);
2760
+ border-color: var(--ant-error-color);
2761
+ }
2762
+ .pro-form .ant-form-item-has-error .site-input-split {
2763
+ border-color: var(--zaui-danger, #ff5050);
2764
+ }
2765
+ .pro-form .site-input-group-wrapper .site-input-split {
2766
+ text-align: center;
2767
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2768
+ }
2769
+ .pro-form .site-input-group-wrapper .site-input-split.site-input-split-disabled {
2770
+ background-color: var(--zaui-disabled-bg, #f2f2f2);
2771
+ }
2772
+ .pro-form .site-input-group-wrapper .site-input-right {
2773
+ border-left-width: 0;
2774
+ }
2775
+ .pro-form .site-input-group-wrapper .site-input-right:focus {
2776
+ border-left-width: 1px;
2777
+ }
2778
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right {
2779
+ border-right-width: 0;
2780
+ }
2781
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right:hover,
2782
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right:focus {
2783
+ border-right-width: 1px;
2784
+ }
2785
+ .pro-form .site-input-group-wrapper .ant-form-item {
2786
+ margin-bottom: 0;
2787
+ }
2788
+ .pro-form .site-input-group-wrapper .site-input-left,
2789
+ .pro-form .site-input-group-wrapper .site-input-right {
2790
+ width: calc(50% - 20px);
2791
+ }
2792
+ .pro-form .site-input-group-wrapper .site-input-left .ant-input-number {
2793
+ border-right: none;
2794
+ }
2795
+ .pro-form .site-input-group-wrapper .site-input-right .ant-input-number {
2796
+ border-left: none;
2797
+ }
2798
+ .pro-form .site-input-group-wrapper.ant-input-group.ant-input-group-compact > *:not(:last-child) {
2799
+ margin-right: 0;
2800
+ }
2801
+ .pro-form .site-input-group-wrapper > *:first-child {
2802
+ border-top-right-radius: 0 !important;
2803
+ border-bottom-right-radius: 0 !important;
2804
+ }
2805
+ .pro-form .site-input-group-wrapper > *:first-child > .ant-select-selector {
2806
+ border-top-right-radius: 0 !important;
2807
+ border-bottom-right-radius: 0 !important;
2808
+ }
2809
+ .pro-form .site-input-group-wrapper > *:last-child {
2810
+ border-top-left-radius: 0 !important;
2811
+ border-bottom-left-radius: 0 !important;
2812
+ }
2813
+ .pro-form .site-input-group-wrapper > *:last-child > .ant-select-selector {
2814
+ border-top-left-radius: 0 !important;
2815
+ border-bottom-left-radius: 0 !important;
2816
+ }
2817
+ .pro-form .ant-input-group.ant-input-group-compact > * {
2818
+ float: none;
2819
+ vertical-align: top;
2820
+ }
2821
+ .pro-form .pro-form-control {
2822
+ display: -webkit-box;
2823
+ display: -webkit-flex;
2824
+ display: -ms-flexbox;
2825
+ display: flex;
2826
+ }
2827
+ .pro-form .noDisabled {
2828
+ color: var(--zaui-disabled-text, #333333);
2829
+ font-size: var(--zaui-font-size, 14px);
2830
+ background-color: transparent;
2831
+ border: none;
2832
+ cursor: default;
2833
+ opacity: 1;
2834
+ }
2835
+ .pro-form div.pro-form-custom-footer {
2836
+ width: unset !important;
2837
+ height: 32px;
2838
+ margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2839
+ }
2840
+ .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
2841
+ display: none;
2842
+ }
2843
+ .pro-form .pro-form-view-container {
2844
+ display: inline-block;
2845
+ color: var(--zaui-text, #343434);
2846
+ word-break: break-all;
2847
+ }
2848
+ .pro-form .pro-form-view-container_nowrap {
2849
+ overflow: hidden;
2850
+ white-space: nowrap;
2851
+ text-overflow: ellipsis;
2852
+ }
2853
+ .pro-form .full-form-item {
2854
+ width: 100%;
2855
+ }
2856
+ .pro-form .delete-icon {
2857
+ width: 18px;
2858
+ }
2859
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box {
2860
+ background: #F8F9FA;
2861
+ border-radius: var(--zaui-border-radius, 8px);
2862
+ padding: var(--zaui-space-size-sm, 8px);
2863
+ }
2864
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .ant-upload.ant-upload-drag {
2865
+ background-color: var(--zaui-base-bg, #fff);
2866
+ }
2867
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner {
2868
+ min-width: 392px;
2869
+ height: 110px;
2870
+ display: -webkit-box;
2871
+ display: -webkit-flex;
2872
+ display: -ms-flexbox;
2873
+ display: flex;
2874
+ -webkit-box-align: center;
2875
+ -webkit-align-items: center;
2876
+ -ms-flex-align: center;
2877
+ align-items: center;
2878
+ -webkit-box-pack: center;
2879
+ -webkit-justify-content: center;
2880
+ -ms-flex-pack: center;
2881
+ justify-content: center;
2882
+ }
2883
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control {
2884
+ background-color: var(--zaui-base-bg, #fff);
2885
+ }
2886
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 {
2887
+ display: -webkit-box;
2888
+ display: -webkit-flex;
2889
+ display: -ms-flexbox;
2890
+ display: flex;
2891
+ line-height: 26px;
2892
+ -webkit-box-align: center;
2893
+ -webkit-align-items: center;
2894
+ -ms-flex-align: center;
2895
+ align-items: center;
2896
+ }
2897
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .icon-upload {
2898
+ display: inline-block;
2899
+ font-size: 30px;
2900
+ color: #C5C7CD;
2901
+ }
2902
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .dragger-txt {
2903
+ margin-left: 9px;
2904
+ font-size: var(--zaui-font-size, 14px);
2905
+ color: rgba(0, 0, 0, 0.85);
2906
+ line-height: 20px;
2907
+ }
2908
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .click-txt {
2909
+ color: var(--zaui-brand, #006AFF);
2910
+ }
2911
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .file-ext {
2912
+ text-align: center;
2913
+ margin-top: 10px;
2914
+ font-size: var(--zaui-font-size-sm, 12px);
2915
+ color: #939599;
2916
+ line-height: 14px;
2917
+ }
2918
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file {
2919
+ display: -webkit-box;
2920
+ display: -webkit-flex;
2921
+ display: -ms-flexbox;
2922
+ display: flex;
2923
+ -webkit-box-pack: center;
2924
+ -webkit-justify-content: center;
2925
+ -ms-flex-pack: center;
2926
+ justify-content: center;
2927
+ -webkit-box-orient: vertical;
2928
+ -webkit-box-direction: normal;
2929
+ -webkit-flex-direction: column;
2930
+ -ms-flex-direction: column;
2931
+ flex-direction: column;
2932
+ padding: 0 var(--zaui-space-size-lg, 32px);
2933
+ }
2934
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-type-icon {
2935
+ width: 18px;
2936
+ height: 22px;
2937
+ margin: 0 auto;
2938
+ }
2939
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-item-wrapper {
2940
+ padding: 0 var(--zaui-space-size-lg, 32px);
2941
+ }
2942
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box {
2943
+ margin-top: 11px;
2944
+ display: -webkit-box;
2945
+ display: -webkit-flex;
2946
+ display: -ms-flexbox;
2947
+ display: flex;
2948
+ }
2949
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box.file-box-error {
2950
+ color: var(--zaui-danger);
2951
+ }
2952
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-name {
2953
+ display: box;
2954
+ overflow: hidden;
2955
+ line-clamp: 1;
2956
+ box-orient: vertical;
2957
+ word-break: break-all;
2958
+ }
2959
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-ext {
2960
+ word-break: keep-all;
2961
+ }
2962
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-size {
2963
+ word-break: keep-all;
2964
+ }
2965
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-download {
2966
+ margin-left: var(--zaui-space-size-sm, 8px);
2967
+ }
2968
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-action-box {
2969
+ display: -webkit-box;
2970
+ display: -webkit-flex;
2971
+ display: -ms-flexbox;
2972
+ display: flex;
2973
+ -webkit-box-pack: center;
2974
+ -webkit-justify-content: center;
2975
+ -ms-flex-pack: center;
2976
+ justify-content: center;
2977
+ margin-top: 3px;
2978
+ }
2979
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-action-box .file-del {
2980
+ margin-left: 30px;
2981
+ }
2982
+ .pro-upload .pro-upload-button {
2983
+ display: -webkit-box;
2984
+ display: -webkit-flex;
2985
+ display: -ms-flexbox;
2986
+ display: flex;
2987
+ }
2988
+ .pro-upload .pro-upload-button > span {
2989
+ width: 100%;
2990
+ display: block;
2991
+ }
2992
+ .pro-upload .pro-upload-button .pro-upload-button-inner {
2993
+ display: -webkit-box;
2994
+ display: -webkit-flex;
2995
+ display: -ms-flexbox;
2996
+ display: flex;
2997
+ }
2998
+ .pro-upload .pro-upload-button .pro-upload-button-inner .pro-upload-button-inner-right {
2999
+ line-height: 32px;
3000
+ margin-left: 10px;
3001
+ }
3002
+ .pro-upload .pro-upload-button .upload-tip-txt {
3003
+ margin-left: 10px;
3004
+ line-height: 32px;
3005
+ font-size: var(--zaui-font-size-sm, 12px);
3006
+ color: #939599;
3007
+ }
3008
+ .pro-upload .pro-upload-image {
3009
+ position: relative;
3010
+ display: -webkit-inline-box;
3011
+ display: -webkit-inline-flex;
3012
+ display: -ms-inline-flexbox;
3013
+ display: inline-flex;
3014
+ }
3015
+ .pro-upload .pro-upload-image .ant-upload-list-picture-card-container,
3016
+ .pro-upload .pro-upload-image .ant-upload-select-picture-card {
3017
+ width: 126px;
3018
+ height: 126px;
3019
+ }
3020
+ .pro-upload .pro-upload-image .image-example {
3021
+ position: absolute;
3022
+ word-break: keep-all;
3023
+ top: 0;
3024
+ right: -10px;
3025
+ width: 88px;
3026
+ height: 32px;
3027
+ -webkit-transform: translate(100%, 0);
3028
+ transform: translate(100%, 0);
3029
+ text-align: center;
3030
+ line-height: 32px;
3031
+ background: #FFFFFF;
3032
+ border-radius: var(--zaui-border-radius, 8px);
3033
+ border: 1px solid #DCDCDC;
3034
+ }
3035
+ .pro-upload .pro-upload-image .file-item-image {
3036
+ position: relative;
3037
+ height: 126px;
3038
+ width: 126px;
3039
+ border: 1px dashed #d9d9d9;
3040
+ overflow: hidden;
3041
+ border-radius: 8px;
3042
+ }
3043
+ .pro-upload .pro-upload-image .file-item-image .file-type-icon-img {
3044
+ position: absolute;
3045
+ width: 30px;
3046
+ top: 50%;
3047
+ left: 50%;
3048
+ -webkit-transform: translate(-50%, -50%);
3049
+ transform: translate(-50%, -50%);
3050
+ }
3051
+ .pro-upload .pro-upload-image .file-item-image .image-con {
3052
+ display: block;
3053
+ width: 100%;
3054
+ height: 100%;
3055
+ }
3056
+ .pro-upload .pro-upload-image .file-item-image:hover .actions-wrap {
3057
+ display: block;
3058
+ background-color: rgba(0, 0, 0, 0.75);
3059
+ }
3060
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap {
3061
+ -webkit-transition: all 2s;
3062
+ transition: all 2s;
3063
+ position: absolute;
3064
+ display: none;
3065
+ width: 100%;
3066
+ top: 0;
3067
+ bottom: 0;
3068
+ background-color: rgba(0, 0, 0, 0.5);
3069
+ }
3070
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-top {
3071
+ -webkit-box-flex: 1;
3072
+ -webkit-flex: 1;
3073
+ -ms-flex: 1;
3074
+ flex: 1;
3075
+ display: -webkit-box;
3076
+ display: -webkit-flex;
3077
+ display: -ms-flexbox;
3078
+ display: flex;
3079
+ -webkit-box-align: center;
3080
+ -webkit-align-items: center;
3081
+ -ms-flex-align: center;
3082
+ align-items: center;
3083
+ -webkit-box-orient: vertical;
3084
+ -webkit-box-direction: normal;
3085
+ -webkit-flex-direction: column;
3086
+ -ms-flex-direction: column;
3087
+ flex-direction: column;
3088
+ height: calc(100% - 36px);
3089
+ -webkit-box-pack: center;
3090
+ -webkit-justify-content: center;
3091
+ -ms-flex-pack: center;
3092
+ justify-content: center;
3093
+ }
3094
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button {
3095
+ height: 36px;
3096
+ line-height: 36px;
3097
+ background: #FFFFFF;
3098
+ text-align: center;
3099
+ }
3100
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item {
3101
+ color: #fff;
3102
+ font-size: var(--zaui-font-size-sm, 12px);
3103
+ opacity: 0.8;
3104
+ }
3105
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
3106
+ margin-right: 10px;
3107
+ -webkit-transform: translate(0, 3px);
3108
+ transform: translate(0, 3px);
3109
+ }
3110
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
3111
+ opacity: 1;
3112
+ }
3113
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item {
3114
+ color: var(--zaui-danger, #FF005F);
3115
+ }
3116
+ .pro-upload .pro-upload-image .file-item-image.actions-wrap-error {
3117
+ border: 1px solid #FF005F;
3118
+ }
3119
+ .pro-upload .pro-upload-image .image-uploading {
3120
+ padding: 20px;
3121
+ display: -webkit-box;
3122
+ display: -webkit-flex;
3123
+ display: -ms-flexbox;
3124
+ display: flex;
3125
+ -webkit-box-align: center;
3126
+ -webkit-align-items: center;
3127
+ -ms-flex-align: center;
3128
+ align-items: center;
3129
+ height: inherit;
3130
+ }
3131
+ .pro-upload .pro-upload-image .ant-space-item {
3132
+ display: -webkit-inline-box;
3133
+ display: -webkit-inline-flex;
3134
+ display: -ms-inline-flexbox;
3135
+ display: inline-flex;
3136
+ }
3137
+ .pro-upload .pro-upload-image .pro-upload-image-footer {
3138
+ margin-top: -8px;
3139
+ }
3140
+ .pro-upload .file-actions .file-action-item {
3141
+ padding-top: var(--zaui-space-size-xs, 4px) !important;
3142
+ }
3143
+ .pro-upload .file-actions .action-icon {
3144
+ display: -webkit-inline-box;
3145
+ display: -webkit-inline-flex;
3146
+ display: -ms-inline-flexbox;
3147
+ display: inline-flex;
3148
+ -webkit-box-align: center;
3149
+ -webkit-align-items: center;
3150
+ -ms-flex-align: center;
3151
+ align-items: center;
3152
+ color: inherit;
3153
+ font-style: normal;
3154
+ text-align: center;
3155
+ text-transform: none;
3156
+ vertical-align: -0.15em;
3157
+ text-rendering: optimizeLegibility;
3158
+ }
3159
+ .pro-upload .file-actions .action-icon span {
3160
+ display: -webkit-inline-box;
3161
+ display: -webkit-inline-flex;
3162
+ display: -ms-inline-flexbox;
3163
+ display: inline-flex;
3164
+ -webkit-box-align: center;
3165
+ -webkit-align-items: center;
3166
+ -ms-flex-align: center;
3167
+ align-items: center;
3168
+ color: inherit;
3169
+ font-style: normal;
3170
+ text-align: center;
3171
+ text-transform: none;
3172
+ vertical-align: -0.15em;
3173
+ text-rendering: optimizeLegibility;
3174
+ }
3175
+ .pro-upload-example {
3176
+ width: 100%;
3177
+ max-height: 400px;
3178
+ min-height: 200px;
3179
+ overflow-y: auto;
3180
+ display: -webkit-box;
3181
+ display: -webkit-flex;
3182
+ display: -ms-flexbox;
3183
+ display: flex;
3184
+ -webkit-box-align: center;
3185
+ -webkit-align-items: center;
3186
+ -ms-flex-align: center;
3187
+ align-items: center;
3188
+ -webkit-box-pack: center;
3189
+ -webkit-justify-content: center;
3190
+ -ms-flex-pack: center;
3191
+ justify-content: center;
3192
+ }
3193
+ .proupload-modal-preview .ant-modal {
3194
+ width: 600px;
3195
+ }
3196
+ .pro-tree-modal-container .ant-modal-content .ant-modal-body {
3197
+ max-height: 498px;
3198
+ }
3199
+ .pro-tree-modal-placeholder {
3200
+ color: #939499;
3201
+ }
3202
+ .pro-tree-modal-content {
3203
+ display: -webkit-box;
3204
+ display: -webkit-flex;
3205
+ display: -ms-flexbox;
3206
+ display: flex;
3207
+ -webkit-box-orient: horizontal;
3208
+ -webkit-box-direction: normal;
3209
+ -webkit-flex-direction: row;
3210
+ -ms-flex-direction: row;
3211
+ flex-direction: row;
3212
+ height: 482px;
3213
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3214
+ }
3215
+ .pro-tree-modal-content .ant-tree-checkbox {
3216
+ margin-top: 2px;
3217
+ }
3218
+ .pro-tree-modal-content .ant-tree-switcher {
3219
+ width: 20px;
3220
+ line-height: 20px;
3221
+ }
3222
+ .pro-tree-modal-content .ant-tree-treenode {
3223
+ width: 100%;
3224
+ padding: 0;
3225
+ padding-bottom: var(--zaui-font-size-sm, 12px);
3226
+ color: var(--zaui-text);
3227
+ font-size: var(--zaui-font-size, 14px);
3228
+ line-height: 20px;
3229
+ }
3230
+ .pro-tree-modal-content .ant-tree-node-content-wrapper {
3231
+ min-height: 20px;
3232
+ line-height: 20px;
3233
+ }
3234
+ .pro-tree-modal-content .ant-tree-node-content-wrapper {
3235
+ width: 100%;
3236
+ }
3237
+ .pro-tree-modal-box {
3238
+ display: -webkit-box;
3239
+ display: -webkit-flex;
3240
+ display: -ms-flexbox;
3241
+ display: flex;
3242
+ -webkit-box-orient: vertical;
3243
+ -webkit-box-direction: normal;
3244
+ -webkit-flex-direction: column;
3245
+ -ms-flex-direction: column;
3246
+ flex-direction: column;
3247
+ width: 456px;
3248
+ height: 100%;
3249
+ color: var(--zaui-text);
3250
+ font-size: var(--zaui-font-size, 14px);
3251
+ line-height: 20px;
3252
+ border: 1px solid #e6e6e6;
3253
+ border-radius: var(--zaui-border-radius, 8px);
3254
+ /* 修改滚动条样式 */
3255
+ }
3256
+ .pro-tree-modal-box:first-child {
3257
+ margin-right: var(--zaui-space-size-md, 16px);
3258
+ }
3259
+ .pro-tree-modal-box .viewSvg > div {
3260
+ display: -webkit-box;
3261
+ display: -webkit-flex;
3262
+ display: -ms-flexbox;
3263
+ display: flex;
3264
+ }
3265
+ .pro-tree-modal-box ::-webkit-scrollbar {
3266
+ width: 0;
3267
+ height: 0;
3268
+ }
3269
+ .pro-tree-modal-cascader-box {
3270
+ width: 592px;
3271
+ }
3272
+ .pro-tree-modal-cascader-box-view {
3273
+ width: 320px;
3274
+ }
3275
+ .pro-tree-modal-search {
3276
+ width: auto;
3277
+ margin: var(--zaui-space-size-sm, 8px) var(--zaui-space-size-md, 16px) 0;
3278
+ }
3279
+ .pro-tree-modal-cascader-flex {
3280
+ display: -webkit-box;
3281
+ display: -webkit-flex;
3282
+ display: -ms-flexbox;
3283
+ display: flex;
3284
+ -webkit-box-orient: horizontal;
3285
+ -webkit-box-direction: normal;
3286
+ -webkit-flex-direction: row;
3287
+ -ms-flex-direction: row;
3288
+ flex-direction: row;
3289
+ height: 100%;
3290
+ overflow: hidden;
3291
+ }
3292
+ .pro-tree-modal-cascader-warp {
3293
+ display: -webkit-box;
3294
+ display: -webkit-flex;
3295
+ display: -ms-flexbox;
3296
+ display: flex;
3297
+ -webkit-box-orient: vertical;
3298
+ -webkit-box-direction: normal;
3299
+ -webkit-flex-direction: column;
3300
+ -ms-flex-direction: column;
3301
+ flex-direction: column;
3302
+ width: 350px;
3303
+ margin-left: var(--zaui-space-size-md, 16px);
3304
+ overflow: auto;
3305
+ }
3306
+ .pro-tree-modal-cascader-warp:first-child {
3307
+ width: 192px;
3308
+ margin-left: 0;
3309
+ border-right: 1px solid #e6e6e6;
3310
+ }
3311
+ .pro-tree-modal-box-header {
3312
+ display: -webkit-box;
3313
+ display: -webkit-flex;
3314
+ display: -ms-flexbox;
3315
+ display: flex;
3316
+ -webkit-box-align: center;
3317
+ -webkit-align-items: center;
3318
+ -ms-flex-align: center;
3319
+ align-items: center;
3320
+ -webkit-box-pack: justify;
3321
+ -webkit-justify-content: space-between;
3322
+ -ms-flex-pack: justify;
3323
+ justify-content: space-between;
3324
+ height: 40px;
3325
+ padding: 0 var(--zaui-space-size-md, 16px);
3326
+ background: #fafafa;
3327
+ }
3328
+ .pro-tree-modal-box-header:first-child {
3329
+ color: #616161;
3330
+ }
3331
+ .pro-tree-modal-box-header .ant-btn-link {
3332
+ padding: 0;
3333
+ }
3334
+ .pro-tree-modal-tree-warp {
3335
+ -webkit-box-flex: 1;
3336
+ -webkit-flex: 1;
3337
+ -ms-flex: 1;
3338
+ flex: 1;
3339
+ margin: 0 var(--zaui-space-size-md, 16px);
3340
+ padding-top: var(--zaui-space-size-sm, 8px);
3341
+ overflow-y: auto;
3342
+ }
3343
+ .pro-tree-modal-checkbox-content {
3344
+ display: -webkit-box;
3345
+ display: -webkit-flex;
3346
+ display: -ms-flexbox;
3347
+ display: flex;
3348
+ -webkit-box-orient: horizontal;
3349
+ -webkit-box-direction: normal;
3350
+ -webkit-flex-direction: row;
3351
+ -ms-flex-direction: row;
3352
+ flex-direction: row;
3353
+ -webkit-box-align: center;
3354
+ -webkit-align-items: center;
3355
+ -ms-flex-align: center;
3356
+ align-items: center;
3357
+ -webkit-box-pack: justify;
3358
+ -webkit-justify-content: space-between;
3359
+ -ms-flex-pack: justify;
3360
+ justify-content: space-between;
3361
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3362
+ line-height: 20px;
3363
+ cursor: pointer;
3364
+ }
3365
+ .pro-tree-modal-checkbox-content-look {
3366
+ color: #333;
3367
+ }
3368
+ .pro-tree-modal-checkbox-content-drag {
3369
+ display: -webkit-box;
3370
+ display: -webkit-flex;
3371
+ display: -ms-flexbox;
3372
+ display: flex;
3373
+ }
3374
+ .pro-tree-modal-cascader-content {
3375
+ margin-bottom: 0;
3376
+ padding: 6px;
3377
+ }
3378
+ .pro-tree-modal-check-cascader-content {
3379
+ color: var(--zaui-brand);
3380
+ background: rgba(0, 106, 255, 0.1);
3381
+ }
3382
+ .pro-tree-modal-isView {
3383
+ display: -webkit-box;
3384
+ display: -webkit-flex;
3385
+ display: -ms-flexbox;
3386
+ display: flex;
3387
+ -webkit-box-align: center;
3388
+ -webkit-align-items: center;
3389
+ -ms-flex-align: center;
3390
+ align-items: center;
3391
+ }
3392
+ .pro-tree-modal-isView .viewSvg {
3393
+ margin-left: var(--zaui-space-size-sm, 8px);
3394
+ }
3395
+ .pro-tree-modal-tree-content {
3396
+ margin-bottom: 0;
3397
+ }
3398
+ .pro-tree-modal-search-value {
3399
+ color: var(--zaui-brand);
3400
+ }
3401
+ .pro-tree-modal-checkbox-close {
3402
+ padding-left: var(--zaui-space-size-sm, 8px);
3403
+ color: #c5c7cd;
3404
+ font-size: var(--zaui-font-size-sm, 12px);
3405
+ }
3406
+ .pro-tree-modal-tree-node {
3407
+ display: -webkit-box;
3408
+ display: -webkit-flex;
3409
+ display: -ms-flexbox;
3410
+ display: flex;
3411
+ -webkit-box-orient: horizontal;
3412
+ -webkit-box-direction: normal;
3413
+ -webkit-flex-direction: row;
3414
+ -ms-flex-direction: row;
3415
+ flex-direction: row;
3416
+ }
3417
+ .pro-tree-modal-tree-node:last-child {
3418
+ -webkit-box-flex: 1;
3419
+ -webkit-flex: 1;
3420
+ -ms-flex: 1;
3421
+ flex: 1;
3422
+ }
3423
+ .pro-tree-modal-tree-node-tag {
3424
+ display: -webkit-box;
3425
+ display: -webkit-flex;
3426
+ display: -ms-flexbox;
3427
+ display: flex;
3428
+ -webkit-box-align: center;
3429
+ -webkit-align-items: center;
3430
+ -ms-flex-align: center;
3431
+ align-items: center;
3432
+ -webkit-box-pack: center;
3433
+ -webkit-justify-content: center;
3434
+ -ms-flex-pack: center;
3435
+ justify-content: center;
3436
+ height: 20px;
3437
+ margin-right: var(--zaui-space-size-sm, 8px);
3438
+ padding: 0 var(--zaui-space-size-xs);
3439
+ font-weight: 400;
3440
+ line-height: 24px;
3441
+ white-space: nowrap;
3442
+ border-radius: var(--zaui-border-radius-card);
3443
+ }
3444
+ .pro-tree-modal-tree-node-tag span {
3445
+ font-size: var(--zaui-font-size-sm, 12px);
3446
+ line-height: 20px;
3447
+ text-align: center;
3448
+ -webkit-transform: scale(0.83, 0.83);
3449
+ transform: scale(0.83, 0.83);
3450
+ }
3451
+ .pro-tree-modal-no-checks {
3452
+ display: -webkit-box;
3453
+ display: -webkit-flex;
3454
+ display: -ms-flexbox;
3455
+ display: flex;
3456
+ -webkit-box-align: center;
3457
+ -webkit-align-items: center;
3458
+ -ms-flex-align: center;
3459
+ align-items: center;
3460
+ -webkit-box-pack: center;
3461
+ -webkit-justify-content: center;
3462
+ -ms-flex-pack: center;
3463
+ justify-content: center;
3464
+ height: 100%;
3465
+ color: #939599;
3466
+ font-weight: 400;
3467
+ font-size: var(--zaui-font-size, 14px);
3468
+ }
3469
+ .pro-transfer-right .checked-item {
3470
+ margin: var(--zaui-space-size-sm, 8px) 0;
3471
+ }
3472
+ .pro-transfer-right .checked-item.dragable .ant-tag > span:first-child {
3473
+ padding: 8px 0;
3474
+ cursor: move;
3475
+ }
3476
+ .pro-transfer-right .checked-item:first-child {
3477
+ margin-top: 0;
3478
+ }
3479
+ .pro-transfer-right .checked-item .ant-tag {
3480
+ display: -webkit-box;
3481
+ display: -webkit-flex;
3482
+ display: -ms-flexbox;
3483
+ display: flex;
3484
+ -webkit-box-align: center;
3485
+ -webkit-align-items: center;
3486
+ -ms-flex-align: center;
3487
+ align-items: center;
3488
+ -webkit-box-pack: justify;
3489
+ -webkit-justify-content: space-between;
3490
+ -ms-flex-pack: justify;
3491
+ justify-content: space-between;
3492
+ width: 100%;
3493
+ height: 32px;
3494
+ padding: 2px var(--zaui-space-size-sm, 8px);
3495
+ color: var(--zaui-text, #343434);
3496
+ font-size: var(--zaui-font-size, 14px);
3497
+ background: #f2f2f2;
3498
+ border: none;
3499
+ border-radius: var(--zaui-border-radius, 8px);
3500
+ }
3501
+ .pro-transfer-right .checked-item .ant-tag .pro-tooltip {
3502
+ -webkit-box-flex: 1;
3503
+ -webkit-flex: 1;
3504
+ -ms-flex: 1;
3505
+ flex: 1;
3506
+ max-width: calc(100% - 42px);
3507
+ }
3508
+ .pro-transfer-right .checked-item .ant-tag .disabled-icon {
3509
+ height: 20px;
3510
+ margin-right: var(--zaui-space-size-xs, 4px);
3511
+ }
3512
+ .pro-transfer-right .checked-item .ant-tag .anticon-close {
3513
+ margin: 0;
3514
+ color: #999;
3515
+ font-size: var(--zaui-font-size-sm, 12px);
3516
+ }
3517
+ .pro-transfer-right .checked-item.dragable .anticon-close {
3518
+ position: relative;
3519
+ left: -4px;
3520
+ }
3521
+ .pro-transfer-right .checked-item.disabled {
3522
+ cursor: not-allowed;
3523
+ }
3524
+ .pro-transfer-right .checked-item.disabled .pro-tooltip,
3525
+ .pro-transfer-right .checked-item.disabled .anticon {
3526
+ cursor: not-allowed;
3527
+ }
3528
+ .pro-transfer-right .checked-item.disabled .anticon {
3529
+ pointer-events: none;
3530
+ }
3531
+ .pro-tree {
3532
+ height: 100%;
3533
+ }
3534
+ .pro-tree .ant-spin-nested-loading {
3535
+ height: 100%;
3536
+ }
3537
+ .pro-tree .ant-spin-nested-loading .ant-spin-container {
3538
+ height: 100%;
3539
+ }
3540
+ .pro-tree-placeholder {
3541
+ color: #939499;
3542
+ }
3543
+ .pro-tree .pro-tree-search {
3544
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3545
+ }
3546
+ .pro-tree-content {
3547
+ display: -webkit-box;
3548
+ display: -webkit-flex;
3549
+ display: -ms-flexbox;
3550
+ display: flex;
3551
+ -webkit-box-orient: vertical;
3552
+ -webkit-box-direction: normal;
3553
+ -webkit-flex-direction: column;
3554
+ -ms-flex-direction: column;
3555
+ flex-direction: column;
3556
+ height: 100%;
3557
+ }
3558
+ .pro-tree-content .pro-tree-header-box,
3559
+ .pro-tree-content .pro-tree-footer-box {
3560
+ display: -webkit-inline-box;
3561
+ display: -webkit-inline-flex;
3562
+ display: -ms-inline-flexbox;
3563
+ display: inline-flex;
3564
+ -webkit-box-orient: vertical;
3565
+ -webkit-box-direction: normal;
3566
+ -webkit-flex-direction: column;
3567
+ -ms-flex-direction: column;
3568
+ flex-direction: column;
3569
+ }
3570
+ .pro-tree-content .pro-tree-tree-warp {
3571
+ height: 100%;
3572
+ -webkit-box-flex: 1;
3573
+ -webkit-flex: 1 1;
3574
+ -ms-flex: 1 1;
3575
+ flex: 1 1;
3576
+ overflow-y: auto;
3577
+ overflow-x: auto;
3578
+ }
3579
+ .pro-tree-content .tree-title-box {
3580
+ display: -webkit-box;
3581
+ display: -webkit-flex;
3582
+ display: -ms-flexbox;
3583
+ display: flex;
3584
+ padding-top: 10px;
3585
+ -webkit-box-pack: justify;
3586
+ -webkit-justify-content: space-between;
3587
+ -ms-flex-pack: justify;
3588
+ justify-content: space-between;
3589
+ }
3590
+ .pro-tree-content .tree-title-box .tree-title-text {
3591
+ font-size: var(--zaui-font-size-lg);
3592
+ margin-bottom: var(--zaui-space-size-xs);
3593
+ font-weight: 500;
3594
+ padding-left: 2px;
3595
+ }
3596
+ .pro-tree-content .tree-title-box .expand-button {
3597
+ padding-left: var(--zaui-space-size-sm);
3598
+ display: -webkit-box;
3599
+ display: -webkit-flex;
3600
+ display: -ms-flexbox;
3601
+ display: flex;
3602
+ -webkit-box-align: baseline;
3603
+ -webkit-align-items: baseline;
3604
+ -ms-flex-align: baseline;
3605
+ align-items: baseline;
3606
+ cursor: pointer;
3607
+ }
3608
+ .pro-tree-content .tree-title-box .expand-button.expand .expand-icon .anticon-caret-down {
3609
+ -webkit-transform: rotate(180deg);
3610
+ transform: rotate(180deg);
3611
+ }
3612
+ .pro-tree-content .tree-title-box .expand-button .expand-icon {
3613
+ font-size: var(--zaui-font-size-sm, 12px);
3614
+ margin-right: var(--zaui-space-size-xs);
3615
+ }
3616
+ .pro-tree-content .ant-tree-checkbox {
3617
+ margin-top: 11px;
3618
+ }
3619
+ .pro-tree-content .ant-tree-switcher {
3620
+ line-height: 44px;
3621
+ }
3622
+ .pro-tree-content .ant-tree-switcher-leaf-line {
3623
+ display: none;
3624
+ }
3625
+ .pro-tree-content .ant-tree-treenode {
3626
+ -webkit-box-align: start;
3627
+ -webkit-align-items: flex-start;
3628
+ -ms-flex-align: start;
3629
+ align-items: flex-start;
3630
+ width: 100%;
3631
+ padding: 0;
3632
+ color: var(--zaui-text);
3633
+ font-size: var(--zaui-font-size);
3634
+ }
3635
+ .pro-tree-content .ant-tree-node-content-wrapper {
3636
+ min-height: 20px;
3637
+ line-height: 20px;
3638
+ }
3639
+ .pro-tree-content .ant-tree-node-content-wrapper {
3640
+ width: 100%;
3641
+ }
3642
+ .pro-tree-content .ant-tree-node-content-wrapper .ant-tree-title {
3643
+ display: block;
3644
+ width: 100%;
3645
+ }
3646
+ .pro-tree-content .hide-disable-node .ant-tree-treenode.ant-tree-treenode-disabled {
3647
+ display: none;
3648
+ }
3649
+ .pro-tree-content .hide-disable-node .ant-tree-treenode-checkbox-indeterminate.ant-tree-treenode-disabled,
3650
+ .pro-tree-content .hide-disable-node .ant-tree-treenode-checkbox-checked.ant-tree-treenode-disabled {
3651
+ display: -webkit-box;
3652
+ display: -webkit-flex;
3653
+ display: -ms-flexbox;
3654
+ display: flex;
3655
+ }
3656
+ .pro-tree-tree-node {
3657
+ display: -webkit-box;
3658
+ display: -webkit-flex;
3659
+ display: -ms-flexbox;
3660
+ display: flex;
3661
+ -webkit-box-orient: horizontal;
3662
+ -webkit-box-direction: normal;
3663
+ -webkit-flex-direction: row;
3664
+ -ms-flex-direction: row;
3665
+ flex-direction: row;
3666
+ padding: 9px var(--zaui-space-size-sm);
3667
+ margin-left: -8px;
3668
+ border-radius: var(--zaui-space-size-xs);
3669
+ }
3670
+ .pro-tree-tree-node:hover {
3671
+ background: #F7F9FC;
3672
+ }
3673
+ .pro-tree-tree-node:last-child {
3674
+ -webkit-box-flex: 1;
3675
+ -webkit-flex: 1;
3676
+ -ms-flex: 1;
3677
+ flex: 1;
3678
+ }
3679
+ .pro-tree-tree-node.checked {
3680
+ position: relative;
3681
+ z-index: 1;
3682
+ color: var(--zaui-brand);
3683
+ }
3684
+ .pro-tree-tree-node.checked .brand-bg-opa-ten {
3685
+ position: absolute;
3686
+ width: 100%;
3687
+ height: 100%;
3688
+ top: 0px;
3689
+ left: 0px;
3690
+ background-color: var(--zaui-brand);
3691
+ opacity: 0.1;
3692
+ z-index: -1;
3693
+ border-radius: var(--zaui-space-size-xs);
3694
+ }
3695
+ .pro-tree-tree-node .tree-node-show-text {
3696
+ display: -webkit-box;
3697
+ display: -webkit-flex;
3698
+ display: -ms-flexbox;
3699
+ display: flex;
3700
+ -webkit-box-orient: horizontal;
3701
+ -webkit-box-direction: normal;
3702
+ -webkit-flex-direction: row;
3703
+ -ms-flex-direction: row;
3704
+ flex-direction: row;
3705
+ width: 100%;
3706
+ }
3707
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label {
3708
+ -webkit-box-flex: 1;
3709
+ -webkit-flex: 1;
3710
+ -ms-flex: 1;
3711
+ flex: 1;
3712
+ overflow: hidden;
3713
+ }
3714
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label span {
3715
+ width: 100%;
3716
+ }
3717
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label span.ellipse {
3718
+ display: block;
3719
+ text-overflow: ellipsis;
3720
+ overflow: hidden;
3721
+ height: 20px;
3722
+ word-break: keep-all;
3723
+ white-space: nowrap;
3724
+ }
3725
+ .pro-tree-tree-node .operate-tree-node-btns {
3726
+ display: -webkit-box;
3727
+ display: -webkit-flex;
3728
+ display: -ms-flexbox;
3729
+ display: flex;
3730
+ z-index: 3;
3731
+ }
3732
+ .pro-tree-tree-node .operate-tree-node-btns .icon-item {
3733
+ -webkit-transition-delay: 10s;
3734
+ transition-delay: 10s;
3735
+ width: 100%;
3736
+ margin-left: var(--zaui-space-size-xs);
3737
+ }
3738
+ .pro-tree-tree-node .operate-tree-node-btns .icon-add {
3739
+ font-size: var(--zaui-font-size-sm, 12px);
3740
+ }
3741
+ .pro-tree-tree-node .operate-tree-node-btns .svg-icon-expand {
3742
+ margin-bottom: -2px;
3743
+ }
3744
+ .pro-tree-tree-node .operate-tree-node-btns-absolute {
3745
+ visibility: visible;
3746
+ position: absolute;
3747
+ right: 0px;
3748
+ }
3749
+ .pro-tree-tree-node-tag {
3750
+ display: -webkit-box;
3751
+ display: -webkit-flex;
3752
+ display: -ms-flexbox;
3753
+ display: flex;
3754
+ -webkit-box-align: center;
3755
+ -webkit-align-items: center;
3756
+ -ms-flex-align: center;
3757
+ align-items: center;
3758
+ -webkit-box-pack: center;
3759
+ -webkit-justify-content: center;
3760
+ -ms-flex-pack: center;
3761
+ justify-content: center;
3762
+ height: 20px;
3763
+ margin-right: var(--zaui-space-size-sm);
3764
+ padding: 0 var(--zaui-space-size-xs);
3765
+ font-weight: 400;
3766
+ line-height: 24px;
3767
+ white-space: nowrap;
3768
+ border-radius: var(--zaui-border-radius-card);
3769
+ }
3770
+ .pro-tree-tree-node-tag span {
3771
+ font-size: var(--zaui-font-size-sm, 12px);
3772
+ line-height: 20px;
3773
+ text-align: center;
3774
+ -webkit-transform: scale(0.83, 0.83);
3775
+ transform: scale(0.83, 0.83);
3776
+ }
3777
+ .pro-tree .ant-tree-show-line .ant-tree-indent-unit {
3778
+ width: 20px;
3779
+ }
3780
+ .pro-tree .ant-tree-switcher {
3781
+ width: 20px;
3782
+ -webkit-align-self: flex-start;
3783
+ -ms-flex-item-align: start;
3784
+ align-self: flex-start;
3785
+ margin-top: -4px;
3786
+ }
3787
+ .pro-tree .ant-tree-show-line .ant-tree-indent-unit::before {
3788
+ right: 9px;
3789
+ }
3790
+ .pro-tree .pro-tree-footer-box {
3791
+ z-index: 4;
3792
+ padding: var(--zaui-space-size-md) var(--zaui-space-size-md) var(--zaui-space-size-md) var(--zaui-space-size-sm);
3793
+ position: relative;
3794
+ -webkit-box-shadow: 0 -20px 5px -21px rgba(151, 151, 151, 0.32);
3795
+ box-shadow: 0 -20px 5px -21px rgba(151, 151, 151, 0.32);
3796
+ }
3797
+ .pro-tree .ant-tree-show-line .ant-tree-switcher,
3798
+ .pro-tree .ant-tree {
3799
+ background-color: transparent;
3800
+ }
3801
+ .pro-tree .empty-tree {
3802
+ color: #939599;
3803
+ height: 100%;
3804
+ text-align: center;
3805
+ display: -webkit-box;
3806
+ display: -webkit-flex;
3807
+ display: -ms-flexbox;
3808
+ display: flex;
3809
+ -webkit-box-align: center;
3810
+ -webkit-align-items: center;
3811
+ -ms-flex-align: center;
3812
+ align-items: center;
3813
+ -webkit-box-pack: center;
3814
+ -webkit-justify-content: center;
3815
+ -ms-flex-pack: center;
3816
+ justify-content: center;
3817
+ }
3818
+ .pro-tree-operate-container {
3819
+ padding-top: 0px;
3820
+ min-width: 120px;
3821
+ }
3822
+ .pro-tree-operate-container .ant-popover-inner-content {
3823
+ padding: 0px;
3824
+ width: 100%;
3825
+ }
3826
+ .pro-tree-operate-container .ant-popover-arrow {
3827
+ display: none;
3828
+ }
3829
+ .pro-tree-operate-container .pro-tree-operate-btn-popover .icon-item {
3830
+ position: relative;
3831
+ z-index: 1;
3832
+ cursor: pointer;
3833
+ padding-left: var(--zaui-space-size-md);
3834
+ width: 100%;
3835
+ height: 32px;
3836
+ line-height: 32px;
3837
+ }
3838
+ .pro-tree-operate-container .pro-tree-operate-btn-popover .icon-item:hover:after {
3839
+ position: absolute;
3840
+ display: block;
3841
+ z-index: 0;
3842
+ left: 0;
3843
+ top: 0;
3844
+ content: '';
3845
+ width: 120px;
3846
+ height: 32px;
3847
+ background-color: var(--zaui-brand);
3848
+ opacity: 0.08;
3849
+ }
3850
+ .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
3851
+ color: var(--zaui-text);
3852
+ }
3853
+ .ant-tree .ant-tree-treenode-disabled .pro-tree-tree-node.checked {
3854
+ color: var(--zaui-text);
3855
+ }
3856
+ .ant-tree .ant-tree-treenode-disabled .pro-tree-tree-node.checked .brand-bg-opa-ten {
3857
+ background-color: inherit;
3858
+ }
3859
+ .pro-form.pro-form-view .ant-form-item .pro-tree * {
3860
+ line-height: 1 !important;
3861
+ height: auto !important;
3862
+ min-height: auto !important;
3863
+ }
3864
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox {
3865
+ margin-top: var(--zaui-space-size-sm);
3866
+ }
3867
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-switcher {
3868
+ padding-top: var(--zaui-font-size-sm);
3869
+ }
3870
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox * {
3871
+ height: 16px !important;
3872
+ }
3873
+ .pro-drawer .pro-drawer-close {
3874
+ position: absolute;
3875
+ top: 6px;
3876
+ left: -34px;
3877
+ display: -webkit-box;
3878
+ display: -webkit-flex;
3879
+ display: -ms-flexbox;
3880
+ display: flex;
3881
+ -webkit-box-align: center;
3882
+ -webkit-align-items: center;
3883
+ -ms-flex-align: center;
3884
+ align-items: center;
3885
+ -webkit-box-pack: center;
3886
+ -webkit-justify-content: center;
3887
+ -ms-flex-pack: center;
3888
+ justify-content: center;
3889
+ width: 32px;
3890
+ height: 38px;
3891
+ color: var(--zaui-global-bg, #fff);
3892
+ cursor: pointer;
3893
+ }
3894
+ .pro-drawer .pro-drawer-close .close-icon {
3895
+ position: relative;
3896
+ left: 2px;
3897
+ z-index: 1;
3898
+ font-size: var(--zaui-font-size-lg, 16px);
3899
+ -webkit-transform: translateZ(100px);
3900
+ transform: translateZ(100px);
3901
+ fill: var(--zaui-aide-text, #909090);
3902
+ }
3903
+ .pro-drawer .pro-drawer-close .close-icon:hover {
3904
+ fill: var(--zaui-brand-active, #005ad9);
3905
+ }
3906
+ .pro-drawer .pro-drawer-close .close-icon > div {
3907
+ height: 20px;
3908
+ }
3909
+ .pro-drawer .pro-drawer-close::after {
3910
+ position: absolute;
3911
+ top: 0;
3912
+ right: 0;
3913
+ bottom: 0;
3914
+ left: 0;
3915
+ background-color: var(--zaui-global-bg, #fff);
3916
+ border-radius: 4px 0px 0px 4px;
3917
+ -webkit-transform: perspective(0.15em) rotateY(-2deg);
3918
+ transform: perspective(0.15em) rotateY(-2deg);
3919
+ content: '';
3920
+ }
3921
+ .pro-drawer .pro-drawer-title {
3922
+ position: absolute;
3923
+ top: 0;
3924
+ left: 0;
3925
+ width: 100%;
3926
+ height: 64px;
3927
+ padding: var(--zaui-space-size-md, 16px) var(--zaui-space-size-lg, 32px);
3928
+ color: var(--zaui-text, #343434);
3929
+ font-weight: 600;
3930
+ font-size: var(--zaui-font-size-xxl, 20px);
3931
+ background-color: var(--zaui-global-bg, #fff);
3932
+ }
3933
+ .pro-drawer .pro-drawer-scrolling {
3934
+ z-index: 1;
3935
+ -webkit-box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3936
+ box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3937
+ }
3938
+ .pro-drawer .pro-drawer-content {
3939
+ -webkit-box-flex: 1;
3940
+ -webkit-flex: 1;
3941
+ -ms-flex: 1;
3942
+ flex: 1;
3943
+ width: 100%;
3944
+ padding: var(--zaui-space-size-md, 16px) var(--zaui-space-size-lg, 32px);
3945
+ padding-top: 0;
3946
+ overflow-x: hidden;
3947
+ overflow-y: auto;
3948
+ }
3949
+ .pro-drawer .pro-drawer-footer {
3950
+ position: absolute;
3951
+ bottom: 0;
3952
+ left: 0;
3953
+ z-index: 101;
3954
+ width: 100%;
3955
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
3956
+ background-color: var(--zaui-global-bg, #fff);
3957
+ -webkit-box-shadow: 8px 2px 8px 0 var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3958
+ box-shadow: 8px 2px 8px 0 var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3959
+ }
3960
+ .pro-drawer .pro-drawer-footer button {
3961
+ margin-right: var(--zaui-space-size-sm, 8px);
3962
+ }
3963
+ .pro-drawer .pro-drawer-footer button:last-of-type {
3964
+ margin-right: 0;
3965
+ }
3966
+ .pro-drawer .ant-drawer-body {
3967
+ height: 100vh;
3968
+ padding: 0;
3969
+ overflow-y: hidden;
3970
+ }
3971
+ .pro-drawer .ant-drawer-content {
3972
+ position: static;
3973
+ }
3974
+ .pro-drawer .ant-drawer-close {
3975
+ display: none;
3976
+ }
3977
+ .pro-modal .ant-modal-close .ant-modal-close-x .close-icon {
3978
+ fill: var(--zaui-aide-text, #909090);
3979
+ }
3980
+ .pro-modal .ant-modal-close .ant-modal-close-x .close-icon:hover {
3981
+ fill: var(--zaui-brand, #006aff);
3982
+ }
3983
+ .pro-modal .ant-modal-header {
3984
+ padding: var(--zaui-space-size-md, 16px);
3985
+ border-bottom: none;
3986
+ }
3987
+ .pro-modal .ant-modal-header .ant-modal-title {
3988
+ font-weight: 600;
3989
+ }
3990
+ .pro-modal .ant-modal-footer {
3991
+ padding: var(--zaui-space-size-md, 16px);
3992
+ border-top: none;
3993
+ }
3994
+ .pro-modal .ant-modal-footer .pro-modal-footer {
3995
+ display: -webkit-box;
3996
+ display: -webkit-flex;
3997
+ display: -ms-flexbox;
3998
+ display: flex;
3999
+ -webkit-box-pack: justify;
4000
+ -webkit-justify-content: space-between;
4001
+ -ms-flex-pack: justify;
4002
+ justify-content: space-between;
4003
+ }
4004
+ .pro-modal .ant-modal-content .ant-modal-body {
4005
+ max-height: 450px;
4006
+ padding: 0 var(--zaui-space-size-md, 16px);
4007
+ padding-top: 0;
4008
+ overflow: auto;
4009
+ }
4010
+ .pro-modal-no-footer .ant-modal-content .ant-modal-body {
4011
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4012
+ }
4013
+ .pro-modal-scrolling {
4014
+ z-index: 1;
4015
+ }
4016
+ .pro-modal-scrolling .ant-modal-header {
4017
+ position: relative;
4018
+ z-index: 1;
4019
+ -webkit-box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4020
+ box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4021
+ }
4022
+ .pro-modal-footer-shadow .ant-modal-footer {
4023
+ position: relative;
4024
+ z-index: 1;
4025
+ -webkit-box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4026
+ box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4027
+ }
4028
+ .pro-edit-table .pro-edit-table-tooltip {
4029
+ display: -webkit-inline-box;
4030
+ display: -webkit-inline-flex;
4031
+ display: -ms-inline-flexbox;
4032
+ display: inline-flex;
4033
+ -webkit-box-align: center;
4034
+ -webkit-align-items: center;
4035
+ -ms-flex-align: center;
4036
+ align-items: center;
4037
+ }
4038
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip {
4039
+ height: 16px;
4040
+ margin-left: var(--zaui-space-size-xs, 4px);
4041
+ }
4042
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip > div {
4043
+ height: 16px;
4044
+ }
4045
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip > div svg {
4046
+ width: 16px;
4047
+ height: 16px;
4048
+ fill: var(--zaui-aide-text, #909090);
4049
+ }
4050
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip svg {
4051
+ width: 16px;
4052
+ height: 16px;
4053
+ fill: var(--zaui-aide-text, #909090);
4054
+ }
4055
+ .pro-edit-table .com-empty {
4056
+ text-align: center;
4057
+ }
4058
+ .pro-edit-table .com-empty .img {
4059
+ width: 80px;
4060
+ height: 80px;
4061
+ }
4062
+ .pro-edit-table .com-empty .content {
4063
+ display: -webkit-box;
4064
+ display: -webkit-flex;
4065
+ display: -ms-flexbox;
4066
+ display: flex;
4067
+ -webkit-box-pack: center;
4068
+ -webkit-justify-content: center;
4069
+ -ms-flex-pack: center;
4070
+ justify-content: center;
4071
+ margin-top: var(--zaui-space-size-md, 16px);
4072
+ }
4073
+ .pro-edit-table .com-empty .content .ant-btn-link {
4074
+ padding: 0;
4075
+ }
4076
+ .pro-edit-table .is-hidden {
4077
+ position: absolute;
4078
+ left: -9999px;
4079
+ }
4080
+ .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input {
4081
+ border: 1px solid transparent;
4082
+ }
4083
+ .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input:hover {
4084
+ border: 1px solid #DEE0E3;
4085
+ border-radius: var(--zaui-border-radius, 8px);
4086
+ text-indent: 5px;
4087
+ }
4088
+ .pro-edit-table .drag-wrapper {
4089
+ display: -webkit-box;
4090
+ display: -webkit-flex;
4091
+ display: -ms-flexbox;
4092
+ display: flex;
4093
+ }
4094
+ .pro-edit-table .drag-wrapper .drag-icon {
4095
+ margin-right: var(--zaui-space-size-md, 16px);
4096
+ margin-left: var(--zaui-space-size-xs, 4px);
4097
+ cursor: pointer;
4098
+ }
4099
+ .pro-edit-table.pro-table-no-stripe .ant-table-tbody tr:nth-child(n) > td {
4100
+ background-color: var(--zaui-base-bg, #fff);
4101
+ }
4102
+ .pro-edit-table .ant-space {
4103
+ gap: var(--zaui-space-size-sm, 8px);
4104
+ }
4105
+ .pro-edit-table .ant-space .ant-btn-link {
4106
+ padding: 0 var(--zaui-space-size-xs, 4px);
4107
+ }
4108
+ .pro-edit-table .ant-space .ant-btn-link:first-child {
4109
+ padding-left: 0;
4110
+ }
4111
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th.ant-table-selection-column {
4112
+ padding-left: var(--zaui-space-size-md, 16px);
4113
+ padding-right: var(--zaui-space-size-md, 16px);
4114
+ }
4115
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-right .pro-edit-table-title::before {
4116
+ position: static;
4117
+ top: 0;
4118
+ display: inline-block;
4119
+ text-indent: -8px;
4120
+ color: #ff5050;
4121
+ font-size: var(--zaui-font-size-md, 14px);
4122
+ line-height: 1;
4123
+ content: "*";
4124
+ }
4125
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-left .pro-edit-table-title::after {
4126
+ width: auto;
4127
+ position: static;
4128
+ top: 0;
4129
+ display: inline-block;
4130
+ margin-left: var(--zaui-space-size-xs, 4px);
4131
+ color: #ff5050;
4132
+ font-size: 14px;
4133
+ line-height: 1;
4134
+ content: "*";
4135
+ }
4136
+ .pro-edit-table .ant-table-scroll-horizontal .ant-table-cell-fix-right-first::after {
4137
+ -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4138
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4139
+ }
4140
+ .pro-edit-table .ant-table-content > table .ant-table-summary {
4141
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4142
+ color: var(--zaui-text, #343434);
4143
+ font-weight: 600;
4144
+ }
4145
+ .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-left,
4146
+ .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-right {
4147
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4148
+ }
4149
+ .pro-edit-table .ant-table-content > table th.ant-table-selection-column {
4150
+ width: 48px;
4151
+ }
4152
+ .pro-edit-table .ant-table-content > table td .pro-form-view-container_nowrap {
4153
+ white-space: normal;
4154
+ }
4155
+ .pro-edit-table .ant-table-content > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-right .pro-edit-table-title::before {
4156
+ position: static;
4157
+ top: 0;
4158
+ display: inline-block;
4159
+ text-indent: -8px;
4160
+ color: #ff5050;
4161
+ font-size: var(--zaui-font-size-md, 14px);
4162
+ line-height: 1;
4163
+ content: "*";
4164
+ }
4165
+ .pro-edit-table .ant-table-content > table .ant-table-thead > tr > th:not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]).is-required.is-required-left .pro-edit-table-title::after {
4166
+ width: auto;
4167
+ position: static;
4168
+ top: 0;
4169
+ display: inline-block;
4170
+ margin-left: var(--zaui-space-size-xs, 4px);
4171
+ color: #ff5050;
4172
+ font-size: 14px;
4173
+ line-height: 1;
4174
+ content: "*";
4175
+ }
4176
+ .pro-edit-table .ant-table-cell .ant-form-item {
4177
+ margin-bottom: 0px !important;
4178
+ }
4179
+ .pro-edit-table .ant-table.ant-table-bordered > .ant-table-container {
4180
+ border: 0;
4181
+ }
4182
+ .pro-edit-table .ant-table-thead > tr > th {
4183
+ border: 0;
4184
+ white-space: nowrap;
4185
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4186
+ }
4187
+ .pro-edit-table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
4188
+ height: 0;
4189
+ }
4190
+ .pro-edit-table .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
4191
+ border-bottom: 0;
4192
+ border-right: 0;
4193
+ border-top: 0;
4194
+ }
4195
+ .pro-edit-table .ant-table-tbody > .is-editing:not(.ant-table-measure-row) > td {
4196
+ border-bottom: 0;
4197
+ vertical-align: top;
4198
+ }
4199
+ .pro-edit-table .ant-table-tbody tr:nth-child(n) > td {
4200
+ background-color: var(--zaui-base-bg, #ffffff);
4201
+ }
4202
+ .pro-edit-table .ant-table-tbody tr:nth-child(2n) > td {
4203
+ background-color: var(--zaui-table-strip-bg, #FAFAFA);
4204
+ }
4205
+ .pro-edit-table .ant-table-tbody > .ant-table-placeholder > td {
4206
+ background-color: var(--zaui-base-bg, #ffffff);
4207
+ }
4208
+ .pro-edit-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
4209
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover,
4210
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover > td {
4211
+ background: #FAFAFA;
4212
+ }
4213
+ .pro-edit-table .ant-table-tbody > tr:hover:not(.ant-table-placeholder) > td,
4214
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover,
4215
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover > td {
4216
+ background: #FAFAFA;
4217
+ }
4218
+ .pro-edit-table .ant-table-fixed .ant-table-row-hover,
4219
+ .pro-edit-table .ant-table-fixed .ant-table-row-hover > td {
4220
+ background: #FAFAFA;
4221
+ }
4222
+ .pro-edit-table .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
4223
+ background-color: #FAFAFA;
4224
+ }
4225
+ .pro-edit-table .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
4226
+ background-color: var(--zaui-base-bg, #ffffff);
4227
+ }
4228
+ .pro-edit-table .ant-table-summary > tr > td {
4229
+ border-bottom: none;
4230
+ }
4231
+ .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4232
+ width: auto;
4233
+ }
4234
+ .pro-edit-table .is-new-row td,
4235
+ .pro-edit-table .is-new-row.ant-table-row:hover td,
4236
+ .pro-edit-table .is-new-row .ant-table-cell-row-hover,
4237
+ .pro-edit-table .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4238
+ background: var(--ant-primary-2) !important;
4239
+ }
4240
+ .pro-edit-table-header {
4241
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4242
+ }
4243
+ .pro-edit-table-toolbar-fixed {
4244
+ position: absolute;
4245
+ bottom: var(--zaui-space-size-md, 16px);
4246
+ }
4247
+ .pro-edit-table-toolbar .ant-space {
4248
+ gap: var(--zaui-space-size-sm, 8px);
4249
+ }
4250
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link {
4251
+ display: -webkit-box;
4252
+ display: -webkit-flex;
4253
+ display: -ms-flexbox;
4254
+ display: flex;
4255
+ -webkit-box-align: center;
4256
+ -webkit-align-items: center;
4257
+ -ms-flex-align: center;
4258
+ align-items: center;
4259
+ padding: 0 var(--zaui-space-size-xs, 4px);
4260
+ }
4261
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link:first-child {
4262
+ padding-left: 0;
4263
+ }
4264
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link span:nth-child(2) {
4265
+ margin-left: var(--zaui-space-size-xs, 4px);
4266
+ }
4267
+ .pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
4268
+ text-align: right;
4269
+ }
4270
+ .pro-edit-label {
4271
+ display: inline-block;
4272
+ }
4273
+ .pro-edit-label .pro-form-view .ant-row {
4274
+ display: block;
4275
+ }
4276
+ .pro-edit-label .pro-form-view-container {
4277
+ word-break: break-all;
4278
+ display: inline-block;
4279
+ }
4280
+ .pro-edit-label.trigger-hover .anticon-edit {
4281
+ display: none;
4282
+ }
4283
+ .pro-edit-label.trigger-hover:hover .anticon-edit {
4284
+ display: block;
4285
+ }
4286
+ .pro-edit-label .anticon-edit {
4287
+ color: #D8D8D8;
4288
+ cursor: pointer;
4289
+ padding: var(--zaui-space-size-xs, 4px);
4290
+ }
4291
+ .pro-edit-label .anticon-edit:hover {
4292
+ color: var(--zaui-brand, #006AFF);
4293
+ }
4294
+ .pro-edit-label .anticon-edit:active {
4295
+ background: #E3E8F0;
4296
+ border-radius: var(--zaui-border-radius-card, 4px);
4297
+ }
4298
+ .pro-edit-label.pro-edit-label-small {
4299
+ height: 24px;
4300
+ }
4301
+ .pro-edit-label.pro-edit-label-middle {
4302
+ height: 32px;
4303
+ }
4304
+ .pro-edit-label.pro-edit-label-large {
4305
+ height: 40px;
4306
+ }
4307
+ .ant-popover .ant-btn-sm {
4308
+ font-size: var(--zaui-font-size-sm, 12px);
4309
+ min-width: 56px;
4310
+ line-height: 1;
4311
+ }
4312
+ .ant-popover .ant-btn-sm span {
4313
+ letter-spacing: -1px;
4314
+ }
4315
+ .pro-edit-label-popconfirm {
4316
+ z-index: 1001 !important;
4317
+ }
4318
+ .pro-edit-label-popconfirm .ant-popover-message {
4319
+ display: block;
4320
+ }
4321
+ .pro-edit-label-popconfirm .ant-popover-message-title {
4322
+ padding-left: 0;
4323
+ }
4324
+ .pro-edit-label-popconfirm .ant-popover-content {
4325
+ width: 360px;
4326
+ max-width: 400px;
4327
+ }
4328
+ .pro-edit-label-popconfirm .pro-edit-label-title {
4329
+ font-size: var(--zaui-font-size-lg, 16px);
4330
+ font-weight: 500;
4331
+ color: var(--zaui-text, #343434);
4332
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
4333
+ }
4334
+ .pro-edit-label-popconfirm .pro-edit-label-tip {
4335
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4336
+ color: #666;
4337
+ }
4338
+ .pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
4339
+ font-size: var(--zaui-font-size-lg, 16px);
4340
+ margin-right: var(--zaui-space-size-sm, 8px);
4341
+ color: var(--zaui-warning, #EC9131);
4342
+ margin-top: var(--zaui-space-size-xs, 4px);
4343
+ }
4344
+ .pro-edit-label-popconfirm .pro-edit-label-popup {
4345
+ min-width: 300px;
4346
+ }
4347
+ .pro-edit-label-popconfirm .pro-edit-label-popup .pro-form {
4348
+ width: 100%;
4349
+ }
4350
+ .pro-edit-label-popconfirm .pro-edit-label-popup .pro-form.pro-form-no-label .ant-form-item-label {
4351
+ display: none;
4352
+ }
4353
+ .pro-edit-label-popconfirm .pro-edit-label-popup .ant-col-10 {
4354
+ -webkit-box-flex: 0;
4355
+ -webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
4356
+ -ms-flex: 0 0 var(--zaui-form-label-width, 130px);
4357
+ flex: 0 0 var(--zaui-form-label-width, 130px);
4358
+ text-align: var(--zaui-form-align, left);
4359
+ white-space: pre-wrap;
4360
+ line-height: 1;
4361
+ overflow: initial;
4362
+ -webkit-box-sizing: border-box;
4363
+ box-sizing: border-box;
4364
+ padding-right: var(--zaui-space-size-md, 16px);
4365
+ }
4366
+ .pro-edit-label-popconfirm .ant-select {
4367
+ width: 100%;
4368
+ }
4369
+ .pro-icon {
4370
+ cursor: pointer;
4371
+ }
4372
+ .pro-icon.pro-icon-with-theme {
4373
+ fill: var(--zaui-brand, #006aff);
4374
+ }
4375
+ .pro-icon.pro-icon-spin {
4376
+ -webkit-animation: loadingCircle 1s infinite linear;
4377
+ animation: loadingCircle 1s infinite linear;
4378
+ }
4379
+ .pro-icon-btn .anticon {
4380
+ display: inline-block;
4381
+ }
4382
+ .pro-icon-btn.ant-btn-icon-only {
4383
+ width: auto;
4384
+ height: auto;
4385
+ padding: 0;
4386
+ vertical-align: 0;
4387
+ border: 0;
4388
+ }
4389
+ .pro-theme-prd-tools-drawer .ant-drawer-header {
4390
+ border-bottom: none;
4391
+ }
4392
+ .pro-theme-prd-tools-drawer .ant-drawer-title {
4393
+ font-size: var(--zaui-font-size-xl, 18px);
4394
+ }
4395
+ .pro-theme-prd-tools-drawer .ant-drawer-body {
4396
+ padding: 0 32px 32px;
4397
+ }
4398
+ .pro-theme-prd-tools-drawer .ant-space-vertical {
4399
+ gap: var(--zaui-space-size-sm, 8px) !important;
4400
+ }
4401
+ .pro-theme-prd-tools-drawer p {
4402
+ padding-left: 12px;
4403
+ position: relative;
4404
+ margin-bottom: var(--zaui-space-size-md, 16px);
4405
+ font-size: var(--zaui-font-size, 14px);
4406
+ }
4407
+ .pro-theme-prd-tools-drawer p:before {
4408
+ content: '';
4409
+ position: absolute;
4410
+ left: 0;
4411
+ top: 4px;
4412
+ width: 4px;
4413
+ height: 14px;
4414
+ background: var(--zaui-brand, #006aff);
4415
+ border-radius: var(zaui-border-radius-card, 4px);
4416
+ }
4417
+ .pro-theme-prd-tools-drawer .pro-theme-color {
4418
+ display: -webkit-box;
4419
+ display: -webkit-flex;
4420
+ display: -ms-flexbox;
4421
+ display: flex;
4422
+ }
4423
+ .pro-theme-prd-tools-drawer .pro-theme-color li {
4424
+ width: 38px;
4425
+ height: 38px;
4426
+ border-radius: 50%;
4427
+ background: #fff;
4428
+ display: -webkit-box;
4429
+ display: -webkit-flex;
4430
+ display: -ms-flexbox;
4431
+ display: flex;
4432
+ -webkit-box-pack: center;
4433
+ -webkit-justify-content: center;
4434
+ -ms-flex-pack: center;
4435
+ justify-content: center;
4436
+ -webkit-box-align: center;
4437
+ -webkit-align-items: center;
4438
+ -ms-flex-align: center;
4439
+ align-items: center;
4440
+ border: 6px solid #fff;
4441
+ color: #fff;
4442
+ margin-right: 34px;
4443
+ }
4444
+ .pro-theme-prd-tools-drawer .pro-theme-color li span {
4445
+ font-size: var(--zaui-font-size, 14px);
4446
+ vertical-align: -7px;
4447
+ }
4448
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1) {
4449
+ background: #006aff;
4450
+ }
4451
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1).active,
4452
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1):hover {
4453
+ border-color: #d6e7ff;
4454
+ }
4455
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2) {
4456
+ background: #00bc70;
4457
+ }
4458
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2).active,
4459
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2):hover {
4460
+ border-color: #e0f5e8;
4461
+ }
4462
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3) {
4463
+ background: #ff8c16;
4464
+ }
4465
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3).active,
4466
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3):hover {
4467
+ border-color: #ffecdd;
4468
+ }
4469
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4) {
4470
+ margin-right: 0;
4471
+ background: #a00f20;
4472
+ }
4473
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4).active,
4474
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4):hover {
4475
+ border-color: #f2dbdb;
4476
+ }
4477
+ .pro-theme-prd-tools-drawer .anticon-question-circle {
4478
+ color: var(--zaui-brand, #006aff);
4479
+ }
4480
+ .pro-theme-prd-tools-drawer .copy-btn {
4481
+ position: absolute;
4482
+ width: calc(100% - 64px);
4483
+ bottom: 20px;
4484
+ left: 32px;
4485
+ z-index: 10;
4486
+ }
4487
+ .pro-theme-prd-tools-drawer .pro-theme-tools-box {
4488
+ display: -webkit-box;
4489
+ display: -webkit-flex;
4490
+ display: -ms-flexbox;
4491
+ display: flex;
4492
+ -webkit-box-pack: justify;
4493
+ -webkit-justify-content: space-between;
4494
+ -ms-flex-pack: justify;
4495
+ justify-content: space-between;
4496
+ -webkit-flex-wrap: wrap;
4497
+ -ms-flex-wrap: wrap;
4498
+ flex-wrap: wrap;
4499
+ }
4500
+ .pro-theme-prd-tools-drawer .pro-theme-tools-space {
4501
+ margin-bottom: 24px;
4502
+ }
4503
+ .pro-theme-prd-tools-drawer .pro-theme-tools-space.pro-theme-tools-small-space {
4504
+ margin-bottom: 8px;
4505
+ }
4506
+ .pro-theme-prd-tools-drawer .ant-radio-button-wrapper {
4507
+ padding: 0 28px;
4508
+ }
4509
+ .pro-theme-prd-tools-drawer .pro-theme-tools-form .ant-radio-button-wrapper {
4510
+ padding: 0 42px;
4511
+ }
4512
+ .pro-theme-prd-tools-drawer .pro-drawer-close {
4513
+ position: absolute;
4514
+ top: 6px;
4515
+ left: -37px;
4516
+ display: -webkit-box;
4517
+ display: -webkit-flex;
4518
+ display: -ms-flexbox;
4519
+ display: flex;
4520
+ -webkit-box-align: center;
4521
+ -webkit-align-items: center;
4522
+ -ms-flex-align: center;
4523
+ align-items: center;
4524
+ -webkit-box-pack: center;
4525
+ -webkit-justify-content: center;
4526
+ -ms-flex-pack: center;
4527
+ justify-content: center;
4528
+ width: 32px;
4529
+ height: 38px;
4530
+ color: #fff;
4531
+ cursor: pointer;
4532
+ }
4533
+ .pro-theme-prd-tools-drawer .pro-drawer-close .close-icon {
4534
+ position: relative;
4535
+ left: 4px;
4536
+ z-index: 1;
4537
+ color: var(--zaui-text, #343434);
4538
+ font-size: var(--zaui-font-size-lg, 16px);
4539
+ -webkit-transform: translateZ(100px);
4540
+ transform: translateZ(100px);
4541
+ }
4542
+ .pro-theme-prd-tools-drawer .pro-drawer-close .close-icon:hover {
4543
+ color: var(--zaui-brand, #006aff);
4544
+ }
4545
+ .pro-theme-prd-tools-drawer .pro-drawer-close::after {
4546
+ position: absolute;
4547
+ top: 0;
4548
+ right: 0;
4549
+ bottom: 0;
4550
+ left: 0;
4551
+ background-color: #fff;
4552
+ border-radius: 4px 0px 0px 4px;
4553
+ -webkit-transform: perspective(0.15em) rotateY(-2deg);
4554
+ transform: perspective(0.15em) rotateY(-2deg);
4555
+ content: '';
4556
+ }
4557
+ .pro-theme-tools {
4558
+ display: -webkit-box;
4559
+ display: -webkit-flex;
4560
+ display: -ms-flexbox;
4561
+ display: flex;
4562
+ -webkit-box-align: center;
4563
+ -webkit-align-items: center;
4564
+ -ms-flex-align: center;
4565
+ align-items: center;
4566
+ -webkit-box-pack: center;
4567
+ -webkit-justify-content: center;
4568
+ -ms-flex-pack: center;
4569
+ justify-content: center;
4570
+ width: 34px;
4571
+ height: 34px;
4572
+ background: #d8e6ff;
4573
+ border-radius: var(--zaui-border-radius, 8px);
4574
+ cursor: pointer;
4575
+ }
4576
+ .pro-theme-tools .setting-icon {
4577
+ margin-top: -1px;
4578
+ }
4579
+ .pro-theme-tools .setting-icon div {
4580
+ display: -webkit-box;
4581
+ display: -webkit-flex;
4582
+ display: -ms-flexbox;
4583
+ display: flex;
4584
+ -webkit-box-align: center;
4585
+ -webkit-align-items: center;
4586
+ -ms-flex-align: center;
4587
+ align-items: center;
4588
+ -webkit-box-pack: center;
4589
+ -webkit-justify-content: center;
4590
+ -ms-flex-pack: center;
4591
+ justify-content: center;
4592
+ }
4593
+ .pro-theme-tools.pro-theme-tools-follow {
4594
+ background: var(--ant-primary-1);
4595
+ }
4596
+ .pro-theme-tools.pro-theme-tools-follow svg {
4597
+ color: var(--zaui-brand, #006aff);
4598
+ }
4599
+ .pro-theme-tools .anticon {
4600
+ color: var(--zaui-text, #343434);
4601
+ }
4602
+ .pro-theme-tools .anticon svg {
4603
+ font-size: 20px;
4604
+ }
4605
+ .pro-theme-tools-drawer .ant-drawer-body {
4606
+ padding: 32px;
4607
+ }
4608
+ .pro-theme-tools-drawer .ant-space-vertical {
4609
+ gap: var(--zaui-space-size-sm, 8px) !important;
4610
+ }
4611
+ .pro-theme-tools-drawer .anticon-question-circle {
4612
+ color: var(--zaui-brand, #006aff);
4613
+ }
4614
+ .pro-theme-tools-drawer .copy-btn {
4615
+ position: absolute;
4616
+ bottom: 20px;
4617
+ left: 32px;
4618
+ z-index: 10;
4619
+ width: calc(100% - 64px);
4620
+ }
4621
+ .pro-theme-tools-drawer .pro-theme-tools-box {
4622
+ display: -webkit-box;
4623
+ display: -webkit-flex;
4624
+ display: -ms-flexbox;
4625
+ display: flex;
4626
+ -webkit-flex-wrap: wrap;
4627
+ -ms-flex-wrap: wrap;
4628
+ flex-wrap: wrap;
4629
+ -webkit-box-pack: justify;
4630
+ -webkit-justify-content: space-between;
4631
+ -ms-flex-pack: justify;
4632
+ justify-content: space-between;
4633
+ }
4634
+ .pro-theme-tools-drawer .pro-theme-tools-space {
4635
+ margin-bottom: var(--zaui-space-size-md, 16px);
4636
+ }
4637
+ .pro-theme-tools-drawer .ant-radio-button-wrapper {
4638
+ padding: 0 12px;
4639
+ }
4640
+ .pro-download.ant-btn-link,
4641
+ .pro-download.ant-btn-text {
4642
+ padding: 0;
4643
+ }
4644
+ .pro-editable .ant-table-cell .table-title-required::before {
4645
+ display: inline-block;
4646
+ margin-right: 4px;
4647
+ color: #ff5050;
4648
+ font-size: var(--zaui-font-size, 14px);
4649
+ line-height: 1;
4650
+ content: '*';
4651
+ }
4652
+ .pro-editable .ant-table-cell .ant-form-item {
4653
+ margin-bottom: 0px;
4654
+ }
4655
+ .pro-editable .ant-table.ant-table-bordered > .ant-table-container {
4656
+ border: 0;
4657
+ }
4658
+ .pro-editable .ant-table-thead > tr > th {
4659
+ white-space: nowrap;
4660
+ background-color: #f6f7f8;
4661
+ border: 0;
4662
+ }
4663
+ .pro-editable .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
4664
+ height: 0;
4665
+ }
4666
+ .pro-editable .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
4667
+ border-top: 0;
4668
+ border-right: 0;
4669
+ border-bottom: 0;
4670
+ }
4671
+ .pro-editable .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
4672
+ padding: var(--zaui-space-size-md, 16px);
4673
+ vertical-align: top;
4674
+ border-bottom: 0;
4675
+ }
4676
+ .pro-editable .ant-btn-link[disabled] {
4677
+ color: var(--zaui-disabled-text);
4678
+ }
4679
+ .pro-editable .ant-space {
4680
+ gap: var(--zaui-space-size-sm, 8px);
4681
+ }
4682
+ .pro-editable .ant-space .ant-btn-link {
4683
+ padding: 0 var(--zaui-space-size-xs, 4px);
4684
+ }
4685
+ .pro-editable .ant-space .ant-btn-link:first-child {
4686
+ padding-left: 0;
4687
+ }
4688
+ .pro-editable .com-empty {
4689
+ text-align: center;
4690
+ }
4691
+ .pro-editable .com-empty .empty-img {
4692
+ width: 80px;
4693
+ height: 80px;
4694
+ }
4695
+ .pro-editable .com-empty .empty-text {
4696
+ margin-top: var(--zaui-space-size-md, 16px);
4697
+ }
4698
+ .pro-editable .com-empty .empty-text .ant-btn-link {
4699
+ padding: 0;
4700
+ }
4701
+ html,
4702
+ body,
4703
+ body div,
4704
+ span,
4705
+ object,
4706
+ iframe,
4707
+ h1,
4708
+ h2,
4709
+ h3,
4710
+ h4,
4711
+ h5,
4712
+ h6,
4713
+ p,
4714
+ blockquote,
4715
+ pre,
4716
+ abbr,
4717
+ address,
4718
+ cite,
4719
+ code,
4720
+ del,
4721
+ dfn,
4722
+ em,
4723
+ img,
4724
+ ins,
4725
+ kbd,
4726
+ q,
4727
+ samp,
4728
+ small,
4729
+ strong,
4730
+ sub,
4731
+ sup,
4732
+ var,
4733
+ b,
4734
+ i,
4735
+ dl,
4736
+ dt,
4737
+ dd,
4738
+ ol,
4739
+ ul,
4740
+ li,
4741
+ fieldset,
4742
+ form,
4743
+ label,
4744
+ legend,
4745
+ table,
4746
+ caption,
4747
+ tbody,
4748
+ tfoot,
4749
+ thead,
4750
+ tr,
4751
+ th,
4752
+ td,
4753
+ article,
4754
+ aside,
4755
+ figure,
4756
+ footer,
4757
+ header,
4758
+ menu,
4759
+ nav,
4760
+ section,
4761
+ time,
4762
+ mark,
4763
+ audio,
4764
+ video,
4765
+ details,
4766
+ summary {
4767
+ margin: 0;
4768
+ padding: 0;
4769
+ font-family: -apple-system, PingFang SC, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
4770
+ vertical-align: baseline;
4771
+ background: transparent;
4772
+ border: 0;
4773
+ }
4774
+ tbody {
4775
+ vertical-align: middle;
4776
+ }
4777
+ tr,
4778
+ th,
4779
+ td {
4780
+ vertical-align: inherit;
4781
+ }
4782
+ main,
4783
+ article,
4784
+ aside,
4785
+ figure,
4786
+ footer,
4787
+ header,
4788
+ nav,
4789
+ section,
4790
+ details,
4791
+ summary {
4792
+ display: block;
4793
+ }
4794
+ html {
4795
+ -webkit-box-sizing: border-box;
4796
+ box-sizing: border-box;
4797
+ }
4798
+ *,
4799
+ *:before,
4800
+ *:after {
4801
+ -webkit-box-sizing: inherit;
4802
+ box-sizing: inherit;
4803
+ }
4804
+ img,
4805
+ object,
4806
+ embed {
4807
+ max-width: 100%;
4808
+ }
4809
+ ul {
4810
+ list-style: none;
4811
+ }
4812
+ blockquote,
4813
+ q {
4814
+ quotes: none;
4815
+ }
4816
+ blockquote:before,
4817
+ blockquote:after,
4818
+ q:before,
4819
+ q:after {
4820
+ content: '';
4821
+ content: none;
4822
+ }
4823
+ a {
4824
+ margin: 0;
4825
+ padding: 0;
4826
+ font-size: 100%;
4827
+ vertical-align: baseline;
4828
+ background: transparent;
4829
+ }
4830
+ del {
4831
+ text-decoration: line-through;
4832
+ }
4833
+ abbr[title],
4834
+ dfn[title] {
4835
+ border-bottom: 1px dotted #000;
4836
+ cursor: help;
4837
+ }
4838
+ hr {
4839
+ display: block;
4840
+ height: 1px;
4841
+ margin: 1em 0;
4842
+ padding: 0;
4843
+ border: 0;
4844
+ border-top: 1px solid #ccc;
4845
+ }
4846
+ input,
4847
+ select {
4848
+ vertical-align: middle;
4849
+ }
4850
+ pre {
4851
+ white-space: pre;
4852
+ /* CSS2 */
4853
+ white-space: pre-wrap;
4854
+ /* CSS 2.1 */
4855
+ white-space: pre-line;
4856
+ /* CSS 3 (and 2.1 as well, actually) */
4857
+ word-wrap: break-word;
4858
+ }
4859
+ input[type='radio'] {
4860
+ vertical-align: text-bottom;
4861
+ }
4862
+ input[type='checkbox'] {
4863
+ vertical-align: bottom;
4864
+ }
4865
+ .ie7 input[type='checkbox'] {
4866
+ vertical-align: baseline;
4867
+ }
4868
+ .ie6 input {
4869
+ vertical-align: text-bottom;
4870
+ }
4871
+ select,
4872
+ input,
4873
+ textarea {
4874
+ font: 99% sans-serif;
4875
+ }
4876
+ small {
4877
+ font-size: 85%;
4878
+ }
4879
+ strong {
4880
+ font-weight: bold;
4881
+ }
4882
+ sub,
4883
+ sup {
4884
+ position: relative;
4885
+ font-size: 75%;
4886
+ line-height: 0;
4887
+ }
4888
+ sup {
4889
+ top: -0.5em;
4890
+ }
4891
+ sub {
4892
+ bottom: -0.25em;
4893
+ }
4894
+ pre,
4895
+ code,
4896
+ kbd,
4897
+ samp {
4898
+ font-family: monospace, sans-serif;
4899
+ }
4900
+ .clickable,
4901
+ input[type='button'],
4902
+ input[type='submit'],
4903
+ input[type='file'],
4904
+ button {
4905
+ cursor: pointer;
4906
+ }
4907
+ button,
4908
+ input,
4909
+ select,
4910
+ textarea {
4911
+ margin: 0;
4912
+ }
4913
+ /* make buttons play nice in IE */
4914
+ button,
4915
+ input[type='button'] {
4916
+ width: auto;
4917
+ overflow: visible;
4918
+ }
4919
+ .ant-tabs-nav-list {
4920
+ overflow: auto;
4921
+ }
4922
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
4923
+ .ant-form-item-control-input-content {
4924
+ overflow: hidden;
4925
+ }
4926
+ .ant-popover .ant-form-item-control {
4927
+ -webkit-box-flex: 1;
4928
+ -webkit-flex: auto;
4929
+ -ms-flex: auto;
4930
+ flex: auto;
4931
+ }
4932
+ .ant-tabs-tab {
4933
+ display: inline-block;
4934
+ }
4935
+ /* IE兼容 */
4936
+ .ant-space {
4937
+ width: 100% !important;
4938
+ }
4939
+ }
4940
+ /* IE兼容 */
4941
+ .pro-icon.drag-icon {
4942
+ margin-right: var(--zaui-space-size-xs, 4px);
4943
+ cursor: move;
4944
+ }
4945
+ /* 兼容IE11 默认会生成2个值,默认值,var值。IE11下读取默认值 */
4946
+ :root {
4947
+ --zaui-global-bg: #ffffff;
4948
+ --zaui-base-bg: #ffffff;
4949
+ --zaui-brand: #006aff;
4950
+ --zaui-brand-hover: #3387ff;
4951
+ --zaui-brand-active: #005ad9;
4952
+ --zaui-brand-disabled: #99c3ff;
4953
+ --zaui-text: #343434;
4954
+ --zaui-text-weak: #616161;
4955
+ --zaui-aide-text: #909090;
4956
+ --zaui-placeholder: #a0a0a0;
4957
+ --zaui-link: var(--zaui-brand);
4958
+ --zaui-link-light-active: var(--zaui-brand-active);
4959
+ --zaui-line: #dcdcdc;
4960
+ --zaui-dividing-line: #dcdcdc;
4961
+ --zaui-area: #fafafa;
4962
+ --zaui-shadow: rgba(56, 56, 56, 0.15);
4963
+ --zaui-form-control-line: var(--zaui-line);
4964
+ --zaui-form-control-line-hover: var(--zaui-brand-hover);
4965
+ --zaui-form-control-line-active: var(--zaui-brand-active);
4966
+ --zaui-list-item-active-bg: var(--zaui-brand);
4967
+ --zaui-list-item-active-hover-bg: var(--zaui-brand);
4968
+ --zaui-list-item-selected-bg: var(--zaui-brand);
4969
+ --zaui-list-item-selected-hover-bg: var(--zaui-brand);
4970
+ --zaui-disabled-bg: #f2f2f2;
4971
+ --zaui-disabled-text: #333333;
4972
+ --zaui-feedback-overlay-bg: rgba(0, 0, 0, 0.7);
4973
+ --zaui-feedback-overlay-text: #343434;
4974
+ --zaui-primary: var(--zaui-brand);
4975
+ --zaui-primary-hover: var(--zaui-brand-hover);
4976
+ --zaui-primary-active: var(--zaui-brand-active);
4977
+ --zaui-danger-line: var(--zaui-line);
4978
+ --zaui-danger-bg: #fff2f0;
4979
+ --zaui-warning-line: var(--zaui-line);
4980
+ --zaui-warning-bg: #fffbe6;
4981
+ --zaui-info-line: var(--zaui-line);
4982
+ --zaui-info-bg: #e6f7ff;
4983
+ --zaui-success-line: var(--zaui-line);
4984
+ --zaui-success-bg: #f6ffed;
4985
+ --zaui-danger: #ff5050;
4986
+ --zaui-warning: #ec9131;
4987
+ --zaui-success: #00ae4d;
4988
+ --zaui-menu-top-bg: #ffffff;
4989
+ --zaui-menu-left-bg: #1a202d;
4990
+ --zaui-menu-second-bg: #ffffff;
4991
+ --zaui-form-align: left;
4992
+ --zaui-table-header-bg: #f2f3f5;
4993
+ --zaui-table-strip-bg: #fafafa;
4994
+ --zaui-table-hover-bg: #fafafa;
4995
+ --zaui-table-selected-bg: var(--zaui-table-hover-bg);
4996
+ --zaui-table-selected-hover-bg: var(--zaui-table-hover-bg);
4997
+ --zaui-table-nested-bg: #fafcfe;
4998
+ --zaui-contract-bg: #fffaa1;
4999
+ --zaui-form-label-width: 130px;
5000
+ --zaui-border-radius: 8px;
5001
+ --zaui-border-radius-card: 4px;
5002
+ --zaui-font-size-title: 16px;
5003
+ --zaui-font-size-card-title: var(--zaui-font-size-title);
5004
+ --zaui-font-size: 14px;
5005
+ --zaui-font-size-sm: 12px;
5006
+ --zaui-font-size-md: var(--zaui-font-size);
5007
+ --zaui-font-size-lg: 16px;
5008
+ --zaui-font-size-xl: 18px;
5009
+ --zaui-font-size-xxl: 20px;
5010
+ --zaui-font-size-lg-title: 24px;
5011
+ --zaui-height-border: var(--zaui-height-size-md);
5012
+ --zaui-height-card: var(--zaui-height-size-lg);
5013
+ --zaui-height-size-xs: 4px;
5014
+ --zaui-height-size-sm: 8px;
5015
+ --zaui-height-size-md: 16px;
5016
+ --zaui-height-size-lg: 32px;
5017
+ --zaui-height-size-xl: 64px;
5018
+ --zaui-space-border: var(--zaui-space-size-md);
5019
+ --zaui-space-card: var(--zaui-space-size-lg);
5020
+ --zaui-space-size-xs: 4px;
5021
+ --zaui-space-size-sm: 8px;
5022
+ --zaui-space-size-md: 16px;
5023
+ --zaui-space-size-lg: 32px;
5024
+ --zaui-space-size-xl: 64px;
5025
+ --zaui-line-height-base: 1.5;
5026
+ --zaui-size: 1;
5027
+ --zaui-base-font-size: 0px;
5028
+ }