@zat-design/sisyphus-react 3.4.2 → 3.4.3

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