@zat-design/sisyphus-react 3.4.2-beta.3 → 3.4.2-beta.31

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 (132) hide show
  1. package/dist/index.esm.css +136 -64
  2. package/dist/less.esm.css +5025 -0
  3. package/dist/less.esm.js +3 -0
  4. package/es/ProConfigProvider/index.js +2 -1
  5. package/es/ProEditTable/components/RenderField/index.js +20 -10
  6. package/es/ProEditTable/index.js +3 -3
  7. package/es/ProEditTable/propsType.d.ts +1 -1
  8. package/es/ProEditTable/utils/config.js +5 -5
  9. package/es/ProEditTable/utils/index.js +67 -30
  10. package/es/ProEnum/components/Group.d.ts +2 -0
  11. package/es/ProEnum/components/Group.js +26 -8
  12. package/es/ProEnum/index.js +4 -3
  13. package/es/ProEnum/style/index.less +12 -3
  14. package/es/ProForm/components/combination/FormList/index.js +4 -2
  15. package/es/ProForm/components/combination/Group/index.js +11 -4
  16. package/es/ProForm/components/combination/Group/propsType.d.ts +6 -0
  17. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  18. package/es/ProForm/components/render/Render.js +5 -2
  19. package/es/ProForm/components/render/RenderFields.d.ts +1 -1
  20. package/es/ProForm/components/render/RenderFields.js +4 -3
  21. package/es/ProForm/index.js +4 -4
  22. package/es/ProForm/propsType.d.ts +2 -1
  23. package/es/ProForm/style/index.less +17 -7
  24. package/es/ProForm/utils/{contrastOriginal.d.ts → diffOriginal.d.ts} +2 -1
  25. package/es/ProForm/utils/diffOriginal.js +61 -0
  26. package/es/ProForm/utils/index.d.ts +1 -1
  27. package/es/ProForm/utils/index.js +1 -1
  28. package/es/ProForm/utils/transformValue.js +2 -2
  29. package/es/ProForm/utils/useChanged.js +4 -3
  30. package/es/ProForm/utils/useListChanged.d.ts +1 -1
  31. package/es/ProForm/utils/useListChanged.js +5 -3
  32. package/es/ProForm/utils/valueType.d.ts +10 -5
  33. package/es/ProForm/utils/valueType.js +20 -10
  34. package/es/ProIcon/config/index.d.ts +2 -1
  35. package/es/ProIcon/config/index.js +191 -133
  36. package/es/ProIcon/index.d.ts +0 -1
  37. package/es/ProIcon/index.js +17 -36
  38. package/es/ProIcon/propsTypes.d.ts +2 -1
  39. package/es/ProLayout/components/Layout/Header/style/index.less +1 -1
  40. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +0 -1
  41. package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  42. package/es/ProLayout/components/Layout/Menu/style/index.less +2 -2
  43. package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -5
  44. package/es/ProLayout/components/ProCollapse/index.js +22 -6
  45. package/es/ProLayout/components/ProCollapse/style/index.less +24 -27
  46. package/es/ProLayout/components/ProFooter/index.js +1 -1
  47. package/es/ProLayout/components/ProFooter/style/index.less +1 -1
  48. package/es/ProLayout/components/ProHeader/style/index.less +4 -3
  49. package/es/ProLayout/style/index.less +83 -5
  50. package/es/ProStep/components/Item/index.js +2 -1
  51. package/es/ProStep/style/index.less +71 -70
  52. package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
  53. package/es/ProTable/components/RenderColumn/index.js +3 -3
  54. package/es/ProTable/propsType.d.ts +1 -1
  55. package/es/ProTable/utils.js +9 -9
  56. package/es/ProTabs/style/index.less +3 -1
  57. package/es/ProTree/components/ProTreeSelect/index.js +5 -9
  58. package/es/assets/catalog.svg +30 -1
  59. package/es/assets/fold.svg +27 -0
  60. package/es/locale/en_US.d.ts +3 -0
  61. package/es/locale/en_US.js +3 -0
  62. package/es/locale/zh_CN.d.ts +3 -0
  63. package/es/locale/zh_CN.js +3 -0
  64. package/es/style/less.less +2 -0
  65. package/es/style/theme/antd.less +1 -2
  66. package/lib/ProConfigProvider/index.js +2 -1
  67. package/lib/ProEditTable/components/RenderField/index.js +20 -10
  68. package/lib/ProEditTable/index.js +3 -3
  69. package/lib/ProEditTable/propsType.d.ts +1 -1
  70. package/lib/ProEditTable/utils/config.js +5 -5
  71. package/lib/ProEditTable/utils/index.js +67 -30
  72. package/lib/ProEnum/components/Group.d.ts +2 -0
  73. package/lib/ProEnum/components/Group.js +26 -8
  74. package/lib/ProEnum/index.js +4 -3
  75. package/lib/ProEnum/style/index.less +12 -3
  76. package/lib/ProForm/components/combination/FormList/index.js +4 -2
  77. package/lib/ProForm/components/combination/Group/index.js +11 -4
  78. package/lib/ProForm/components/combination/Group/propsType.d.ts +6 -0
  79. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  80. package/lib/ProForm/components/render/Render.js +5 -2
  81. package/lib/ProForm/components/render/RenderFields.d.ts +1 -1
  82. package/lib/ProForm/components/render/RenderFields.js +4 -3
  83. package/lib/ProForm/index.js +4 -4
  84. package/lib/ProForm/propsType.d.ts +2 -1
  85. package/lib/ProForm/style/index.less +17 -7
  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/ProForm/utils/valueType.d.ts +10 -5
  95. package/lib/ProForm/utils/valueType.js +20 -10
  96. package/lib/ProIcon/config/index.d.ts +2 -1
  97. package/lib/ProIcon/config/index.js +191 -133
  98. package/lib/ProIcon/index.d.ts +0 -1
  99. package/lib/ProIcon/index.js +17 -37
  100. package/lib/ProIcon/propsTypes.d.ts +2 -1
  101. package/lib/ProLayout/components/Layout/Header/style/index.less +1 -1
  102. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +0 -1
  103. package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +25 -20
  104. package/lib/ProLayout/components/Layout/Menu/style/index.less +2 -2
  105. package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +5 -5
  106. package/lib/ProLayout/components/ProCollapse/index.js +20 -6
  107. package/lib/ProLayout/components/ProCollapse/style/index.less +24 -27
  108. package/lib/ProLayout/components/ProFooter/index.js +1 -1
  109. package/lib/ProLayout/components/ProFooter/style/index.less +1 -1
  110. package/lib/ProLayout/components/ProHeader/style/index.less +4 -3
  111. package/lib/ProLayout/style/index.less +83 -5
  112. package/lib/ProStep/components/Item/index.js +2 -1
  113. package/lib/ProStep/style/index.less +71 -70
  114. package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
  115. package/lib/ProTable/components/RenderColumn/index.js +3 -3
  116. package/lib/ProTable/propsType.d.ts +1 -1
  117. package/lib/ProTable/utils.js +9 -9
  118. package/lib/ProTabs/style/index.less +3 -1
  119. package/lib/ProTree/components/ProTreeSelect/index.js +5 -9
  120. package/lib/assets/catalog.svg +30 -1
  121. package/lib/assets/fold.svg +27 -0
  122. package/lib/locale/en_US.d.ts +3 -0
  123. package/lib/locale/en_US.js +3 -0
  124. package/lib/locale/zh_CN.d.ts +3 -0
  125. package/lib/locale/zh_CN.js +3 -0
  126. package/lib/style/less.less +2 -0
  127. package/lib/style/theme/antd.less +1 -2
  128. package/package.json +1 -1
  129. package/es/ProForm/utils/contrastOriginal.js +0 -24
  130. package/es/ProIcon/symbolIcon.js +0 -43
  131. package/lib/ProForm/utils/contrastOriginal.js +0 -30
  132. package/lib/ProIcon/symbolIcon.js +0 -45
@@ -0,0 +1,5025 @@
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: var(--zaui-space-size-sm, 8px) 0 !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 2px 4px 0px rgba(0, 55, 93, 0.2);
936
+ box-shadow: 0px 2px 4px 0px rgba(0, 55, 93, 0.2);
937
+ }
938
+ .pro-header.pro-header-shadow {
939
+ -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 55, 93, 0.2);
940
+ box-shadow: 0px 2px 4px 0px rgba(0, 55, 93, 0.2);
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-space-size-sm, 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 .pro-collapse-level2 .ant-collapse-item {
2615
+ margin-bottom: 0 !important;
2616
+ }
2617
+ .pro-form .ant-form-item-control-input {
2618
+ -webkit-box-flex: 1;
2619
+ -webkit-flex-grow: 1;
2620
+ -ms-flex-positive: 1;
2621
+ flex-grow: 1;
2622
+ max-width: 100%;
2623
+ }
2624
+ .pro-form span.ant-input-clear-icon {
2625
+ display: unset;
2626
+ visibility: hidden;
2627
+ }
2628
+ .pro-form .ant-input-affix-wrapper:hover span.ant-input-clear-icon {
2629
+ display: unset;
2630
+ visibility: unset;
2631
+ }
2632
+ .pro-form .ant-input-affix-wrapper:hover span.ant-input-clear-icon[class~='ant-input-clear-icon-hidden'] {
2633
+ display: unset;
2634
+ visibility: hidden;
2635
+ }
2636
+ .pro-form.pro-form-view .ant-form-item-label label {
2637
+ color: var(--zaui-aide-text, #939599);
2638
+ }
2639
+ .pro-form.pro-form-view .ant-form-item {
2640
+ margin-bottom: 0 !important;
2641
+ }
2642
+ .pro-form.pro-form-view .ant-form-item .ant-tree-icon-hide input {
2643
+ display: none !important;
2644
+ }
2645
+ .pro-form .ant-picker-range {
2646
+ width: 100%;
2647
+ }
2648
+ .pro-form .pro-form-list-line .ant-row {
2649
+ width: 100%;
2650
+ }
2651
+ .pro-form .expand-button {
2652
+ line-height: 32px;
2653
+ cursor: pointer;
2654
+ }
2655
+ .pro-form .expand-button .rotate-to-top {
2656
+ -webkit-transform: rotate(90deg);
2657
+ transform: rotate(90deg);
2658
+ }
2659
+ .pro-form .expand-button .rotate-to-bottom {
2660
+ -webkit-transform: rotate(-90deg);
2661
+ transform: rotate(-90deg);
2662
+ }
2663
+ .pro-form .ant-form-item {
2664
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2665
+ }
2666
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2667
+ -webkit-box-flex: inherit;
2668
+ -webkit-flex-grow: inherit;
2669
+ -ms-flex-positive: inherit;
2670
+ flex-grow: inherit;
2671
+ }
2672
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2673
+ -webkit-box-flex: initial;
2674
+ -webkit-flex: initial;
2675
+ -ms-flex: initial;
2676
+ flex: initial;
2677
+ }
2678
+ .pro-form .ant-form-item .ant-form-item-tooltip svg {
2679
+ width: 14px;
2680
+ height: 14px;
2681
+ vertical-align: bottom;
2682
+ fill: var(--zaui-aide-text, #909090);
2683
+ }
2684
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper,
2685
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector,
2686
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker,
2687
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number {
2688
+ background: var(--zaui-contract-bg, #fffaa1) !important;
2689
+ }
2690
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper input,
2691
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2692
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker input,
2693
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number input {
2694
+ background: transparent;
2695
+ }
2696
+ .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
2697
+ .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector .ant-select-selection-placeholder,
2698
+ .pro-form .ant-form-item.pro-form-item-changed .ant-picker .ant-select-selection-placeholder,
2699
+ .pro-form .ant-form-item.pro-form-item-changed .ant-input-number .ant-select-selection-placeholder {
2700
+ z-index: 9;
2701
+ }
2702
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control:has(.ant-switch-handle, .ant-checkbox-wrapper-in-form-item) {
2703
+ background: var(--zaui-contract-bg, #fffaa1);
2704
+ border-radius: 4px;
2705
+ }
2706
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-select-selector,
2707
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-affix-wrapper,
2708
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .pro-address .ant-input-disabled {
2709
+ background: var(--zaui-contract-bg, #fffaa1);
2710
+ }
2711
+ .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > .ant-input-group .forever-checkbox {
2712
+ background: var(--zaui-contract-bg, #fffaa1);
2713
+ }
2714
+ .pro-form .ant-form-item.pro-form-item-changed .pro-form-view-container {
2715
+ padding: 4px 8px;
2716
+ background: var(--zaui-contract-bg, #fffaa1);
2717
+ border-radius: 4px;
2718
+ }
2719
+ .pro-form .ant-form-item .ant-row {
2720
+ width: 100%;
2721
+ }
2722
+ .pro-form .ant-form-item .ant-col.ant-col-0 {
2723
+ display: none;
2724
+ }
2725
+ .pro-form .ant-form-item .ant-form-item-explain {
2726
+ height: auto;
2727
+ }
2728
+ .pro-form .ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
2729
+ font-size: var(--zaui-font-size, 14px);
2730
+ }
2731
+ .pro-form .ant-form-item .ant-input-number {
2732
+ width: 100%;
2733
+ }
2734
+ .pro-form .ant-form-item .pro-number-range .ant-input-number {
2735
+ width: calc(50% - 16px);
2736
+ }
2737
+ .pro-form .ant-form-item .pro-number-range .range-right .ant-input-number {
2738
+ border-left: none;
2739
+ }
2740
+ .pro-form .ant-form-item .pro-number-range .range-right .range-right {
2741
+ width: 100%;
2742
+ border: 1px solid var(--zaui-form-control-line, #DCDCDC);
2743
+ border-top-left-radius: 0;
2744
+ border-bottom-left-radius: 0;
2745
+ }
2746
+ .pro-form .ant-form-item-hidden {
2747
+ display: none;
2748
+ }
2749
+ .pro-form .ant-form-item-label > label {
2750
+ white-space: pre-wrap;
2751
+ }
2752
+ .pro-form .suffix-value {
2753
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2754
+ }
2755
+ .pro-form .ant-form-item-has-error .group-separator {
2756
+ color: var(--ant-error-color);
2757
+ border-color: var(--ant-error-color);
2758
+ }
2759
+ .pro-form .ant-form-item-has-error .site-input-split {
2760
+ border-color: var(--zaui-danger, #ff5050);
2761
+ }
2762
+ .pro-form .site-input-group-wrapper .site-input-split {
2763
+ text-align: center;
2764
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2765
+ }
2766
+ .pro-form .site-input-group-wrapper .site-input-split.site-input-split-disabled {
2767
+ background-color: var(--zaui-disabled-bg, #f2f2f2);
2768
+ }
2769
+ .pro-form .site-input-group-wrapper .site-input-right {
2770
+ border-left-width: 0;
2771
+ }
2772
+ .pro-form .site-input-group-wrapper .site-input-right:focus {
2773
+ border-left-width: 1px;
2774
+ }
2775
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right {
2776
+ border-right-width: 0;
2777
+ }
2778
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right:hover,
2779
+ .pro-form .site-input-group-wrapper .ant-input-rtl.site-input-right:focus {
2780
+ border-right-width: 1px;
2781
+ }
2782
+ .pro-form .site-input-group-wrapper .ant-form-item {
2783
+ margin-bottom: 0;
2784
+ }
2785
+ .pro-form .site-input-group-wrapper .site-input-left,
2786
+ .pro-form .site-input-group-wrapper .site-input-right {
2787
+ width: calc(50% - 20px);
2788
+ }
2789
+ .pro-form .site-input-group-wrapper .site-input-left .ant-input-number {
2790
+ border-right: none;
2791
+ }
2792
+ .pro-form .site-input-group-wrapper .site-input-right .ant-input-number {
2793
+ border-left: none;
2794
+ }
2795
+ .pro-form .site-input-group-wrapper.ant-input-group.ant-input-group-compact > *:not(:last-child) {
2796
+ margin-right: 0;
2797
+ }
2798
+ .pro-form .site-input-group-wrapper > *:first-child {
2799
+ border-top-right-radius: 0 !important;
2800
+ border-bottom-right-radius: 0 !important;
2801
+ }
2802
+ .pro-form .site-input-group-wrapper > *:first-child > .ant-select-selector {
2803
+ border-top-right-radius: 0 !important;
2804
+ border-bottom-right-radius: 0 !important;
2805
+ }
2806
+ .pro-form .site-input-group-wrapper > *:last-child {
2807
+ border-top-left-radius: 0 !important;
2808
+ border-bottom-left-radius: 0 !important;
2809
+ }
2810
+ .pro-form .site-input-group-wrapper > *:last-child > .ant-select-selector {
2811
+ border-top-left-radius: 0 !important;
2812
+ border-bottom-left-radius: 0 !important;
2813
+ }
2814
+ .pro-form .ant-input-group.ant-input-group-compact > * {
2815
+ float: none;
2816
+ vertical-align: top;
2817
+ }
2818
+ .pro-form .pro-form-control {
2819
+ display: -webkit-box;
2820
+ display: -webkit-flex;
2821
+ display: -ms-flexbox;
2822
+ display: flex;
2823
+ }
2824
+ .pro-form .noDisabled {
2825
+ color: var(--zaui-disabled-text, #333333);
2826
+ font-size: var(--zaui-font-size, 14px);
2827
+ background-color: transparent;
2828
+ border: none;
2829
+ cursor: default;
2830
+ opacity: 1;
2831
+ }
2832
+ .pro-form div.pro-form-custom-footer {
2833
+ width: unset !important;
2834
+ height: 32px;
2835
+ margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2836
+ }
2837
+ .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
2838
+ display: none;
2839
+ }
2840
+ .pro-form .pro-form-view-container {
2841
+ display: inline-block;
2842
+ color: var(--zaui-text, #343434);
2843
+ word-break: break-all;
2844
+ }
2845
+ .pro-form .pro-form-view-container_nowrap {
2846
+ overflow: hidden;
2847
+ white-space: nowrap;
2848
+ text-overflow: ellipsis;
2849
+ }
2850
+ .pro-form .full-form-item {
2851
+ width: 100%;
2852
+ }
2853
+ .pro-form .delete-icon {
2854
+ width: 18px;
2855
+ }
2856
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box {
2857
+ background: #F8F9FA;
2858
+ border-radius: var(--zaui-border-radius, 8px);
2859
+ padding: var(--zaui-space-size-sm, 8px);
2860
+ }
2861
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .ant-upload.ant-upload-drag {
2862
+ background-color: var(--zaui-base-bg, #fff);
2863
+ }
2864
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner {
2865
+ min-width: 392px;
2866
+ height: 110px;
2867
+ display: -webkit-box;
2868
+ display: -webkit-flex;
2869
+ display: -ms-flexbox;
2870
+ display: flex;
2871
+ -webkit-box-align: center;
2872
+ -webkit-align-items: center;
2873
+ -ms-flex-align: center;
2874
+ align-items: center;
2875
+ -webkit-box-pack: center;
2876
+ -webkit-justify-content: center;
2877
+ -ms-flex-pack: center;
2878
+ justify-content: center;
2879
+ }
2880
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control {
2881
+ background-color: var(--zaui-base-bg, #fff);
2882
+ }
2883
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 {
2884
+ display: -webkit-box;
2885
+ display: -webkit-flex;
2886
+ display: -ms-flexbox;
2887
+ display: flex;
2888
+ line-height: 26px;
2889
+ -webkit-box-align: center;
2890
+ -webkit-align-items: center;
2891
+ -ms-flex-align: center;
2892
+ align-items: center;
2893
+ }
2894
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .icon-upload {
2895
+ display: inline-block;
2896
+ font-size: 30px;
2897
+ color: #C5C7CD;
2898
+ }
2899
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .dragger-txt {
2900
+ margin-left: 9px;
2901
+ font-size: var(--zaui-font-size, 14px);
2902
+ color: rgba(0, 0, 0, 0.85);
2903
+ line-height: 20px;
2904
+ }
2905
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .click-txt {
2906
+ color: var(--zaui-brand, #006AFF);
2907
+ }
2908
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .file-ext {
2909
+ text-align: center;
2910
+ margin-top: 10px;
2911
+ font-size: var(--zaui-font-size-sm, 12px);
2912
+ color: #939599;
2913
+ line-height: 14px;
2914
+ }
2915
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file {
2916
+ display: -webkit-box;
2917
+ display: -webkit-flex;
2918
+ display: -ms-flexbox;
2919
+ display: flex;
2920
+ -webkit-box-pack: center;
2921
+ -webkit-justify-content: center;
2922
+ -ms-flex-pack: center;
2923
+ justify-content: center;
2924
+ -webkit-box-orient: vertical;
2925
+ -webkit-box-direction: normal;
2926
+ -webkit-flex-direction: column;
2927
+ -ms-flex-direction: column;
2928
+ flex-direction: column;
2929
+ padding: 0 var(--zaui-space-size-lg, 32px);
2930
+ }
2931
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-type-icon {
2932
+ width: 18px;
2933
+ height: 22px;
2934
+ margin: 0 auto;
2935
+ }
2936
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-item-wrapper {
2937
+ padding: 0 var(--zaui-space-size-lg, 32px);
2938
+ }
2939
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box {
2940
+ margin-top: 11px;
2941
+ display: -webkit-box;
2942
+ display: -webkit-flex;
2943
+ display: -ms-flexbox;
2944
+ display: flex;
2945
+ }
2946
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box.file-box-error {
2947
+ color: var(--zaui-danger);
2948
+ }
2949
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-name {
2950
+ display: box;
2951
+ overflow: hidden;
2952
+ line-clamp: 1;
2953
+ box-orient: vertical;
2954
+ word-break: break-all;
2955
+ }
2956
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-ext {
2957
+ word-break: keep-all;
2958
+ }
2959
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-info-box .file-size {
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-download {
2963
+ margin-left: var(--zaui-space-size-sm, 8px);
2964
+ }
2965
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-action-box {
2966
+ display: -webkit-box;
2967
+ display: -webkit-flex;
2968
+ display: -ms-flexbox;
2969
+ display: flex;
2970
+ -webkit-box-pack: center;
2971
+ -webkit-justify-content: center;
2972
+ -ms-flex-pack: center;
2973
+ justify-content: center;
2974
+ margin-top: 3px;
2975
+ }
2976
+ .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .dragger-single-file .file-action-box .file-del {
2977
+ margin-left: 30px;
2978
+ }
2979
+ .pro-upload .pro-upload-button {
2980
+ display: -webkit-box;
2981
+ display: -webkit-flex;
2982
+ display: -ms-flexbox;
2983
+ display: flex;
2984
+ }
2985
+ .pro-upload .pro-upload-button > span {
2986
+ width: 100%;
2987
+ display: block;
2988
+ }
2989
+ .pro-upload .pro-upload-button .pro-upload-button-inner {
2990
+ display: -webkit-box;
2991
+ display: -webkit-flex;
2992
+ display: -ms-flexbox;
2993
+ display: flex;
2994
+ }
2995
+ .pro-upload .pro-upload-button .pro-upload-button-inner .pro-upload-button-inner-right {
2996
+ line-height: 32px;
2997
+ margin-left: 10px;
2998
+ }
2999
+ .pro-upload .pro-upload-button .upload-tip-txt {
3000
+ margin-left: 10px;
3001
+ line-height: 32px;
3002
+ font-size: var(--zaui-font-size-sm, 12px);
3003
+ color: #939599;
3004
+ }
3005
+ .pro-upload .pro-upload-image {
3006
+ position: relative;
3007
+ display: -webkit-inline-box;
3008
+ display: -webkit-inline-flex;
3009
+ display: -ms-inline-flexbox;
3010
+ display: inline-flex;
3011
+ }
3012
+ .pro-upload .pro-upload-image .ant-upload-list-picture-card-container,
3013
+ .pro-upload .pro-upload-image .ant-upload-select-picture-card {
3014
+ width: 126px;
3015
+ height: 126px;
3016
+ }
3017
+ .pro-upload .pro-upload-image .image-example {
3018
+ position: absolute;
3019
+ word-break: keep-all;
3020
+ top: 0;
3021
+ right: -10px;
3022
+ width: 88px;
3023
+ height: 32px;
3024
+ -webkit-transform: translate(100%, 0);
3025
+ transform: translate(100%, 0);
3026
+ text-align: center;
3027
+ line-height: 32px;
3028
+ background: #FFFFFF;
3029
+ border-radius: var(--zaui-border-radius, 8px);
3030
+ border: 1px solid #DCDCDC;
3031
+ }
3032
+ .pro-upload .pro-upload-image .file-item-image {
3033
+ position: relative;
3034
+ height: 126px;
3035
+ width: 126px;
3036
+ border: 1px dashed #d9d9d9;
3037
+ overflow: hidden;
3038
+ border-radius: 8px;
3039
+ }
3040
+ .pro-upload .pro-upload-image .file-item-image .file-type-icon-img {
3041
+ position: absolute;
3042
+ width: 30px;
3043
+ top: 50%;
3044
+ left: 50%;
3045
+ -webkit-transform: translate(-50%, -50%);
3046
+ transform: translate(-50%, -50%);
3047
+ }
3048
+ .pro-upload .pro-upload-image .file-item-image .image-con {
3049
+ display: block;
3050
+ width: 100%;
3051
+ height: 100%;
3052
+ }
3053
+ .pro-upload .pro-upload-image .file-item-image:hover .actions-wrap {
3054
+ display: block;
3055
+ background-color: rgba(0, 0, 0, 0.75);
3056
+ }
3057
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap {
3058
+ -webkit-transition: all 2s;
3059
+ transition: all 2s;
3060
+ position: absolute;
3061
+ display: none;
3062
+ width: 100%;
3063
+ top: 0;
3064
+ bottom: 0;
3065
+ background-color: rgba(0, 0, 0, 0.5);
3066
+ }
3067
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-top {
3068
+ -webkit-box-flex: 1;
3069
+ -webkit-flex: 1;
3070
+ -ms-flex: 1;
3071
+ flex: 1;
3072
+ display: -webkit-box;
3073
+ display: -webkit-flex;
3074
+ display: -ms-flexbox;
3075
+ display: flex;
3076
+ -webkit-box-align: center;
3077
+ -webkit-align-items: center;
3078
+ -ms-flex-align: center;
3079
+ align-items: center;
3080
+ -webkit-box-orient: vertical;
3081
+ -webkit-box-direction: normal;
3082
+ -webkit-flex-direction: column;
3083
+ -ms-flex-direction: column;
3084
+ flex-direction: column;
3085
+ height: calc(100% - 36px);
3086
+ -webkit-box-pack: center;
3087
+ -webkit-justify-content: center;
3088
+ -ms-flex-pack: center;
3089
+ justify-content: center;
3090
+ }
3091
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button {
3092
+ height: 36px;
3093
+ line-height: 36px;
3094
+ background: #FFFFFF;
3095
+ text-align: center;
3096
+ }
3097
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item {
3098
+ color: #fff;
3099
+ font-size: var(--zaui-font-size-sm, 12px);
3100
+ opacity: 0.8;
3101
+ }
3102
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
3103
+ margin-right: 10px;
3104
+ -webkit-transform: translate(0, 3px);
3105
+ transform: translate(0, 3px);
3106
+ }
3107
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
3108
+ opacity: 1;
3109
+ }
3110
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item {
3111
+ color: var(--zaui-danger, #FF005F);
3112
+ }
3113
+ .pro-upload .pro-upload-image .file-item-image.actions-wrap-error {
3114
+ border: 1px solid #FF005F;
3115
+ }
3116
+ .pro-upload .pro-upload-image .image-uploading {
3117
+ padding: 20px;
3118
+ display: -webkit-box;
3119
+ display: -webkit-flex;
3120
+ display: -ms-flexbox;
3121
+ display: flex;
3122
+ -webkit-box-align: center;
3123
+ -webkit-align-items: center;
3124
+ -ms-flex-align: center;
3125
+ align-items: center;
3126
+ height: inherit;
3127
+ }
3128
+ .pro-upload .pro-upload-image .ant-space-item {
3129
+ display: -webkit-inline-box;
3130
+ display: -webkit-inline-flex;
3131
+ display: -ms-inline-flexbox;
3132
+ display: inline-flex;
3133
+ }
3134
+ .pro-upload .pro-upload-image .pro-upload-image-footer {
3135
+ margin-top: -8px;
3136
+ }
3137
+ .pro-upload .file-actions .file-action-item {
3138
+ padding-top: var(--zaui-space-size-xs, 4px) !important;
3139
+ }
3140
+ .pro-upload .file-actions .action-icon {
3141
+ display: -webkit-inline-box;
3142
+ display: -webkit-inline-flex;
3143
+ display: -ms-inline-flexbox;
3144
+ display: inline-flex;
3145
+ -webkit-box-align: center;
3146
+ -webkit-align-items: center;
3147
+ -ms-flex-align: center;
3148
+ align-items: center;
3149
+ color: inherit;
3150
+ font-style: normal;
3151
+ text-align: center;
3152
+ text-transform: none;
3153
+ vertical-align: -0.15em;
3154
+ text-rendering: optimizeLegibility;
3155
+ }
3156
+ .pro-upload .file-actions .action-icon span {
3157
+ display: -webkit-inline-box;
3158
+ display: -webkit-inline-flex;
3159
+ display: -ms-inline-flexbox;
3160
+ display: inline-flex;
3161
+ -webkit-box-align: center;
3162
+ -webkit-align-items: center;
3163
+ -ms-flex-align: center;
3164
+ align-items: center;
3165
+ color: inherit;
3166
+ font-style: normal;
3167
+ text-align: center;
3168
+ text-transform: none;
3169
+ vertical-align: -0.15em;
3170
+ text-rendering: optimizeLegibility;
3171
+ }
3172
+ .pro-upload-example {
3173
+ width: 100%;
3174
+ max-height: 400px;
3175
+ min-height: 200px;
3176
+ overflow-y: auto;
3177
+ display: -webkit-box;
3178
+ display: -webkit-flex;
3179
+ display: -ms-flexbox;
3180
+ display: flex;
3181
+ -webkit-box-align: center;
3182
+ -webkit-align-items: center;
3183
+ -ms-flex-align: center;
3184
+ align-items: center;
3185
+ -webkit-box-pack: center;
3186
+ -webkit-justify-content: center;
3187
+ -ms-flex-pack: center;
3188
+ justify-content: center;
3189
+ }
3190
+ .proupload-modal-preview .ant-modal {
3191
+ width: 600px;
3192
+ }
3193
+ .pro-tree-modal-container .ant-modal-content .ant-modal-body {
3194
+ max-height: 498px;
3195
+ }
3196
+ .pro-tree-modal-placeholder {
3197
+ color: #939499;
3198
+ }
3199
+ .pro-tree-modal-content {
3200
+ display: -webkit-box;
3201
+ display: -webkit-flex;
3202
+ display: -ms-flexbox;
3203
+ display: flex;
3204
+ -webkit-box-orient: horizontal;
3205
+ -webkit-box-direction: normal;
3206
+ -webkit-flex-direction: row;
3207
+ -ms-flex-direction: row;
3208
+ flex-direction: row;
3209
+ height: 482px;
3210
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3211
+ }
3212
+ .pro-tree-modal-content .ant-tree-checkbox {
3213
+ margin-top: 2px;
3214
+ }
3215
+ .pro-tree-modal-content .ant-tree-switcher {
3216
+ width: 20px;
3217
+ line-height: 20px;
3218
+ }
3219
+ .pro-tree-modal-content .ant-tree-treenode {
3220
+ width: 100%;
3221
+ padding: 0;
3222
+ padding-bottom: var(--zaui-font-size-sm, 12px);
3223
+ color: var(--zaui-text);
3224
+ font-size: var(--zaui-font-size, 14px);
3225
+ line-height: 20px;
3226
+ }
3227
+ .pro-tree-modal-content .ant-tree-node-content-wrapper {
3228
+ min-height: 20px;
3229
+ line-height: 20px;
3230
+ }
3231
+ .pro-tree-modal-content .ant-tree-node-content-wrapper {
3232
+ width: 100%;
3233
+ }
3234
+ .pro-tree-modal-box {
3235
+ display: -webkit-box;
3236
+ display: -webkit-flex;
3237
+ display: -ms-flexbox;
3238
+ display: flex;
3239
+ -webkit-box-orient: vertical;
3240
+ -webkit-box-direction: normal;
3241
+ -webkit-flex-direction: column;
3242
+ -ms-flex-direction: column;
3243
+ flex-direction: column;
3244
+ width: 456px;
3245
+ height: 100%;
3246
+ color: var(--zaui-text);
3247
+ font-size: var(--zaui-font-size, 14px);
3248
+ line-height: 20px;
3249
+ border: 1px solid #e6e6e6;
3250
+ border-radius: var(--zaui-border-radius, 8px);
3251
+ /* 修改滚动条样式 */
3252
+ }
3253
+ .pro-tree-modal-box:first-child {
3254
+ margin-right: var(--zaui-space-size-md, 16px);
3255
+ }
3256
+ .pro-tree-modal-box .viewSvg > div {
3257
+ display: -webkit-box;
3258
+ display: -webkit-flex;
3259
+ display: -ms-flexbox;
3260
+ display: flex;
3261
+ }
3262
+ .pro-tree-modal-box ::-webkit-scrollbar {
3263
+ width: 0;
3264
+ height: 0;
3265
+ }
3266
+ .pro-tree-modal-cascader-box {
3267
+ width: 592px;
3268
+ }
3269
+ .pro-tree-modal-cascader-box-view {
3270
+ width: 320px;
3271
+ }
3272
+ .pro-tree-modal-search {
3273
+ width: auto;
3274
+ margin: var(--zaui-space-size-sm, 8px) var(--zaui-space-size-md, 16px) 0;
3275
+ }
3276
+ .pro-tree-modal-cascader-flex {
3277
+ display: -webkit-box;
3278
+ display: -webkit-flex;
3279
+ display: -ms-flexbox;
3280
+ display: flex;
3281
+ -webkit-box-orient: horizontal;
3282
+ -webkit-box-direction: normal;
3283
+ -webkit-flex-direction: row;
3284
+ -ms-flex-direction: row;
3285
+ flex-direction: row;
3286
+ height: 100%;
3287
+ overflow: hidden;
3288
+ }
3289
+ .pro-tree-modal-cascader-warp {
3290
+ display: -webkit-box;
3291
+ display: -webkit-flex;
3292
+ display: -ms-flexbox;
3293
+ display: flex;
3294
+ -webkit-box-orient: vertical;
3295
+ -webkit-box-direction: normal;
3296
+ -webkit-flex-direction: column;
3297
+ -ms-flex-direction: column;
3298
+ flex-direction: column;
3299
+ width: 350px;
3300
+ margin-left: var(--zaui-space-size-md, 16px);
3301
+ overflow: auto;
3302
+ }
3303
+ .pro-tree-modal-cascader-warp:first-child {
3304
+ width: 192px;
3305
+ margin-left: 0;
3306
+ border-right: 1px solid #e6e6e6;
3307
+ }
3308
+ .pro-tree-modal-box-header {
3309
+ display: -webkit-box;
3310
+ display: -webkit-flex;
3311
+ display: -ms-flexbox;
3312
+ display: flex;
3313
+ -webkit-box-align: center;
3314
+ -webkit-align-items: center;
3315
+ -ms-flex-align: center;
3316
+ align-items: center;
3317
+ -webkit-box-pack: justify;
3318
+ -webkit-justify-content: space-between;
3319
+ -ms-flex-pack: justify;
3320
+ justify-content: space-between;
3321
+ height: 40px;
3322
+ padding: 0 var(--zaui-space-size-md, 16px);
3323
+ background: #fafafa;
3324
+ }
3325
+ .pro-tree-modal-box-header:first-child {
3326
+ color: #616161;
3327
+ }
3328
+ .pro-tree-modal-box-header .ant-btn-link {
3329
+ padding: 0;
3330
+ }
3331
+ .pro-tree-modal-tree-warp {
3332
+ -webkit-box-flex: 1;
3333
+ -webkit-flex: 1;
3334
+ -ms-flex: 1;
3335
+ flex: 1;
3336
+ margin: 0 var(--zaui-space-size-md, 16px);
3337
+ padding-top: var(--zaui-space-size-sm, 8px);
3338
+ overflow-y: auto;
3339
+ }
3340
+ .pro-tree-modal-checkbox-content {
3341
+ display: -webkit-box;
3342
+ display: -webkit-flex;
3343
+ display: -ms-flexbox;
3344
+ display: flex;
3345
+ -webkit-box-orient: horizontal;
3346
+ -webkit-box-direction: normal;
3347
+ -webkit-flex-direction: row;
3348
+ -ms-flex-direction: row;
3349
+ flex-direction: row;
3350
+ -webkit-box-align: center;
3351
+ -webkit-align-items: center;
3352
+ -ms-flex-align: center;
3353
+ align-items: center;
3354
+ -webkit-box-pack: justify;
3355
+ -webkit-justify-content: space-between;
3356
+ -ms-flex-pack: justify;
3357
+ justify-content: space-between;
3358
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3359
+ line-height: 20px;
3360
+ cursor: pointer;
3361
+ }
3362
+ .pro-tree-modal-checkbox-content-look {
3363
+ color: #333;
3364
+ }
3365
+ .pro-tree-modal-checkbox-content-drag {
3366
+ display: -webkit-box;
3367
+ display: -webkit-flex;
3368
+ display: -ms-flexbox;
3369
+ display: flex;
3370
+ }
3371
+ .pro-tree-modal-cascader-content {
3372
+ margin-bottom: 0;
3373
+ padding: 6px;
3374
+ }
3375
+ .pro-tree-modal-check-cascader-content {
3376
+ color: var(--zaui-brand);
3377
+ background: rgba(0, 106, 255, 0.1);
3378
+ }
3379
+ .pro-tree-modal-isView {
3380
+ display: -webkit-box;
3381
+ display: -webkit-flex;
3382
+ display: -ms-flexbox;
3383
+ display: flex;
3384
+ -webkit-box-align: center;
3385
+ -webkit-align-items: center;
3386
+ -ms-flex-align: center;
3387
+ align-items: center;
3388
+ }
3389
+ .pro-tree-modal-isView .viewSvg {
3390
+ margin-left: var(--zaui-space-size-sm, 8px);
3391
+ }
3392
+ .pro-tree-modal-tree-content {
3393
+ margin-bottom: 0;
3394
+ }
3395
+ .pro-tree-modal-search-value {
3396
+ color: var(--zaui-brand);
3397
+ }
3398
+ .pro-tree-modal-checkbox-close {
3399
+ padding-left: var(--zaui-space-size-sm, 8px);
3400
+ color: #c5c7cd;
3401
+ font-size: var(--zaui-font-size-sm, 12px);
3402
+ }
3403
+ .pro-tree-modal-tree-node {
3404
+ display: -webkit-box;
3405
+ display: -webkit-flex;
3406
+ display: -ms-flexbox;
3407
+ display: flex;
3408
+ -webkit-box-orient: horizontal;
3409
+ -webkit-box-direction: normal;
3410
+ -webkit-flex-direction: row;
3411
+ -ms-flex-direction: row;
3412
+ flex-direction: row;
3413
+ }
3414
+ .pro-tree-modal-tree-node:last-child {
3415
+ -webkit-box-flex: 1;
3416
+ -webkit-flex: 1;
3417
+ -ms-flex: 1;
3418
+ flex: 1;
3419
+ }
3420
+ .pro-tree-modal-tree-node-tag {
3421
+ display: -webkit-box;
3422
+ display: -webkit-flex;
3423
+ display: -ms-flexbox;
3424
+ display: flex;
3425
+ -webkit-box-align: center;
3426
+ -webkit-align-items: center;
3427
+ -ms-flex-align: center;
3428
+ align-items: center;
3429
+ -webkit-box-pack: center;
3430
+ -webkit-justify-content: center;
3431
+ -ms-flex-pack: center;
3432
+ justify-content: center;
3433
+ height: 20px;
3434
+ margin-right: var(--zaui-space-size-sm, 8px);
3435
+ padding: 0 var(--zaui-space-size-xs);
3436
+ font-weight: 400;
3437
+ line-height: 24px;
3438
+ white-space: nowrap;
3439
+ border-radius: var(--zaui-border-radius-card);
3440
+ }
3441
+ .pro-tree-modal-tree-node-tag span {
3442
+ font-size: var(--zaui-font-size-sm, 12px);
3443
+ line-height: 20px;
3444
+ text-align: center;
3445
+ -webkit-transform: scale(0.83, 0.83);
3446
+ transform: scale(0.83, 0.83);
3447
+ }
3448
+ .pro-tree-modal-no-checks {
3449
+ display: -webkit-box;
3450
+ display: -webkit-flex;
3451
+ display: -ms-flexbox;
3452
+ display: flex;
3453
+ -webkit-box-align: center;
3454
+ -webkit-align-items: center;
3455
+ -ms-flex-align: center;
3456
+ align-items: center;
3457
+ -webkit-box-pack: center;
3458
+ -webkit-justify-content: center;
3459
+ -ms-flex-pack: center;
3460
+ justify-content: center;
3461
+ height: 100%;
3462
+ color: #939599;
3463
+ font-weight: 400;
3464
+ font-size: var(--zaui-font-size, 14px);
3465
+ }
3466
+ .pro-transfer-right .checked-item {
3467
+ margin: var(--zaui-space-size-sm, 8px) 0;
3468
+ }
3469
+ .pro-transfer-right .checked-item.dragable .ant-tag > span:first-child {
3470
+ padding: 8px 0;
3471
+ cursor: move;
3472
+ }
3473
+ .pro-transfer-right .checked-item:first-child {
3474
+ margin-top: 0;
3475
+ }
3476
+ .pro-transfer-right .checked-item .ant-tag {
3477
+ display: -webkit-box;
3478
+ display: -webkit-flex;
3479
+ display: -ms-flexbox;
3480
+ display: flex;
3481
+ -webkit-box-align: center;
3482
+ -webkit-align-items: center;
3483
+ -ms-flex-align: center;
3484
+ align-items: center;
3485
+ -webkit-box-pack: justify;
3486
+ -webkit-justify-content: space-between;
3487
+ -ms-flex-pack: justify;
3488
+ justify-content: space-between;
3489
+ width: 100%;
3490
+ height: 32px;
3491
+ padding: 2px var(--zaui-space-size-sm, 8px);
3492
+ color: var(--zaui-text, #343434);
3493
+ font-size: var(--zaui-font-size, 14px);
3494
+ background: #f2f2f2;
3495
+ border: none;
3496
+ border-radius: var(--zaui-border-radius, 8px);
3497
+ }
3498
+ .pro-transfer-right .checked-item .ant-tag .pro-tooltip {
3499
+ -webkit-box-flex: 1;
3500
+ -webkit-flex: 1;
3501
+ -ms-flex: 1;
3502
+ flex: 1;
3503
+ max-width: calc(100% - 42px);
3504
+ }
3505
+ .pro-transfer-right .checked-item .ant-tag .disabled-icon {
3506
+ height: 20px;
3507
+ margin-right: var(--zaui-space-size-xs, 4px);
3508
+ }
3509
+ .pro-transfer-right .checked-item .ant-tag .anticon-close {
3510
+ margin: 0;
3511
+ color: #999;
3512
+ font-size: var(--zaui-font-size-sm, 12px);
3513
+ }
3514
+ .pro-transfer-right .checked-item.dragable .anticon-close {
3515
+ position: relative;
3516
+ left: -4px;
3517
+ }
3518
+ .pro-transfer-right .checked-item.disabled {
3519
+ cursor: not-allowed;
3520
+ }
3521
+ .pro-transfer-right .checked-item.disabled .pro-tooltip,
3522
+ .pro-transfer-right .checked-item.disabled .anticon {
3523
+ cursor: not-allowed;
3524
+ }
3525
+ .pro-transfer-right .checked-item.disabled .anticon {
3526
+ pointer-events: none;
3527
+ }
3528
+ .pro-tree {
3529
+ height: 100%;
3530
+ }
3531
+ .pro-tree .ant-spin-nested-loading {
3532
+ height: 100%;
3533
+ }
3534
+ .pro-tree .ant-spin-nested-loading .ant-spin-container {
3535
+ height: 100%;
3536
+ }
3537
+ .pro-tree-placeholder {
3538
+ color: #939499;
3539
+ }
3540
+ .pro-tree .pro-tree-search {
3541
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3542
+ }
3543
+ .pro-tree-content {
3544
+ display: -webkit-box;
3545
+ display: -webkit-flex;
3546
+ display: -ms-flexbox;
3547
+ display: flex;
3548
+ -webkit-box-orient: vertical;
3549
+ -webkit-box-direction: normal;
3550
+ -webkit-flex-direction: column;
3551
+ -ms-flex-direction: column;
3552
+ flex-direction: column;
3553
+ height: 100%;
3554
+ }
3555
+ .pro-tree-content .pro-tree-header-box,
3556
+ .pro-tree-content .pro-tree-footer-box {
3557
+ display: -webkit-inline-box;
3558
+ display: -webkit-inline-flex;
3559
+ display: -ms-inline-flexbox;
3560
+ display: inline-flex;
3561
+ -webkit-box-orient: vertical;
3562
+ -webkit-box-direction: normal;
3563
+ -webkit-flex-direction: column;
3564
+ -ms-flex-direction: column;
3565
+ flex-direction: column;
3566
+ }
3567
+ .pro-tree-content .pro-tree-tree-warp {
3568
+ height: 100%;
3569
+ -webkit-box-flex: 1;
3570
+ -webkit-flex: 1 1;
3571
+ -ms-flex: 1 1;
3572
+ flex: 1 1;
3573
+ overflow-y: auto;
3574
+ overflow-x: auto;
3575
+ }
3576
+ .pro-tree-content .tree-title-box {
3577
+ display: -webkit-box;
3578
+ display: -webkit-flex;
3579
+ display: -ms-flexbox;
3580
+ display: flex;
3581
+ padding-top: 10px;
3582
+ -webkit-box-pack: justify;
3583
+ -webkit-justify-content: space-between;
3584
+ -ms-flex-pack: justify;
3585
+ justify-content: space-between;
3586
+ }
3587
+ .pro-tree-content .tree-title-box .tree-title-text {
3588
+ font-size: var(--zaui-font-size-lg);
3589
+ margin-bottom: var(--zaui-space-size-xs);
3590
+ font-weight: 500;
3591
+ padding-left: 2px;
3592
+ }
3593
+ .pro-tree-content .tree-title-box .expand-button {
3594
+ padding-left: var(--zaui-space-size-sm);
3595
+ display: -webkit-box;
3596
+ display: -webkit-flex;
3597
+ display: -ms-flexbox;
3598
+ display: flex;
3599
+ -webkit-box-align: baseline;
3600
+ -webkit-align-items: baseline;
3601
+ -ms-flex-align: baseline;
3602
+ align-items: baseline;
3603
+ cursor: pointer;
3604
+ }
3605
+ .pro-tree-content .tree-title-box .expand-button.expand .expand-icon .anticon-caret-down {
3606
+ -webkit-transform: rotate(180deg);
3607
+ transform: rotate(180deg);
3608
+ }
3609
+ .pro-tree-content .tree-title-box .expand-button .expand-icon {
3610
+ font-size: var(--zaui-font-size-sm, 12px);
3611
+ margin-right: var(--zaui-space-size-xs);
3612
+ }
3613
+ .pro-tree-content .ant-tree-checkbox {
3614
+ margin-top: 11px;
3615
+ }
3616
+ .pro-tree-content .ant-tree-switcher {
3617
+ line-height: 44px;
3618
+ }
3619
+ .pro-tree-content .ant-tree-switcher-leaf-line {
3620
+ display: none;
3621
+ }
3622
+ .pro-tree-content .ant-tree-treenode {
3623
+ -webkit-box-align: start;
3624
+ -webkit-align-items: flex-start;
3625
+ -ms-flex-align: start;
3626
+ align-items: flex-start;
3627
+ width: 100%;
3628
+ padding: 0;
3629
+ color: var(--zaui-text);
3630
+ font-size: var(--zaui-font-size);
3631
+ }
3632
+ .pro-tree-content .ant-tree-node-content-wrapper {
3633
+ min-height: 20px;
3634
+ line-height: 20px;
3635
+ }
3636
+ .pro-tree-content .ant-tree-node-content-wrapper {
3637
+ width: 100%;
3638
+ }
3639
+ .pro-tree-content .ant-tree-node-content-wrapper .ant-tree-title {
3640
+ display: block;
3641
+ width: 100%;
3642
+ }
3643
+ .pro-tree-content .hide-disable-node .ant-tree-treenode.ant-tree-treenode-disabled {
3644
+ display: none;
3645
+ }
3646
+ .pro-tree-content .hide-disable-node .ant-tree-treenode-checkbox-indeterminate.ant-tree-treenode-disabled,
3647
+ .pro-tree-content .hide-disable-node .ant-tree-treenode-checkbox-checked.ant-tree-treenode-disabled {
3648
+ display: -webkit-box;
3649
+ display: -webkit-flex;
3650
+ display: -ms-flexbox;
3651
+ display: flex;
3652
+ }
3653
+ .pro-tree-tree-node {
3654
+ display: -webkit-box;
3655
+ display: -webkit-flex;
3656
+ display: -ms-flexbox;
3657
+ display: flex;
3658
+ -webkit-box-orient: horizontal;
3659
+ -webkit-box-direction: normal;
3660
+ -webkit-flex-direction: row;
3661
+ -ms-flex-direction: row;
3662
+ flex-direction: row;
3663
+ padding: 9px var(--zaui-space-size-sm);
3664
+ margin-left: -8px;
3665
+ border-radius: var(--zaui-space-size-xs);
3666
+ }
3667
+ .pro-tree-tree-node:hover {
3668
+ background: #F7F9FC;
3669
+ }
3670
+ .pro-tree-tree-node:last-child {
3671
+ -webkit-box-flex: 1;
3672
+ -webkit-flex: 1;
3673
+ -ms-flex: 1;
3674
+ flex: 1;
3675
+ }
3676
+ .pro-tree-tree-node.checked {
3677
+ position: relative;
3678
+ z-index: 1;
3679
+ color: var(--zaui-brand);
3680
+ }
3681
+ .pro-tree-tree-node.checked .brand-bg-opa-ten {
3682
+ position: absolute;
3683
+ width: 100%;
3684
+ height: 100%;
3685
+ top: 0px;
3686
+ left: 0px;
3687
+ background-color: var(--zaui-brand);
3688
+ opacity: 0.1;
3689
+ z-index: -1;
3690
+ border-radius: var(--zaui-space-size-xs);
3691
+ }
3692
+ .pro-tree-tree-node .tree-node-show-text {
3693
+ display: -webkit-box;
3694
+ display: -webkit-flex;
3695
+ display: -ms-flexbox;
3696
+ display: flex;
3697
+ -webkit-box-orient: horizontal;
3698
+ -webkit-box-direction: normal;
3699
+ -webkit-flex-direction: row;
3700
+ -ms-flex-direction: row;
3701
+ flex-direction: row;
3702
+ width: 100%;
3703
+ }
3704
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label {
3705
+ -webkit-box-flex: 1;
3706
+ -webkit-flex: 1;
3707
+ -ms-flex: 1;
3708
+ flex: 1;
3709
+ overflow: hidden;
3710
+ }
3711
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label span {
3712
+ width: 100%;
3713
+ }
3714
+ .pro-tree-tree-node .tree-node-show-text .tree-node-show-text-label span.ellipse {
3715
+ display: block;
3716
+ text-overflow: ellipsis;
3717
+ overflow: hidden;
3718
+ height: 20px;
3719
+ word-break: keep-all;
3720
+ white-space: nowrap;
3721
+ }
3722
+ .pro-tree-tree-node .operate-tree-node-btns {
3723
+ display: -webkit-box;
3724
+ display: -webkit-flex;
3725
+ display: -ms-flexbox;
3726
+ display: flex;
3727
+ z-index: 3;
3728
+ }
3729
+ .pro-tree-tree-node .operate-tree-node-btns .icon-item {
3730
+ -webkit-transition-delay: 10s;
3731
+ transition-delay: 10s;
3732
+ width: 100%;
3733
+ margin-left: var(--zaui-space-size-xs);
3734
+ }
3735
+ .pro-tree-tree-node .operate-tree-node-btns .icon-add {
3736
+ font-size: var(--zaui-font-size-sm, 12px);
3737
+ }
3738
+ .pro-tree-tree-node .operate-tree-node-btns .svg-icon-expand {
3739
+ margin-bottom: -2px;
3740
+ }
3741
+ .pro-tree-tree-node .operate-tree-node-btns-absolute {
3742
+ visibility: visible;
3743
+ position: absolute;
3744
+ right: 0px;
3745
+ }
3746
+ .pro-tree-tree-node-tag {
3747
+ display: -webkit-box;
3748
+ display: -webkit-flex;
3749
+ display: -ms-flexbox;
3750
+ display: flex;
3751
+ -webkit-box-align: center;
3752
+ -webkit-align-items: center;
3753
+ -ms-flex-align: center;
3754
+ align-items: center;
3755
+ -webkit-box-pack: center;
3756
+ -webkit-justify-content: center;
3757
+ -ms-flex-pack: center;
3758
+ justify-content: center;
3759
+ height: 20px;
3760
+ margin-right: var(--zaui-space-size-sm);
3761
+ padding: 0 var(--zaui-space-size-xs);
3762
+ font-weight: 400;
3763
+ line-height: 24px;
3764
+ white-space: nowrap;
3765
+ border-radius: var(--zaui-border-radius-card);
3766
+ }
3767
+ .pro-tree-tree-node-tag span {
3768
+ font-size: var(--zaui-font-size-sm, 12px);
3769
+ line-height: 20px;
3770
+ text-align: center;
3771
+ -webkit-transform: scale(0.83, 0.83);
3772
+ transform: scale(0.83, 0.83);
3773
+ }
3774
+ .pro-tree .ant-tree-show-line .ant-tree-indent-unit {
3775
+ width: 20px;
3776
+ }
3777
+ .pro-tree .ant-tree-switcher {
3778
+ width: 20px;
3779
+ -webkit-align-self: flex-start;
3780
+ -ms-flex-item-align: start;
3781
+ align-self: flex-start;
3782
+ margin-top: -4px;
3783
+ }
3784
+ .pro-tree .ant-tree-show-line .ant-tree-indent-unit::before {
3785
+ right: 9px;
3786
+ }
3787
+ .pro-tree .pro-tree-footer-box {
3788
+ z-index: 4;
3789
+ padding: var(--zaui-space-size-md) var(--zaui-space-size-md) var(--zaui-space-size-md) var(--zaui-space-size-sm);
3790
+ position: relative;
3791
+ -webkit-box-shadow: 0 -20px 5px -21px rgba(151, 151, 151, 0.32);
3792
+ box-shadow: 0 -20px 5px -21px rgba(151, 151, 151, 0.32);
3793
+ }
3794
+ .pro-tree .ant-tree-show-line .ant-tree-switcher,
3795
+ .pro-tree .ant-tree {
3796
+ background-color: transparent;
3797
+ }
3798
+ .pro-tree .empty-tree {
3799
+ color: #939599;
3800
+ height: 100%;
3801
+ text-align: center;
3802
+ display: -webkit-box;
3803
+ display: -webkit-flex;
3804
+ display: -ms-flexbox;
3805
+ display: flex;
3806
+ -webkit-box-align: center;
3807
+ -webkit-align-items: center;
3808
+ -ms-flex-align: center;
3809
+ align-items: center;
3810
+ -webkit-box-pack: center;
3811
+ -webkit-justify-content: center;
3812
+ -ms-flex-pack: center;
3813
+ justify-content: center;
3814
+ }
3815
+ .pro-tree-operate-container {
3816
+ padding-top: 0px;
3817
+ min-width: 120px;
3818
+ }
3819
+ .pro-tree-operate-container .ant-popover-inner-content {
3820
+ padding: 0px;
3821
+ width: 100%;
3822
+ }
3823
+ .pro-tree-operate-container .ant-popover-arrow {
3824
+ display: none;
3825
+ }
3826
+ .pro-tree-operate-container .pro-tree-operate-btn-popover .icon-item {
3827
+ position: relative;
3828
+ z-index: 1;
3829
+ cursor: pointer;
3830
+ padding-left: var(--zaui-space-size-md);
3831
+ width: 100%;
3832
+ height: 32px;
3833
+ line-height: 32px;
3834
+ }
3835
+ .pro-tree-operate-container .pro-tree-operate-btn-popover .icon-item:hover:after {
3836
+ position: absolute;
3837
+ display: block;
3838
+ z-index: 0;
3839
+ left: 0;
3840
+ top: 0;
3841
+ content: '';
3842
+ width: 120px;
3843
+ height: 32px;
3844
+ background-color: var(--zaui-brand);
3845
+ opacity: 0.08;
3846
+ }
3847
+ .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
3848
+ color: var(--zaui-text);
3849
+ }
3850
+ .ant-tree .ant-tree-treenode-disabled .pro-tree-tree-node.checked {
3851
+ color: var(--zaui-text);
3852
+ }
3853
+ .ant-tree .ant-tree-treenode-disabled .pro-tree-tree-node.checked .brand-bg-opa-ten {
3854
+ background-color: inherit;
3855
+ }
3856
+ .pro-form.pro-form-view .ant-form-item .pro-tree * {
3857
+ line-height: 1 !important;
3858
+ height: auto !important;
3859
+ min-height: auto !important;
3860
+ }
3861
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox {
3862
+ margin-top: var(--zaui-space-size-sm);
3863
+ }
3864
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-switcher {
3865
+ padding-top: var(--zaui-font-size-sm);
3866
+ }
3867
+ .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox * {
3868
+ height: 16px !important;
3869
+ }
3870
+ .pro-drawer .pro-drawer-close {
3871
+ position: absolute;
3872
+ top: 6px;
3873
+ left: -34px;
3874
+ display: -webkit-box;
3875
+ display: -webkit-flex;
3876
+ display: -ms-flexbox;
3877
+ display: flex;
3878
+ -webkit-box-align: center;
3879
+ -webkit-align-items: center;
3880
+ -ms-flex-align: center;
3881
+ align-items: center;
3882
+ -webkit-box-pack: center;
3883
+ -webkit-justify-content: center;
3884
+ -ms-flex-pack: center;
3885
+ justify-content: center;
3886
+ width: 32px;
3887
+ height: 38px;
3888
+ color: var(--zaui-global-bg, #fff);
3889
+ cursor: pointer;
3890
+ }
3891
+ .pro-drawer .pro-drawer-close .close-icon {
3892
+ position: relative;
3893
+ left: 2px;
3894
+ z-index: 1;
3895
+ font-size: var(--zaui-font-size-lg, 16px);
3896
+ -webkit-transform: translateZ(100px);
3897
+ transform: translateZ(100px);
3898
+ fill: var(--zaui-aide-text, #909090);
3899
+ }
3900
+ .pro-drawer .pro-drawer-close .close-icon:hover {
3901
+ fill: var(--zaui-brand-active, #005ad9);
3902
+ }
3903
+ .pro-drawer .pro-drawer-close .close-icon > div {
3904
+ height: 20px;
3905
+ }
3906
+ .pro-drawer .pro-drawer-close::after {
3907
+ position: absolute;
3908
+ top: 0;
3909
+ right: 0;
3910
+ bottom: 0;
3911
+ left: 0;
3912
+ background-color: var(--zaui-global-bg, #fff);
3913
+ border-radius: 4px 0px 0px 4px;
3914
+ -webkit-transform: perspective(0.15em) rotateY(-2deg);
3915
+ transform: perspective(0.15em) rotateY(-2deg);
3916
+ content: '';
3917
+ }
3918
+ .pro-drawer .pro-drawer-title {
3919
+ position: absolute;
3920
+ top: 0;
3921
+ left: 0;
3922
+ width: 100%;
3923
+ height: 64px;
3924
+ padding: var(--zaui-space-size-md, 16px) var(--zaui-space-size-lg, 32px);
3925
+ color: var(--zaui-text, #343434);
3926
+ font-weight: 600;
3927
+ font-size: var(--zaui-font-size-xxl, 20px);
3928
+ background-color: var(--zaui-global-bg, #fff);
3929
+ }
3930
+ .pro-drawer .pro-drawer-scrolling {
3931
+ z-index: 1;
3932
+ -webkit-box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3933
+ box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3934
+ }
3935
+ .pro-drawer .pro-drawer-content {
3936
+ -webkit-box-flex: 1;
3937
+ -webkit-flex: 1;
3938
+ -ms-flex: 1;
3939
+ flex: 1;
3940
+ width: 100%;
3941
+ padding: var(--zaui-space-size-md, 16px) var(--zaui-space-size-lg, 32px);
3942
+ padding-top: 0;
3943
+ overflow-x: hidden;
3944
+ overflow-y: auto;
3945
+ }
3946
+ .pro-drawer .pro-drawer-footer {
3947
+ position: absolute;
3948
+ bottom: 0;
3949
+ left: 0;
3950
+ z-index: 101;
3951
+ width: 100%;
3952
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
3953
+ background-color: var(--zaui-global-bg, #fff);
3954
+ -webkit-box-shadow: 8px 2px 8px 0 var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3955
+ box-shadow: 8px 2px 8px 0 var(--zaui-shadow, rgba(56, 56, 56, 0.15));
3956
+ }
3957
+ .pro-drawer .pro-drawer-footer button {
3958
+ margin-right: var(--zaui-space-size-sm, 8px);
3959
+ }
3960
+ .pro-drawer .pro-drawer-footer button:last-of-type {
3961
+ margin-right: 0;
3962
+ }
3963
+ .pro-drawer .ant-drawer-body {
3964
+ height: 100vh;
3965
+ padding: 0;
3966
+ overflow-y: hidden;
3967
+ }
3968
+ .pro-drawer .ant-drawer-content {
3969
+ position: static;
3970
+ }
3971
+ .pro-drawer .ant-drawer-close {
3972
+ display: none;
3973
+ }
3974
+ .pro-modal .ant-modal-close .ant-modal-close-x .close-icon {
3975
+ fill: var(--zaui-aide-text, #909090);
3976
+ }
3977
+ .pro-modal .ant-modal-close .ant-modal-close-x .close-icon:hover {
3978
+ fill: var(--zaui-brand, #006aff);
3979
+ }
3980
+ .pro-modal .ant-modal-header {
3981
+ padding: var(--zaui-space-size-md, 16px);
3982
+ border-bottom: none;
3983
+ }
3984
+ .pro-modal .ant-modal-header .ant-modal-title {
3985
+ font-weight: 600;
3986
+ }
3987
+ .pro-modal .ant-modal-footer {
3988
+ padding: var(--zaui-space-size-md, 16px);
3989
+ border-top: none;
3990
+ }
3991
+ .pro-modal .ant-modal-footer .pro-modal-footer {
3992
+ display: -webkit-box;
3993
+ display: -webkit-flex;
3994
+ display: -ms-flexbox;
3995
+ display: flex;
3996
+ -webkit-box-pack: justify;
3997
+ -webkit-justify-content: space-between;
3998
+ -ms-flex-pack: justify;
3999
+ justify-content: space-between;
4000
+ }
4001
+ .pro-modal .ant-modal-content .ant-modal-body {
4002
+ max-height: 450px;
4003
+ padding: 0 var(--zaui-space-size-md, 16px);
4004
+ padding-top: 0;
4005
+ overflow: auto;
4006
+ }
4007
+ .pro-modal-no-footer .ant-modal-content .ant-modal-body {
4008
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4009
+ }
4010
+ .pro-modal-scrolling {
4011
+ z-index: 1;
4012
+ }
4013
+ .pro-modal-scrolling .ant-modal-header {
4014
+ position: relative;
4015
+ z-index: 1;
4016
+ -webkit-box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4017
+ box-shadow: -12px 14px 14px -18px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4018
+ }
4019
+ .pro-modal-footer-shadow .ant-modal-footer {
4020
+ position: relative;
4021
+ z-index: 1;
4022
+ -webkit-box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4023
+ box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4024
+ }
4025
+ .pro-edit-table .pro-edit-table-tooltip {
4026
+ display: -webkit-inline-box;
4027
+ display: -webkit-inline-flex;
4028
+ display: -ms-inline-flexbox;
4029
+ display: inline-flex;
4030
+ -webkit-box-align: center;
4031
+ -webkit-align-items: center;
4032
+ -ms-flex-align: center;
4033
+ align-items: center;
4034
+ }
4035
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip {
4036
+ height: 16px;
4037
+ margin-left: var(--zaui-space-size-xs, 4px);
4038
+ }
4039
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip > div {
4040
+ height: 16px;
4041
+ }
4042
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip > div svg {
4043
+ width: 16px;
4044
+ height: 16px;
4045
+ fill: var(--zaui-aide-text, #909090);
4046
+ }
4047
+ .pro-edit-table .pro-edit-table-tooltip .icon-tip svg {
4048
+ width: 16px;
4049
+ height: 16px;
4050
+ fill: var(--zaui-aide-text, #909090);
4051
+ }
4052
+ .pro-edit-table .com-empty {
4053
+ text-align: center;
4054
+ }
4055
+ .pro-edit-table .com-empty .img {
4056
+ width: 80px;
4057
+ height: 80px;
4058
+ }
4059
+ .pro-edit-table .com-empty .content {
4060
+ display: -webkit-box;
4061
+ display: -webkit-flex;
4062
+ display: -ms-flexbox;
4063
+ display: flex;
4064
+ -webkit-box-pack: center;
4065
+ -webkit-justify-content: center;
4066
+ -ms-flex-pack: center;
4067
+ justify-content: center;
4068
+ margin-top: var(--zaui-space-size-md, 16px);
4069
+ }
4070
+ .pro-edit-table .com-empty .content .ant-btn-link {
4071
+ padding: 0;
4072
+ }
4073
+ .pro-edit-table .is-hidden {
4074
+ position: absolute;
4075
+ left: -9999px;
4076
+ }
4077
+ .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input {
4078
+ border: 1px solid transparent;
4079
+ }
4080
+ .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input:hover {
4081
+ border: 1px solid #DEE0E3;
4082
+ border-radius: var(--zaui-border-radius, 8px);
4083
+ text-indent: 5px;
4084
+ }
4085
+ .pro-edit-table .drag-wrapper {
4086
+ display: -webkit-box;
4087
+ display: -webkit-flex;
4088
+ display: -ms-flexbox;
4089
+ display: flex;
4090
+ }
4091
+ .pro-edit-table .drag-wrapper .drag-icon {
4092
+ margin-right: var(--zaui-space-size-md, 16px);
4093
+ margin-left: var(--zaui-space-size-xs, 4px);
4094
+ cursor: pointer;
4095
+ }
4096
+ .pro-edit-table.pro-table-no-stripe .ant-table-tbody tr:nth-child(n) > td {
4097
+ background-color: var(--zaui-base-bg, #fff);
4098
+ }
4099
+ .pro-edit-table .ant-space {
4100
+ gap: var(--zaui-space-size-sm, 8px);
4101
+ }
4102
+ .pro-edit-table .ant-space .ant-btn-link {
4103
+ padding: 0 var(--zaui-space-size-xs, 4px);
4104
+ }
4105
+ .pro-edit-table .ant-space .ant-btn-link:first-child {
4106
+ padding-left: 0;
4107
+ }
4108
+ .pro-edit-table .ant-table-header > table .ant-table-thead > tr > th.ant-table-selection-column {
4109
+ padding-left: var(--zaui-space-size-md, 16px);
4110
+ padding-right: var(--zaui-space-size-md, 16px);
4111
+ }
4112
+ .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 {
4113
+ position: static;
4114
+ top: 0;
4115
+ display: inline-block;
4116
+ text-indent: -8px;
4117
+ color: #ff5050;
4118
+ font-size: var(--zaui-font-size-md, 14px);
4119
+ line-height: 1;
4120
+ content: "*";
4121
+ }
4122
+ .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 {
4123
+ width: auto;
4124
+ position: static;
4125
+ top: 0;
4126
+ display: inline-block;
4127
+ margin-left: var(--zaui-space-size-xs, 4px);
4128
+ color: #ff5050;
4129
+ font-size: 14px;
4130
+ line-height: 1;
4131
+ content: "*";
4132
+ }
4133
+ .pro-edit-table .ant-table-scroll-horizontal .ant-table-cell-fix-right-first::after {
4134
+ -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4135
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4136
+ }
4137
+ .pro-edit-table .ant-table-content > table .ant-table-summary {
4138
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4139
+ color: var(--zaui-text, #343434);
4140
+ font-weight: 600;
4141
+ }
4142
+ .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-left,
4143
+ .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-right {
4144
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4145
+ }
4146
+ .pro-edit-table .ant-table-content > table th.ant-table-selection-column {
4147
+ width: 48px;
4148
+ }
4149
+ .pro-edit-table .ant-table-content > table td .pro-form-view-container_nowrap {
4150
+ white-space: normal;
4151
+ }
4152
+ .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 {
4153
+ position: static;
4154
+ top: 0;
4155
+ display: inline-block;
4156
+ text-indent: -8px;
4157
+ color: #ff5050;
4158
+ font-size: var(--zaui-font-size-md, 14px);
4159
+ line-height: 1;
4160
+ content: "*";
4161
+ }
4162
+ .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 {
4163
+ width: auto;
4164
+ position: static;
4165
+ top: 0;
4166
+ display: inline-block;
4167
+ margin-left: var(--zaui-space-size-xs, 4px);
4168
+ color: #ff5050;
4169
+ font-size: 14px;
4170
+ line-height: 1;
4171
+ content: "*";
4172
+ }
4173
+ .pro-edit-table .ant-table-cell .ant-form-item {
4174
+ margin-bottom: 0px !important;
4175
+ }
4176
+ .pro-edit-table .ant-table.ant-table-bordered > .ant-table-container {
4177
+ border: 0;
4178
+ }
4179
+ .pro-edit-table .ant-table-thead > tr > th {
4180
+ border: 0;
4181
+ white-space: nowrap;
4182
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
4183
+ }
4184
+ .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 {
4185
+ height: 0;
4186
+ }
4187
+ .pro-edit-table .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
4188
+ border-bottom: 0;
4189
+ border-right: 0;
4190
+ border-top: 0;
4191
+ }
4192
+ .pro-edit-table .ant-table-tbody > .is-editing:not(.ant-table-measure-row) > td {
4193
+ border-bottom: 0;
4194
+ vertical-align: top;
4195
+ }
4196
+ .pro-edit-table .ant-table-tbody tr:nth-child(n) > td {
4197
+ background-color: var(--zaui-base-bg, #ffffff);
4198
+ }
4199
+ .pro-edit-table .ant-table-tbody tr:nth-child(2n) > td {
4200
+ background-color: var(--zaui-table-strip-bg, #FAFAFA);
4201
+ }
4202
+ .pro-edit-table .ant-table-tbody > .ant-table-placeholder > td {
4203
+ background-color: var(--zaui-base-bg, #ffffff);
4204
+ }
4205
+ .pro-edit-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
4206
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover,
4207
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover > td {
4208
+ background: #FAFAFA;
4209
+ }
4210
+ .pro-edit-table .ant-table-tbody > tr:hover:not(.ant-table-placeholder) > td,
4211
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover,
4212
+ .pro-edit-table .ant-table-tbody .ant-table-row-hover > td {
4213
+ background: #FAFAFA;
4214
+ }
4215
+ .pro-edit-table .ant-table-fixed .ant-table-row-hover,
4216
+ .pro-edit-table .ant-table-fixed .ant-table-row-hover > td {
4217
+ background: #FAFAFA;
4218
+ }
4219
+ .pro-edit-table .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
4220
+ background-color: #FAFAFA;
4221
+ }
4222
+ .pro-edit-table .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
4223
+ background-color: var(--zaui-base-bg, #ffffff);
4224
+ }
4225
+ .pro-edit-table .ant-table-summary > tr > td {
4226
+ border-bottom: none;
4227
+ }
4228
+ .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4229
+ width: auto;
4230
+ }
4231
+ .pro-edit-table .is-new-row td,
4232
+ .pro-edit-table .is-new-row.ant-table-row:hover td,
4233
+ .pro-edit-table .is-new-row .ant-table-cell-row-hover,
4234
+ .pro-edit-table .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4235
+ background: var(--ant-primary-2) !important;
4236
+ }
4237
+ .pro-edit-table-header {
4238
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4239
+ }
4240
+ .pro-edit-table-toolbar-fixed {
4241
+ position: absolute;
4242
+ bottom: var(--zaui-space-size-md, 16px);
4243
+ }
4244
+ .pro-edit-table-toolbar .ant-space {
4245
+ gap: var(--zaui-space-size-sm, 8px);
4246
+ }
4247
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link {
4248
+ display: -webkit-box;
4249
+ display: -webkit-flex;
4250
+ display: -ms-flexbox;
4251
+ display: flex;
4252
+ -webkit-box-align: center;
4253
+ -webkit-align-items: center;
4254
+ -ms-flex-align: center;
4255
+ align-items: center;
4256
+ padding: 0 var(--zaui-space-size-xs, 4px);
4257
+ }
4258
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link:first-child {
4259
+ padding-left: 0;
4260
+ }
4261
+ .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link span:nth-child(2) {
4262
+ margin-left: var(--zaui-space-size-xs, 4px);
4263
+ }
4264
+ .pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
4265
+ text-align: right;
4266
+ }
4267
+ .pro-edit-label {
4268
+ display: inline-block;
4269
+ }
4270
+ .pro-edit-label .pro-form-view .ant-row {
4271
+ display: block;
4272
+ }
4273
+ .pro-edit-label .pro-form-view-container {
4274
+ word-break: break-all;
4275
+ display: inline-block;
4276
+ }
4277
+ .pro-edit-label.trigger-hover .anticon-edit {
4278
+ display: none;
4279
+ }
4280
+ .pro-edit-label.trigger-hover:hover .anticon-edit {
4281
+ display: block;
4282
+ }
4283
+ .pro-edit-label .anticon-edit {
4284
+ color: #D8D8D8;
4285
+ cursor: pointer;
4286
+ padding: var(--zaui-space-size-xs, 4px);
4287
+ }
4288
+ .pro-edit-label .anticon-edit:hover {
4289
+ color: var(--zaui-brand, #006AFF);
4290
+ }
4291
+ .pro-edit-label .anticon-edit:active {
4292
+ background: #E3E8F0;
4293
+ border-radius: var(--zaui-border-radius-card, 4px);
4294
+ }
4295
+ .pro-edit-label.pro-edit-label-small {
4296
+ height: 24px;
4297
+ }
4298
+ .pro-edit-label.pro-edit-label-middle {
4299
+ height: 32px;
4300
+ }
4301
+ .pro-edit-label.pro-edit-label-large {
4302
+ height: 40px;
4303
+ }
4304
+ .ant-popover .ant-btn-sm {
4305
+ font-size: var(--zaui-font-size-sm, 12px);
4306
+ min-width: 56px;
4307
+ line-height: 1;
4308
+ }
4309
+ .ant-popover .ant-btn-sm span {
4310
+ letter-spacing: -1px;
4311
+ }
4312
+ .pro-edit-label-popconfirm {
4313
+ z-index: 1001 !important;
4314
+ }
4315
+ .pro-edit-label-popconfirm .ant-popover-message {
4316
+ display: block;
4317
+ }
4318
+ .pro-edit-label-popconfirm .ant-popover-message-title {
4319
+ padding-left: 0;
4320
+ }
4321
+ .pro-edit-label-popconfirm .ant-popover-content {
4322
+ width: 360px;
4323
+ max-width: 400px;
4324
+ }
4325
+ .pro-edit-label-popconfirm .pro-edit-label-title {
4326
+ font-size: var(--zaui-font-size-lg, 16px);
4327
+ font-weight: 500;
4328
+ color: var(--zaui-text, #343434);
4329
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
4330
+ }
4331
+ .pro-edit-label-popconfirm .pro-edit-label-tip {
4332
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4333
+ color: #666;
4334
+ }
4335
+ .pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
4336
+ font-size: var(--zaui-font-size-lg, 16px);
4337
+ margin-right: var(--zaui-space-size-sm, 8px);
4338
+ color: var(--zaui-warning, #EC9131);
4339
+ margin-top: var(--zaui-space-size-xs, 4px);
4340
+ }
4341
+ .pro-edit-label-popconfirm .pro-edit-label-popup {
4342
+ min-width: 300px;
4343
+ }
4344
+ .pro-edit-label-popconfirm .pro-edit-label-popup .pro-form {
4345
+ width: 100%;
4346
+ }
4347
+ .pro-edit-label-popconfirm .pro-edit-label-popup .pro-form.pro-form-no-label .ant-form-item-label {
4348
+ display: none;
4349
+ }
4350
+ .pro-edit-label-popconfirm .pro-edit-label-popup .ant-col-10 {
4351
+ -webkit-box-flex: 0;
4352
+ -webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
4353
+ -ms-flex: 0 0 var(--zaui-form-label-width, 130px);
4354
+ flex: 0 0 var(--zaui-form-label-width, 130px);
4355
+ text-align: var(--zaui-form-align, left);
4356
+ white-space: pre-wrap;
4357
+ line-height: 1;
4358
+ overflow: initial;
4359
+ -webkit-box-sizing: border-box;
4360
+ box-sizing: border-box;
4361
+ padding-right: var(--zaui-space-size-md, 16px);
4362
+ }
4363
+ .pro-edit-label-popconfirm .ant-select {
4364
+ width: 100%;
4365
+ }
4366
+ .pro-icon {
4367
+ cursor: pointer;
4368
+ }
4369
+ .pro-icon.pro-icon-with-theme {
4370
+ fill: var(--zaui-brand, #006aff);
4371
+ }
4372
+ .pro-icon.pro-icon-spin {
4373
+ -webkit-animation: loadingCircle 1s infinite linear;
4374
+ animation: loadingCircle 1s infinite linear;
4375
+ }
4376
+ .pro-icon-btn .anticon {
4377
+ display: inline-block;
4378
+ }
4379
+ .pro-icon-btn.ant-btn-icon-only {
4380
+ width: auto;
4381
+ height: auto;
4382
+ padding: 0;
4383
+ vertical-align: 0;
4384
+ border: 0;
4385
+ }
4386
+ .pro-theme-prd-tools-drawer .ant-drawer-header {
4387
+ border-bottom: none;
4388
+ }
4389
+ .pro-theme-prd-tools-drawer .ant-drawer-title {
4390
+ font-size: var(--zaui-font-size-xl, 18px);
4391
+ }
4392
+ .pro-theme-prd-tools-drawer .ant-drawer-body {
4393
+ padding: 0 32px 32px;
4394
+ }
4395
+ .pro-theme-prd-tools-drawer .ant-space-vertical {
4396
+ gap: var(--zaui-space-size-sm, 8px) !important;
4397
+ }
4398
+ .pro-theme-prd-tools-drawer p {
4399
+ padding-left: 12px;
4400
+ position: relative;
4401
+ margin-bottom: var(--zaui-space-size-md, 16px);
4402
+ font-size: var(--zaui-font-size, 14px);
4403
+ }
4404
+ .pro-theme-prd-tools-drawer p:before {
4405
+ content: '';
4406
+ position: absolute;
4407
+ left: 0;
4408
+ top: 4px;
4409
+ width: 4px;
4410
+ height: 14px;
4411
+ background: var(--zaui-brand, #006aff);
4412
+ border-radius: var(zaui-border-radius-card, 4px);
4413
+ }
4414
+ .pro-theme-prd-tools-drawer .pro-theme-color {
4415
+ display: -webkit-box;
4416
+ display: -webkit-flex;
4417
+ display: -ms-flexbox;
4418
+ display: flex;
4419
+ }
4420
+ .pro-theme-prd-tools-drawer .pro-theme-color li {
4421
+ width: 38px;
4422
+ height: 38px;
4423
+ border-radius: 50%;
4424
+ background: #fff;
4425
+ display: -webkit-box;
4426
+ display: -webkit-flex;
4427
+ display: -ms-flexbox;
4428
+ display: flex;
4429
+ -webkit-box-pack: center;
4430
+ -webkit-justify-content: center;
4431
+ -ms-flex-pack: center;
4432
+ justify-content: center;
4433
+ -webkit-box-align: center;
4434
+ -webkit-align-items: center;
4435
+ -ms-flex-align: center;
4436
+ align-items: center;
4437
+ border: 6px solid #fff;
4438
+ color: #fff;
4439
+ margin-right: 34px;
4440
+ }
4441
+ .pro-theme-prd-tools-drawer .pro-theme-color li span {
4442
+ font-size: var(--zaui-font-size, 14px);
4443
+ vertical-align: -7px;
4444
+ }
4445
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1) {
4446
+ background: #006aff;
4447
+ }
4448
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1).active,
4449
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1):hover {
4450
+ border-color: #d6e7ff;
4451
+ }
4452
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2) {
4453
+ background: #00bc70;
4454
+ }
4455
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2).active,
4456
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(2):hover {
4457
+ border-color: #e0f5e8;
4458
+ }
4459
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3) {
4460
+ background: #ff8c16;
4461
+ }
4462
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3).active,
4463
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(3):hover {
4464
+ border-color: #ffecdd;
4465
+ }
4466
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4) {
4467
+ margin-right: 0;
4468
+ background: #a00f20;
4469
+ }
4470
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4).active,
4471
+ .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(4):hover {
4472
+ border-color: #f2dbdb;
4473
+ }
4474
+ .pro-theme-prd-tools-drawer .anticon-question-circle {
4475
+ color: var(--zaui-brand, #006aff);
4476
+ }
4477
+ .pro-theme-prd-tools-drawer .copy-btn {
4478
+ position: absolute;
4479
+ width: calc(100% - 64px);
4480
+ bottom: 20px;
4481
+ left: 32px;
4482
+ z-index: 10;
4483
+ }
4484
+ .pro-theme-prd-tools-drawer .pro-theme-tools-box {
4485
+ display: -webkit-box;
4486
+ display: -webkit-flex;
4487
+ display: -ms-flexbox;
4488
+ display: flex;
4489
+ -webkit-box-pack: justify;
4490
+ -webkit-justify-content: space-between;
4491
+ -ms-flex-pack: justify;
4492
+ justify-content: space-between;
4493
+ -webkit-flex-wrap: wrap;
4494
+ -ms-flex-wrap: wrap;
4495
+ flex-wrap: wrap;
4496
+ }
4497
+ .pro-theme-prd-tools-drawer .pro-theme-tools-space {
4498
+ margin-bottom: 24px;
4499
+ }
4500
+ .pro-theme-prd-tools-drawer .pro-theme-tools-space.pro-theme-tools-small-space {
4501
+ margin-bottom: 8px;
4502
+ }
4503
+ .pro-theme-prd-tools-drawer .ant-radio-button-wrapper {
4504
+ padding: 0 28px;
4505
+ }
4506
+ .pro-theme-prd-tools-drawer .pro-theme-tools-form .ant-radio-button-wrapper {
4507
+ padding: 0 42px;
4508
+ }
4509
+ .pro-theme-prd-tools-drawer .pro-drawer-close {
4510
+ position: absolute;
4511
+ top: 6px;
4512
+ left: -37px;
4513
+ display: -webkit-box;
4514
+ display: -webkit-flex;
4515
+ display: -ms-flexbox;
4516
+ display: flex;
4517
+ -webkit-box-align: center;
4518
+ -webkit-align-items: center;
4519
+ -ms-flex-align: center;
4520
+ align-items: center;
4521
+ -webkit-box-pack: center;
4522
+ -webkit-justify-content: center;
4523
+ -ms-flex-pack: center;
4524
+ justify-content: center;
4525
+ width: 32px;
4526
+ height: 38px;
4527
+ color: #fff;
4528
+ cursor: pointer;
4529
+ }
4530
+ .pro-theme-prd-tools-drawer .pro-drawer-close .close-icon {
4531
+ position: relative;
4532
+ left: 4px;
4533
+ z-index: 1;
4534
+ color: var(--zaui-text, #343434);
4535
+ font-size: var(--zaui-font-size-lg, 16px);
4536
+ -webkit-transform: translateZ(100px);
4537
+ transform: translateZ(100px);
4538
+ }
4539
+ .pro-theme-prd-tools-drawer .pro-drawer-close .close-icon:hover {
4540
+ color: var(--zaui-brand, #006aff);
4541
+ }
4542
+ .pro-theme-prd-tools-drawer .pro-drawer-close::after {
4543
+ position: absolute;
4544
+ top: 0;
4545
+ right: 0;
4546
+ bottom: 0;
4547
+ left: 0;
4548
+ background-color: #fff;
4549
+ border-radius: 4px 0px 0px 4px;
4550
+ -webkit-transform: perspective(0.15em) rotateY(-2deg);
4551
+ transform: perspective(0.15em) rotateY(-2deg);
4552
+ content: '';
4553
+ }
4554
+ .pro-theme-tools {
4555
+ display: -webkit-box;
4556
+ display: -webkit-flex;
4557
+ display: -ms-flexbox;
4558
+ display: flex;
4559
+ -webkit-box-align: center;
4560
+ -webkit-align-items: center;
4561
+ -ms-flex-align: center;
4562
+ align-items: center;
4563
+ -webkit-box-pack: center;
4564
+ -webkit-justify-content: center;
4565
+ -ms-flex-pack: center;
4566
+ justify-content: center;
4567
+ width: 34px;
4568
+ height: 34px;
4569
+ background: #d8e6ff;
4570
+ border-radius: var(--zaui-border-radius, 8px);
4571
+ cursor: pointer;
4572
+ }
4573
+ .pro-theme-tools .setting-icon {
4574
+ margin-top: -1px;
4575
+ }
4576
+ .pro-theme-tools .setting-icon div {
4577
+ display: -webkit-box;
4578
+ display: -webkit-flex;
4579
+ display: -ms-flexbox;
4580
+ display: flex;
4581
+ -webkit-box-align: center;
4582
+ -webkit-align-items: center;
4583
+ -ms-flex-align: center;
4584
+ align-items: center;
4585
+ -webkit-box-pack: center;
4586
+ -webkit-justify-content: center;
4587
+ -ms-flex-pack: center;
4588
+ justify-content: center;
4589
+ }
4590
+ .pro-theme-tools.pro-theme-tools-follow {
4591
+ background: var(--ant-primary-1);
4592
+ }
4593
+ .pro-theme-tools.pro-theme-tools-follow svg {
4594
+ color: var(--zaui-brand, #006aff);
4595
+ }
4596
+ .pro-theme-tools .anticon {
4597
+ color: var(--zaui-text, #343434);
4598
+ }
4599
+ .pro-theme-tools .anticon svg {
4600
+ font-size: 20px;
4601
+ }
4602
+ .pro-theme-tools-drawer .ant-drawer-body {
4603
+ padding: 32px;
4604
+ }
4605
+ .pro-theme-tools-drawer .ant-space-vertical {
4606
+ gap: var(--zaui-space-size-sm, 8px) !important;
4607
+ }
4608
+ .pro-theme-tools-drawer .anticon-question-circle {
4609
+ color: var(--zaui-brand, #006aff);
4610
+ }
4611
+ .pro-theme-tools-drawer .copy-btn {
4612
+ position: absolute;
4613
+ bottom: 20px;
4614
+ left: 32px;
4615
+ z-index: 10;
4616
+ width: calc(100% - 64px);
4617
+ }
4618
+ .pro-theme-tools-drawer .pro-theme-tools-box {
4619
+ display: -webkit-box;
4620
+ display: -webkit-flex;
4621
+ display: -ms-flexbox;
4622
+ display: flex;
4623
+ -webkit-flex-wrap: wrap;
4624
+ -ms-flex-wrap: wrap;
4625
+ flex-wrap: wrap;
4626
+ -webkit-box-pack: justify;
4627
+ -webkit-justify-content: space-between;
4628
+ -ms-flex-pack: justify;
4629
+ justify-content: space-between;
4630
+ }
4631
+ .pro-theme-tools-drawer .pro-theme-tools-space {
4632
+ margin-bottom: var(--zaui-space-size-md, 16px);
4633
+ }
4634
+ .pro-theme-tools-drawer .ant-radio-button-wrapper {
4635
+ padding: 0 12px;
4636
+ }
4637
+ .pro-download.ant-btn-link,
4638
+ .pro-download.ant-btn-text {
4639
+ padding: 0;
4640
+ }
4641
+ .pro-editable .ant-table-cell .table-title-required::before {
4642
+ display: inline-block;
4643
+ margin-right: 4px;
4644
+ color: #ff5050;
4645
+ font-size: var(--zaui-font-size, 14px);
4646
+ line-height: 1;
4647
+ content: '*';
4648
+ }
4649
+ .pro-editable .ant-table-cell .ant-form-item {
4650
+ margin-bottom: 0px;
4651
+ }
4652
+ .pro-editable .ant-table.ant-table-bordered > .ant-table-container {
4653
+ border: 0;
4654
+ }
4655
+ .pro-editable .ant-table-thead > tr > th {
4656
+ white-space: nowrap;
4657
+ background-color: #f6f7f8;
4658
+ border: 0;
4659
+ }
4660
+ .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 {
4661
+ height: 0;
4662
+ }
4663
+ .pro-editable .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
4664
+ border-top: 0;
4665
+ border-right: 0;
4666
+ border-bottom: 0;
4667
+ }
4668
+ .pro-editable .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
4669
+ padding: var(--zaui-space-size-md, 16px);
4670
+ vertical-align: top;
4671
+ border-bottom: 0;
4672
+ }
4673
+ .pro-editable .ant-btn-link[disabled] {
4674
+ color: var(--zaui-disabled-text);
4675
+ }
4676
+ .pro-editable .ant-space {
4677
+ gap: var(--zaui-space-size-sm, 8px);
4678
+ }
4679
+ .pro-editable .ant-space .ant-btn-link {
4680
+ padding: 0 var(--zaui-space-size-xs, 4px);
4681
+ }
4682
+ .pro-editable .ant-space .ant-btn-link:first-child {
4683
+ padding-left: 0;
4684
+ }
4685
+ .pro-editable .com-empty {
4686
+ text-align: center;
4687
+ }
4688
+ .pro-editable .com-empty .empty-img {
4689
+ width: 80px;
4690
+ height: 80px;
4691
+ }
4692
+ .pro-editable .com-empty .empty-text {
4693
+ margin-top: var(--zaui-space-size-md, 16px);
4694
+ }
4695
+ .pro-editable .com-empty .empty-text .ant-btn-link {
4696
+ padding: 0;
4697
+ }
4698
+ html,
4699
+ body,
4700
+ body div,
4701
+ span,
4702
+ object,
4703
+ iframe,
4704
+ h1,
4705
+ h2,
4706
+ h3,
4707
+ h4,
4708
+ h5,
4709
+ h6,
4710
+ p,
4711
+ blockquote,
4712
+ pre,
4713
+ abbr,
4714
+ address,
4715
+ cite,
4716
+ code,
4717
+ del,
4718
+ dfn,
4719
+ em,
4720
+ img,
4721
+ ins,
4722
+ kbd,
4723
+ q,
4724
+ samp,
4725
+ small,
4726
+ strong,
4727
+ sub,
4728
+ sup,
4729
+ var,
4730
+ b,
4731
+ i,
4732
+ dl,
4733
+ dt,
4734
+ dd,
4735
+ ol,
4736
+ ul,
4737
+ li,
4738
+ fieldset,
4739
+ form,
4740
+ label,
4741
+ legend,
4742
+ table,
4743
+ caption,
4744
+ tbody,
4745
+ tfoot,
4746
+ thead,
4747
+ tr,
4748
+ th,
4749
+ td,
4750
+ article,
4751
+ aside,
4752
+ figure,
4753
+ footer,
4754
+ header,
4755
+ menu,
4756
+ nav,
4757
+ section,
4758
+ time,
4759
+ mark,
4760
+ audio,
4761
+ video,
4762
+ details,
4763
+ summary {
4764
+ margin: 0;
4765
+ padding: 0;
4766
+ font-family: -apple-system, PingFang SC, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
4767
+ vertical-align: baseline;
4768
+ background: transparent;
4769
+ border: 0;
4770
+ }
4771
+ tbody {
4772
+ vertical-align: middle;
4773
+ }
4774
+ tr,
4775
+ th,
4776
+ td {
4777
+ vertical-align: inherit;
4778
+ }
4779
+ main,
4780
+ article,
4781
+ aside,
4782
+ figure,
4783
+ footer,
4784
+ header,
4785
+ nav,
4786
+ section,
4787
+ details,
4788
+ summary {
4789
+ display: block;
4790
+ }
4791
+ html {
4792
+ -webkit-box-sizing: border-box;
4793
+ box-sizing: border-box;
4794
+ }
4795
+ *,
4796
+ *:before,
4797
+ *:after {
4798
+ -webkit-box-sizing: inherit;
4799
+ box-sizing: inherit;
4800
+ }
4801
+ img,
4802
+ object,
4803
+ embed {
4804
+ max-width: 100%;
4805
+ }
4806
+ ul {
4807
+ list-style: none;
4808
+ }
4809
+ blockquote,
4810
+ q {
4811
+ quotes: none;
4812
+ }
4813
+ blockquote:before,
4814
+ blockquote:after,
4815
+ q:before,
4816
+ q:after {
4817
+ content: '';
4818
+ content: none;
4819
+ }
4820
+ a {
4821
+ margin: 0;
4822
+ padding: 0;
4823
+ font-size: 100%;
4824
+ vertical-align: baseline;
4825
+ background: transparent;
4826
+ }
4827
+ del {
4828
+ text-decoration: line-through;
4829
+ }
4830
+ abbr[title],
4831
+ dfn[title] {
4832
+ border-bottom: 1px dotted #000;
4833
+ cursor: help;
4834
+ }
4835
+ hr {
4836
+ display: block;
4837
+ height: 1px;
4838
+ margin: 1em 0;
4839
+ padding: 0;
4840
+ border: 0;
4841
+ border-top: 1px solid #ccc;
4842
+ }
4843
+ input,
4844
+ select {
4845
+ vertical-align: middle;
4846
+ }
4847
+ pre {
4848
+ white-space: pre;
4849
+ /* CSS2 */
4850
+ white-space: pre-wrap;
4851
+ /* CSS 2.1 */
4852
+ white-space: pre-line;
4853
+ /* CSS 3 (and 2.1 as well, actually) */
4854
+ word-wrap: break-word;
4855
+ }
4856
+ input[type='radio'] {
4857
+ vertical-align: text-bottom;
4858
+ }
4859
+ input[type='checkbox'] {
4860
+ vertical-align: bottom;
4861
+ }
4862
+ .ie7 input[type='checkbox'] {
4863
+ vertical-align: baseline;
4864
+ }
4865
+ .ie6 input {
4866
+ vertical-align: text-bottom;
4867
+ }
4868
+ select,
4869
+ input,
4870
+ textarea {
4871
+ font: 99% sans-serif;
4872
+ }
4873
+ small {
4874
+ font-size: 85%;
4875
+ }
4876
+ strong {
4877
+ font-weight: bold;
4878
+ }
4879
+ sub,
4880
+ sup {
4881
+ position: relative;
4882
+ font-size: 75%;
4883
+ line-height: 0;
4884
+ }
4885
+ sup {
4886
+ top: -0.5em;
4887
+ }
4888
+ sub {
4889
+ bottom: -0.25em;
4890
+ }
4891
+ pre,
4892
+ code,
4893
+ kbd,
4894
+ samp {
4895
+ font-family: monospace, sans-serif;
4896
+ }
4897
+ .clickable,
4898
+ input[type='button'],
4899
+ input[type='submit'],
4900
+ input[type='file'],
4901
+ button {
4902
+ cursor: pointer;
4903
+ }
4904
+ button,
4905
+ input,
4906
+ select,
4907
+ textarea {
4908
+ margin: 0;
4909
+ }
4910
+ /* make buttons play nice in IE */
4911
+ button,
4912
+ input[type='button'] {
4913
+ width: auto;
4914
+ overflow: visible;
4915
+ }
4916
+ .ant-tabs-nav-list {
4917
+ overflow: auto;
4918
+ }
4919
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
4920
+ .ant-form-item-control-input-content {
4921
+ overflow: hidden;
4922
+ }
4923
+ .ant-popover .ant-form-item-control {
4924
+ -webkit-box-flex: 1;
4925
+ -webkit-flex: auto;
4926
+ -ms-flex: auto;
4927
+ flex: auto;
4928
+ }
4929
+ .ant-tabs-tab {
4930
+ display: inline-block;
4931
+ }
4932
+ /* IE兼容 */
4933
+ .ant-space {
4934
+ width: 100% !important;
4935
+ }
4936
+ }
4937
+ /* IE兼容 */
4938
+ .pro-icon.drag-icon {
4939
+ margin-right: var(--zaui-space-size-xs, 4px);
4940
+ cursor: move;
4941
+ }
4942
+ /* 兼容IE11 默认会生成2个值,默认值,var值。IE11下读取默认值 */
4943
+ :root {
4944
+ --zaui-global-bg: #ffffff;
4945
+ --zaui-base-bg: #ffffff;
4946
+ --zaui-brand: #006aff;
4947
+ --zaui-brand-hover: #3387ff;
4948
+ --zaui-brand-active: #005ad9;
4949
+ --zaui-brand-disabled: #99c3ff;
4950
+ --zaui-text: #343434;
4951
+ --zaui-text-weak: #616161;
4952
+ --zaui-aide-text: #909090;
4953
+ --zaui-placeholder: #a0a0a0;
4954
+ --zaui-link: var(--zaui-brand);
4955
+ --zaui-link-light-active: var(--zaui-brand-active);
4956
+ --zaui-line: #dcdcdc;
4957
+ --zaui-dividing-line: #dcdcdc;
4958
+ --zaui-area: #fafafa;
4959
+ --zaui-shadow: rgba(56, 56, 56, 0.15);
4960
+ --zaui-form-control-line: var(--zaui-line);
4961
+ --zaui-form-control-line-hover: var(--zaui-brand-hover);
4962
+ --zaui-form-control-line-active: var(--zaui-brand-active);
4963
+ --zaui-list-item-active-bg: var(--zaui-brand);
4964
+ --zaui-list-item-active-hover-bg: var(--zaui-brand);
4965
+ --zaui-list-item-selected-bg: var(--zaui-brand);
4966
+ --zaui-list-item-selected-hover-bg: var(--zaui-brand);
4967
+ --zaui-disabled-bg: #f2f2f2;
4968
+ --zaui-disabled-text: #333333;
4969
+ --zaui-feedback-overlay-bg: rgba(0, 0, 0, 0.7);
4970
+ --zaui-feedback-overlay-text: #343434;
4971
+ --zaui-primary: var(--zaui-brand);
4972
+ --zaui-primary-hover: var(--zaui-brand-hover);
4973
+ --zaui-primary-active: var(--zaui-brand-active);
4974
+ --zaui-danger-line: var(--zaui-line);
4975
+ --zaui-danger-bg: #fff2f0;
4976
+ --zaui-warning-line: var(--zaui-line);
4977
+ --zaui-warning-bg: #fffbe6;
4978
+ --zaui-info-line: var(--zaui-line);
4979
+ --zaui-info-bg: #e6f7ff;
4980
+ --zaui-success-line: var(--zaui-line);
4981
+ --zaui-success-bg: #f6ffed;
4982
+ --zaui-danger: #ff5050;
4983
+ --zaui-warning: #ec9131;
4984
+ --zaui-success: #00ae4d;
4985
+ --zaui-menu-top-bg: #ffffff;
4986
+ --zaui-menu-left-bg: #1a202d;
4987
+ --zaui-menu-second-bg: #ffffff;
4988
+ --zaui-form-align: left;
4989
+ --zaui-table-header-bg: #f2f3f5;
4990
+ --zaui-table-strip-bg: #fafafa;
4991
+ --zaui-table-hover-bg: #fafafa;
4992
+ --zaui-table-selected-bg: var(--zaui-table-hover-bg);
4993
+ --zaui-table-selected-hover-bg: var(--zaui-table-hover-bg);
4994
+ --zaui-table-nested-bg: #fafcfe;
4995
+ --zaui-contract-bg: #fffaa1;
4996
+ --zaui-form-label-width: 130px;
4997
+ --zaui-border-radius: 8px;
4998
+ --zaui-border-radius-card: 4px;
4999
+ --zaui-font-size-title: 16px;
5000
+ --zaui-font-size-card-title: var(--zaui-font-size-title);
5001
+ --zaui-font-size: 14px;
5002
+ --zaui-font-size-sm: 12px;
5003
+ --zaui-font-size-md: var(--zaui-font-size);
5004
+ --zaui-font-size-lg: 16px;
5005
+ --zaui-font-size-xl: 18px;
5006
+ --zaui-font-size-xxl: 20px;
5007
+ --zaui-font-size-lg-title: 24px;
5008
+ --zaui-height-border: var(--zaui-height-size-md);
5009
+ --zaui-height-card: var(--zaui-height-size-lg);
5010
+ --zaui-height-size-xs: 4px;
5011
+ --zaui-height-size-sm: 8px;
5012
+ --zaui-height-size-md: 16px;
5013
+ --zaui-height-size-lg: 32px;
5014
+ --zaui-height-size-xl: 64px;
5015
+ --zaui-space-border: var(--zaui-space-size-md);
5016
+ --zaui-space-card: var(--zaui-space-size-lg);
5017
+ --zaui-space-size-xs: 4px;
5018
+ --zaui-space-size-sm: 8px;
5019
+ --zaui-space-size-md: 16px;
5020
+ --zaui-space-size-lg: 32px;
5021
+ --zaui-space-size-xl: 64px;
5022
+ --zaui-line-height-base: 1.5;
5023
+ --zaui-size: 1;
5024
+ --zaui-base-font-size: 0px;
5025
+ }