@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
@@ -2,7 +2,7 @@
2
2
  .pro-layout-header {
3
3
  position: fixed;
4
4
  top: 0;
5
- z-index: 101;
5
+ z-index: 103;
6
6
  display: -webkit-box;
7
7
  display: -webkit-flex;
8
8
  display: -ms-flexbox;
@@ -273,7 +273,7 @@
273
273
  padding-left: 16px !important;
274
274
  }
275
275
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
276
- background: #1A202D;
276
+ background: #1a202d;
277
277
  }
278
278
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title,
279
279
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-item-only-child,
@@ -281,15 +281,15 @@
281
281
  padding-left: 16px !important;
282
282
  }
283
283
  .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
284
+ height: auto;
284
285
  min-height: 48px;
286
+ margin: 0;
285
287
  padding-top: 12px;
286
288
  padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
287
- margin: 0;
288
- height: auto;
289
289
  }
290
290
  .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child h2 {
291
- line-height: initial !important;
292
291
  height: auto !important;
292
+ line-height: initial !important;
293
293
  white-space: pre-wrap;
294
294
  }
295
295
  .pro-layout-open-menu .ant-menu-root .ant-menu-item {
@@ -310,8 +310,8 @@
310
310
  color: #fff;
311
311
  }
312
312
  .pro-layout-open-menu .ant-menu.ant-menu-dark {
313
- background: #1A202D;
314
313
  overflow-x: hidden;
314
+ background: #1a202d;
315
315
  }
316
316
  .pro-layout-open-menu .ant-menu.ant-menu-dark .ant-menu-item-only-child:hover {
317
317
  background: var(--ant-primary-8, #003eb3);
@@ -327,12 +327,12 @@
327
327
  }
328
328
  .pro-layout-open-menu .ant-menu-sub.ant-menu-inline > .ant-menu-item,
329
329
  .pro-layout-open-menu .ant-menu-submenu-title {
330
- white-space: pre-wrap;
331
- line-height: initial !important;
332
330
  height: auto !important;
331
+ min-height: 48px;
333
332
  margin: 0;
334
333
  padding: 12px 0;
335
- min-height: 48px;
334
+ line-height: initial !important;
335
+ white-space: pre-wrap;
336
336
  }
337
337
  .pro-layout-open-menu .ant-menu-title-content div {
338
338
  display: -webkit-box;
@@ -355,62 +355,64 @@
355
355
  flex: 0 0 20px;
356
356
  width: 20px;
357
357
  height: 20px;
358
- color: #CACACA;
358
+ color: #cacaca;
359
359
  }
360
360
  .pro-layout-open-menu .ant-menu-title-content div h2 {
361
+ display: inline-block;
361
362
  -webkit-box-flex: 1;
362
363
  -webkit-flex-grow: 1;
363
364
  -ms-flex-positive: 1;
364
365
  flex-grow: 1;
365
366
  margin-bottom: 0;
366
- opacity: 1;
367
- -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
368
- transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
369
- display: inline-block;
370
367
  padding-left: 12px;
371
- color: #CACACA;
368
+ color: #cacaca;
372
369
  font-weight: 400;
373
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
374
  }
375
375
  .pro-layout-open-menu .anticon-caret-down {
376
- color: #CACACA;
376
+ top: auto;
377
+ color: #cacaca;
377
378
  -webkit-transform: rotateZ(0deg);
378
379
  transform: rotateZ(0deg);
379
- top: auto;
380
380
  -webkit-transition: all 0.1s ease-in;
381
381
  transition: all 0.1s ease-in;
382
382
  }
383
383
  .pro-layout-open-menu .ant-menu-submenu-open .anticon-caret-down {
384
+ color: #fff;
384
385
  -webkit-transform: rotateZ(180deg);
385
386
  transform: rotateZ(180deg);
386
- color: #fff;
387
387
  }
388
388
  .pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline .anticon-caret-down {
389
+ color: #cacaca;
389
390
  -webkit-transform: rotateZ(0deg);
390
391
  transform: rotateZ(0deg);
391
- color: #CACACA;
392
392
  }
393
393
  .pro-layout-open-menu .ant-menu-submenu-open .ant-menu-submenu-inline.ant-menu-submenu-open .anticon-caret-down {
394
+ color: #fff;
394
395
  -webkit-transform: rotateZ(180deg);
395
396
  transform: rotateZ(180deg);
396
- color: #fff;
397
397
  }
398
398
  .pro-layout-open-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon {
399
399
  color: #fff;
400
400
  }
401
+ .pro-layout-open-menu .ant-menu-item-selected .ant-menu-title-content h2 {
402
+ font-weight: bold !important;
403
+ }
401
404
  .pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div .pro-layout-icon {
402
405
  color: #fff;
403
406
  }
404
407
  .pro-layout-open-menu .ant-menu-submenu-selected > .ant-menu-submenu-title .ant-menu-title-content div h2 {
405
- font-weight: bold;
406
408
  color: #fff;
407
409
  }
408
410
  .pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div .pro-layout-icon {
409
- color: #CACACA;
411
+ color: #cacaca;
410
412
  }
411
413
  .pro-layout-open-menu .ant-menu-submenu-selected .ant-menu-item-only-child .ant-menu-title-content div h2 {
414
+ color: #cacaca;
412
415
  font-weight: 400;
413
- color: #CACACA;
414
416
  }
415
417
  .pro-layout-sider-menu {
416
418
  width: 220px;
@@ -442,11 +444,16 @@
442
444
  overflow-x: hidden;
443
445
  overflow-y: auto;
444
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
+ }
445
450
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div h2 {
446
- color: var(--zaui-text);
447
451
  padding: 0;
452
+ padding-right: 12px;
453
+ color: var(--zaui-text);
448
454
  }
449
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;
450
457
  color: var(--zaui-text);
451
458
  font-weight: 500;
452
459
  }
@@ -460,8 +467,8 @@
460
467
  margin-left: var(--zaui-space-size-md, 16px);
461
468
  }
462
469
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .pro-layout-icon {
463
- fill: currentColor;
464
470
  color: var(--zaui-text, #343434) !important;
471
+ fill: currentColor;
465
472
  }
466
473
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub {
467
474
  overflow: hidden;
@@ -469,8 +476,8 @@
469
476
  }
470
477
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title:hover,
471
478
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item:hover {
472
- background-color: #f2f2f2;
473
479
  color: #fff;
480
+ background-color: #f2f2f2;
474
481
  }
475
482
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-item {
476
483
  margin: 0;
@@ -481,9 +488,9 @@
481
488
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-submenu-title,
482
489
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-root > .ant-menu-item-only-child,
483
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;
484
492
  padding-top: 10px;
485
493
  padding-bottom: 10px;
486
- min-height: 40px;
487
494
  }
488
495
  /** 侧边栏 + 内容区 */
489
496
  .pro-layout-row {
@@ -501,12 +508,12 @@
501
508
  .pro-layout-row .pro-layout-arrow {
502
509
  width: 10px;
503
510
  height: 10px;
511
+ margin-left: -5px;
504
512
  background-color: transparent;
505
513
  /* 模块背景为透明 */
506
514
  border-color: #fff;
507
515
  border-style: solid;
508
516
  border-width: 2px 2px 0 0;
509
- margin-left: -5px;
510
517
  -webkit-transform: rotate(45deg);
511
518
  transform: rotate(45deg);
512
519
  }
@@ -534,8 +541,8 @@
534
541
  display: inline-block;
535
542
  white-space: nowrap;
536
543
  opacity: 0;
537
- -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
538
- transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s;
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;
539
546
  }
540
547
  .pro-layout-row.pro-layout-menu-collapsed .pro-layout-content {
541
548
  margin-left: 220px !important;
@@ -560,7 +567,7 @@
560
567
  position: fixed;
561
568
  top: 48px;
562
569
  left: 0;
563
- z-index: 1;
570
+ z-index: 99;
564
571
  width: 48px;
565
572
  height: 100vh;
566
573
  min-height: 100%;
@@ -575,10 +582,6 @@
575
582
  width: 220px;
576
583
  }
577
584
  .pro-layout-row .pro-layout-content {
578
- margin-left: 48px;
579
- padding: 0 var(--zaui-space-size-md, 16px);
580
- -webkit-transition: all 0.3s ease-in-out;
581
- transition: all 0.3s ease-in-out;
582
585
  z-index: 1;
583
586
  -webkit-box-flex: 1;
584
587
  -webkit-flex: auto;
@@ -586,6 +589,10 @@
586
589
  flex: auto;
587
590
  min-height: calc(100vh - 48px);
588
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;
589
596
  }
590
597
  .pro-layout-row .pro-layout-menu.pro-layout-menu-open .pro-layout-menu-collapsed {
591
598
  left: 0;
@@ -614,9 +621,9 @@
614
621
  justify-content: center;
615
622
  width: 48px;
616
623
  height: 48px;
617
- -webkit-transition: all 0.25s ease;
618
- transition: all 0.25s ease;
619
624
  background: #292f3b;
625
+ -webkit-transition: all 0.3s ease;
626
+ transition: all 0.3s ease;
620
627
  }
621
628
  .pro-layout-row .pro-layout-menu .pro-layout-menu-collapsed:hover {
622
629
  background-color: rgba(185, 185, 189, 0.1);
@@ -668,12 +675,19 @@
668
675
  width: 12px;
669
676
  margin-right: 0;
670
677
  }
671
- .pro-collapse {
672
- background: #f6f8fc;
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;
673
684
  }
674
685
  .pro-collapse.pro-collapse-no-title .ant-collapse-header {
675
686
  display: none !important;
676
687
  }
688
+ .pro-collapse.pro-collapse-no-title .pro-collapse-level2 .ant-collapse-header {
689
+ display: block !important;
690
+ }
677
691
  .pro-collapse.ant-collapse .pro-collapse-panel {
678
692
  margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
679
693
  }
@@ -691,14 +705,13 @@
691
705
  font-size: var(--zaui-font-size-lg, 16px);
692
706
  }
693
707
  .pro-collapse .ant-collapse-expand-icon {
694
- color: #c5c7cd;
708
+ color: #999;
695
709
  }
696
710
  .pro-collapse.ant-collapse-borderless .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
697
711
  padding: 0;
698
712
  }
699
713
  .pro-collapse .ant-collapse-content-box {
700
714
  padding: 0;
701
- background: var(--zaui-base-bg, #ffffff);
702
715
  }
703
716
  .pro-collapse .ant-collapse-content-box .pro-collapse-content {
704
717
  padding: var(--zaui-space-size-md, 16px);
@@ -707,16 +720,18 @@
707
720
  background: var(--zaui-base-bg, #ffffff);
708
721
  }
709
722
  .pro-collapse.pro-collapse-level2 {
710
- margin-bottom: 0;
711
723
  background: var(--zaui-base-bg, #ffffff);
712
724
  }
725
+ .pro-collapse.pro-collapse-level2 .pro-collapse-panel {
726
+ margin-bottom: 0;
727
+ }
713
728
  .pro-collapse.pro-collapse-level2 .ant-collapse-header {
714
729
  padding: 0 !important;
715
730
  background: var(--zaui-base-bg, #ffffff);
716
731
  }
717
732
  .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text {
718
733
  position: relative;
719
- padding-left: 12px;
734
+ padding-left: 15px;
720
735
  font-size: var(--zaui-font-size, 14px);
721
736
  }
722
737
  .pro-collapse.pro-collapse-level2 .ant-collapse-header .ant-collapse-header-text::before {
@@ -726,7 +741,7 @@
726
741
  width: 4px;
727
742
  height: 14px;
728
743
  background: var(--zaui-brand);
729
- border-radius: var(--zaui-border-radius-card, 2px);
744
+ border-radius: var(--zaui-border-radius-card, 4px);
730
745
  -webkit-transform: translateY(-50%);
731
746
  transform: translateY(-50%);
732
747
  content: '';
@@ -735,11 +750,17 @@
735
750
  margin-right: var(--zaui-space-size-sm, 8px);
736
751
  }
737
752
  .pro-collapse.pro-collapse-level2 .pro-collapse-content {
738
- padding-top: var(--zaui-space-size-sm, 8px) !important;
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;
739
760
  }
740
761
  .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header {
741
762
  padding: 0 8px 6px !important;
742
- border-bottom: 2px solid #dee0e3;
763
+ border-bottom: 1px solid #dee0e3;
743
764
  margin: 0 -8px;
744
765
  }
745
766
  .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-header .ant-collapse-arrow {
@@ -768,6 +789,9 @@
768
789
  .pro-collapse .ant-collapse-extra .extra-info {
769
790
  margin-right: 24px;
770
791
  }
792
+ .pro-collapse.pro-collapse-list .ant-descriptions-view {
793
+ margin: 0 -8px;
794
+ }
771
795
  .pro-collapse.pro-collapse-list .ant-descriptions-row > th,
772
796
  .pro-collapse.pro-collapse-list .ant-descriptions-row > td {
773
797
  padding: var(--zaui-space-size-sm, 8px) 0;
@@ -775,7 +799,7 @@
775
799
  }
776
800
  .pro-collapse.pro-collapse-list .ant-descriptions-row > th.ant-descriptions-item,
777
801
  .pro-collapse.pro-collapse-list .ant-descriptions-row > td.ant-descriptions-item {
778
- padding-left: var(--zaui-space-size-md, 16px);
802
+ padding-left: 23px;
779
803
  }
780
804
  .pro-collapse.pro-collapse-list .ant-descriptions-row td:first-child {
781
805
  position: relative;
@@ -787,7 +811,7 @@
787
811
  width: 4px;
788
812
  height: 14px;
789
813
  background: var(--zaui-brand);
790
- border-radius: var(--zaui-border-radius-card, 2px);
814
+ border-radius: var(--zaui-border-radius-card, 4px);
791
815
  -webkit-transform: translateY(-50%);
792
816
  transform: translateY(-50%);
793
817
  content: '';
@@ -802,7 +826,7 @@
802
826
  position: fixed;
803
827
  right: 0;
804
828
  bottom: 0;
805
- z-index: 101;
829
+ z-index: 98;
806
830
  width: 100%;
807
831
  padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) var(--zaui-space-size-lg, 32px);
808
832
  background: var(--zaui-base-bg, #ffffff);
@@ -829,6 +853,8 @@
829
853
  .pro-header {
830
854
  padding: 16px 0 0 0 !important;
831
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);
832
858
  }
833
859
  .pro-header.pro-header-no-back.pro-header-has-describe .pro-header-top {
834
860
  padding-left: var(--zaui-space-size-md, 16px);
@@ -894,7 +920,7 @@
894
920
  line-height: 16px;
895
921
  white-space: pre;
896
922
  background: var(--ant-primary-1, #e6f4ff);
897
- border-radius: var(--zaui-border-radius-card, 2px);
923
+ border-radius: var(--zaui-border-radius-card, 4px);
898
924
  }
899
925
  .pro-header .pro-header-title {
900
926
  padding: 0 var(--zaui-space-size-md, 16px);
@@ -906,12 +932,12 @@
906
932
  position: -webkit-sticky;
907
933
  position: sticky;
908
934
  z-index: 101;
909
- -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
910
- box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
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);
911
937
  }
912
938
  .pro-header.pro-header-shadow {
913
- -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
914
- box-shadow: 0px 1px 2px 0px rgba(0, 55, 93, 0.1);
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);
915
941
  }
916
942
  .pro-header .ant-breadcrumb li {
917
943
  color: #1d2129;
@@ -1011,7 +1037,7 @@
1011
1037
  font-style: initial;
1012
1038
  line-height: 24px;
1013
1039
  background: var(--ant-primary-1, #e6f4ff);
1014
- border-radius: var(--zaui-border-radius, 4px);
1040
+ border-radius: var(--zaui-border-radius, 8px);
1015
1041
  }
1016
1042
  .pro-header .pro-header-top .pro-header-left ul li.hidden {
1017
1043
  display: none;
@@ -1034,7 +1060,7 @@
1034
1060
  display: -webkit-flex;
1035
1061
  display: -ms-flexbox;
1036
1062
  display: flex;
1037
- background: #f7f9fc;
1063
+ background: #fafafa;
1038
1064
  border-top: 1px solid #f2f2f2;
1039
1065
  }
1040
1066
  .pro-header .pro-header-nav.pro-header-nav-open .pro-header-fold .pro-header-fold-bg {
@@ -1184,83 +1210,146 @@
1184
1210
  .pro-layout .pro-layout-menu-open .pro-layout-open-menu-lv1 h2 {
1185
1211
  font-weight: bold;
1186
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
+ }
1187
1262
  .pro-layout.pro-layout-light .pro-layout-menu-open,
1188
1263
  .pro-layout.pro-layout-light .pro-layout-menu {
1189
1264
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
1190
1265
  box-shadow: 2px 0px 5px 0px rgba(0, 55, 93, 0.1);
1191
1266
  }
1192
1267
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div .pro-layout-icon {
1193
- color: var(--zaui-text, #343434);
1194
1268
  position: relative;
1195
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;
1196
1274
  }
1197
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li {
1275
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li {
1198
1276
  position: relative;
1199
1277
  }
1200
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li > div {
1278
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li > div {
1201
1279
  position: relative;
1202
1280
  z-index: 1;
1203
1281
  }
1204
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
1282
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active {
1205
1283
  background: transparent;
1284
+ border-radius: var(--zaui-border-radius, 8px);
1206
1285
  }
1207
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active div .pro-layout-icon {
1286
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active div .pro-layout-icon {
1208
1287
  color: #fff;
1209
1288
  }
1210
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active::before {
1211
- content: '';
1212
- border-radius: var(--zaui-border-radius, 4px);
1213
- background-color: var(--zaui-brand, #006aff);
1214
- height: 38px;
1289
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li.active::before {
1215
1290
  position: absolute;
1216
- left: 5px;
1217
1291
  top: 4px;
1292
+ left: 5px;
1218
1293
  width: calc(100% - 10px);
1294
+ height: 38px;
1295
+ background-color: var(--zaui-brand, #006aff);
1296
+ border-radius: var(--zaui-border-radius, 8px);
1219
1297
  opacity: 1 !important;
1298
+ content: '';
1220
1299
  }
1221
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover {
1300
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover {
1222
1301
  background: transparent;
1223
1302
  }
1224
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li:hover::before {
1225
- content: '';
1226
- border-radius: var(--zaui-border-radius, 4px);
1227
- background-color: var(--zaui-brand, #006aff);
1228
- height: 38px;
1303
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li:hover::before {
1229
1304
  position: absolute;
1230
- left: 5px;
1231
1305
  top: 4px;
1306
+ left: 5px;
1232
1307
  width: calc(100% - 10px);
1308
+ height: 38px;
1309
+ background-color: var(--zaui-brand, #006aff);
1310
+ border-radius: var(--zaui-border-radius, 8px);
1233
1311
  opacity: 0.08;
1312
+ content: '';
1234
1313
  }
1235
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li div .pro-layout-icon {
1314
+ .pro-layout.pro-layout-light .pro-layout-menu-fold .pro-layout-menu-fold-list li div .pro-layout-icon {
1236
1315
  color: var(--zaui-text, #343434);
1237
1316
  }
1238
- .pro-layout.pro-layout-light .pro-layout-menu-fold-list li.active {
1239
- border-radius: var(--zaui-border-radius, 4px);
1240
- }
1241
1317
  .pro-layout.pro-layout-light .pro-layout-menu-collapsed {
1242
1318
  position: relative;
1319
+ background: var(--zaui-base-bg, #fff);
1320
+ border-right: 1px solid #f0f0f0;
1243
1321
  }
1244
- .pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
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;
1245
1334
  content: '';
1246
- height: 1px;
1247
- background: #DEE0E3;
1248
- width: calc(100% - 16px);
1335
+ }
1336
+ .pro-layout.pro-layout-light .pro-layout-menu-collapsed::before {
1249
1337
  position: absolute;
1250
1338
  top: 0;
1251
1339
  left: var(--zaui-space-size-sm, 8px);
1340
+ width: calc(100% - 16px);
1341
+ height: 1px;
1342
+ background: #dee0e3;
1343
+ content: '';
1252
1344
  }
1253
1345
  .pro-layout.pro-layout-light .pro-layout-row .pro-layout-arrow {
1254
1346
  border-color: var(--zaui-text, #343434);
1255
1347
  }
1256
- .pro-layout.pro-layout-light .pro-layout-menu-collapsed {
1257
- background: var(--zaui-base-bg, #fff);
1258
- }
1259
1348
  .pro-layout.pro-layout-light .ant-menu-root {
1260
1349
  overflow-x: hidden !important;
1261
1350
  }
1262
1351
  .pro-layout.pro-layout-light .anticon-caret-down {
1263
- color: #CACACA !important;
1352
+ color: #999 !important;
1264
1353
  }
1265
1354
  .pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
1266
1355
  background: var(--zaui-base-bg, #ffffff);
@@ -1270,24 +1359,32 @@
1270
1359
  }
1271
1360
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-title-content div h2 {
1272
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;
1273
1366
  }
1274
1367
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover,
1275
- .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover {
1276
- background: transparent;
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 {
1277
1370
  position: relative;
1371
+ background: transparent;
1278
1372
  }
1279
1373
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item:hover:before,
1280
- .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-submenu-title:hover:before {
1281
- content: '';
1282
- border-radius: var(--zaui-border-radius, 4px);
1283
- background-color: var(--zaui-brand, #006aff);
1284
- opacity: 0.08;
1285
- height: 38px;
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 {
1286
1376
  position: absolute;
1287
1377
  left: var(--zaui-space-size-sm, 8px);
1288
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: '';
1289
1385
  }
1290
1386
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected {
1387
+ padding-right: 16px;
1291
1388
  background: transparent !important;
1292
1389
  }
1293
1390
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected::after {
@@ -1300,10 +1397,6 @@
1300
1397
  min-height: calc(100vh - 80px);
1301
1398
  }
1302
1399
  .pro-layout .pro-layout-content {
1303
- margin-left: 48px;
1304
- padding: 0 var(--zaui-space-size-lg, 32px);
1305
- -webkit-transition: all 0.3s ease-in-out;
1306
- transition: all 0.3s ease-in-out;
1307
1400
  z-index: 1;
1308
1401
  -webkit-box-flex: 1;
1309
1402
  -webkit-flex: auto;
@@ -1311,10 +1404,14 @@
1311
1404
  flex: auto;
1312
1405
  min-height: calc(100vh - 48px);
1313
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;
1314
1411
  }
1315
1412
  .pro-layout .pro-layout-content.pro-layout-has-notice {
1316
- margin-top: 80px;
1317
1413
  min-height: calc(100vh - 80px);
1414
+ margin-top: 80px;
1318
1415
  }
1319
1416
  .pro-layout .pro-layout-row-pure .pro-layout-content {
1320
1417
  margin: 0 !important;
@@ -1337,15 +1434,16 @@
1337
1434
  z-index: 101;
1338
1435
  min-width: 48px;
1339
1436
  min-height: 48px;
1437
+ overflow-x: hidden;
1438
+ overflow-y: auto;
1340
1439
  text-align: center;
1341
1440
  background-color: var(--zaui-global-bg, #fff);
1342
- cursor: pointer;
1441
+ border-radius: 0 0 var(--zaui-border-radius) var(--zaui-border-radius);
1343
1442
  -webkit-box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
1344
1443
  box-shadow: -1px 0px 5px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
1444
+ cursor: pointer;
1345
1445
  -webkit-transition: width 0.2s;
1346
1446
  transition: width 0.2s;
1347
- overflow-x: hidden;
1348
- overflow-y: auto;
1349
1447
  }
1350
1448
  .pro-step > .step-menu {
1351
1449
  display: -webkit-box;
@@ -1363,11 +1461,9 @@
1363
1461
  }
1364
1462
  .pro-step > .step-menu > .menu-icon {
1365
1463
  font-size: var(--zaui-font-size-lg-title, 24px);
1366
- fill: var(--zaui-brand, #006AFF);
1464
+ fill: var(--zaui-brand, #006aff);
1367
1465
  }
1368
1466
  .pro-step > .step-menu > .menu-icon > div {
1369
- width: 48px;
1370
- height: 24px;
1371
1467
  display: -webkit-box;
1372
1468
  display: -webkit-flex;
1373
1469
  display: -ms-flexbox;
@@ -1380,6 +1476,8 @@
1380
1476
  -webkit-justify-content: center;
1381
1477
  -ms-flex-pack: center;
1382
1478
  justify-content: center;
1479
+ width: 48px;
1480
+ height: 24px;
1383
1481
  }
1384
1482
  .pro-step .menu-content {
1385
1483
  overflow: hidden;
@@ -1440,12 +1538,12 @@
1440
1538
  height: 100%;
1441
1539
  }
1442
1540
  .pro-step .com-menu-item > .menu-item > .menu-icon > svg {
1443
- fill: var(--zaui-brand, #006AFF);
1541
+ fill: var(--zaui-brand, #006aff);
1444
1542
  }
1445
1543
  .pro-step .com-menu-item > .menu-item > .menu-icon > .dot {
1446
1544
  width: 6px;
1447
1545
  height: 6px;
1448
- background: var(--zaui-brand, #006AFF);
1546
+ background: var(--zaui-brand, #006aff);
1449
1547
  border-radius: 3px;
1450
1548
  }
1451
1549
  .pro-step .com-menu-item > .menu-item > .menu-icon > .dot.errored {
@@ -1469,11 +1567,11 @@
1469
1567
  -webkit-justify-content: center;
1470
1568
  -ms-flex-pack: center;
1471
1569
  justify-content: center;
1472
- font-size: var(--zaui-font-size-sm, 12px);
1473
- color: #ffffff;
1474
1570
  width: 18px;
1475
1571
  height: 18px;
1476
- background: var(--zaui-brand, #006AFF);
1572
+ color: #ffffff;
1573
+ font-size: var(--zaui-font-size-sm, 12px);
1574
+ background: var(--zaui-brand, #006aff);
1477
1575
  border-radius: 9px;
1478
1576
  }
1479
1577
  .pro-step .com-menu-item > .menu-item > .menu-icon .dot-icon.errored {
@@ -1485,7 +1583,7 @@
1485
1583
  fill: #939599;
1486
1584
  }
1487
1585
  .pro-step .com-menu-item > .menu-item > .menu-name {
1488
- color: #0A0A0A;
1586
+ color: #0a0a0a;
1489
1587
  }
1490
1588
  .pro-step .com-menu-item > .menu-item > .menu-name.disabled {
1491
1589
  color: #626366;
@@ -1494,7 +1592,7 @@
1494
1592
  height: 18px;
1495
1593
  }
1496
1594
  .pro-step .com-menu-item > .checked-status > svg {
1497
- fill: var(--zaui-brand, #006AFF);
1595
+ fill: var(--zaui-brand, #006aff);
1498
1596
  }
1499
1597
  .pro-step .com-menu-item > .checked-status .errorDot {
1500
1598
  display: -webkit-box;
@@ -1575,9 +1673,11 @@
1575
1673
  width: 48px;
1576
1674
  }
1577
1675
  .pro-tabs-tab .pro-tabs-card .ant-tag {
1676
+ min-width: 22px;
1578
1677
  margin-right: 0;
1579
1678
  padding: 0 var(--zaui-space-size-xs, 4px);
1580
- border-radius: 10px;
1679
+ text-align: center;
1680
+ border-radius: 12px;
1581
1681
  }
1582
1682
  .pro-tabs-tab .pro-tabs-card .ant-space-item {
1583
1683
  display: -webkit-box;
@@ -1651,7 +1751,7 @@
1651
1751
  margin-left: -8px;
1652
1752
  padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1653
1753
  background: var(--zaui-contract-bg, #fffaa1);
1654
- border-radius: var(--zaui-border-radius, 4px);
1754
+ border-radius: var(--zaui-border-radius, 8px);
1655
1755
  }
1656
1756
  .pro-table .ant-table-body .varied-cell.empty-cell {
1657
1757
  width: 24.5px;
@@ -1868,7 +1968,7 @@
1868
1968
  .pro-table .ant-pagination .ant-pagination-item-active a {
1869
1969
  color: #ffffff;
1870
1970
  background: var(--zaui-brand, #006aff) !important;
1871
- border-radius: var(--zaui-border-radius, 4px);
1971
+ border-radius: var(--zaui-border-radius, 8px);
1872
1972
  }
1873
1973
  .pro-table .pro-table-footer.no-page {
1874
1974
  margin-top: var(--zaui-space-size-md, 16px);
@@ -2018,7 +2118,6 @@ div.pro-textarea-view::after {
2018
2118
  background: transparent;
2019
2119
  }
2020
2120
  .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input {
2021
- background: var(--zaui-base-bg, #ffffff);
2022
2121
  border-color: var(--ant-error-color);
2023
2122
  }
2024
2123
  .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
@@ -2322,13 +2421,13 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2322
2421
  }
2323
2422
  .pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
2324
2423
  .pro-group .ant-space-compact .ant-select:first-child {
2325
- border-start-start-radius: var(--zaui-border-radius, 4px);
2326
- border-end-start-radius: var(--zaui-border-radius, 4px);
2424
+ border-start-start-radius: 4px;
2425
+ border-end-start-radius: 4px;
2327
2426
  }
2328
2427
  .pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
2329
2428
  .pro-group .ant-space-compact .ant-select:last-child {
2330
- border-start-end-radius: var(--zaui-border-radius, 4px);
2331
- border-end-end-radius: var(--zaui-border-radius, 4px);
2429
+ border-start-end-radius: 4px;
2430
+ border-end-end-radius: 4px;
2332
2431
  }
2333
2432
  .pro-group .ant-space-compact .ant-select .ant-select-selector {
2334
2433
  border-start-end-radius: 0;
@@ -2337,12 +2436,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2337
2436
  border-end-start-radius: 0;
2338
2437
  }
2339
2438
  .pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
2340
- border-start-start-radius: var(--zaui-border-radius, 4px);
2341
- border-end-start-radius: var(--zaui-border-radius, 4px);
2439
+ border-start-start-radius: 4px;
2440
+ border-end-start-radius: 4px;
2342
2441
  }
2343
2442
  .pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
2344
- border-start-end-radius: var(--zaui-border-radius, 4px);
2345
- border-end-end-radius: var(--zaui-border-radius, 4px);
2443
+ border-start-end-radius: 4px;
2444
+ border-end-end-radius: 4px;
2346
2445
  }
2347
2446
  .pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
2348
2447
  color: var(--ant-error-color);
@@ -2512,12 +2611,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2512
2611
  -ms-flex-align: normal;
2513
2612
  align-items: normal;
2514
2613
  }
2515
- .pro-form.ant-form {
2516
- margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2517
- }
2518
- .pro-form .pro-collapse-level2 .ant-collapse-item {
2519
- margin-bottom: 0 !important;
2520
- }
2521
2614
  .pro-form .ant-form-item-control-input {
2522
2615
  -webkit-box-flex: 1;
2523
2616
  -webkit-flex-grow: 1;
@@ -2595,7 +2688,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2595
2688
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2596
2689
  .pro-form .ant-form-item.pro-form-item-changed .ant-picker input,
2597
2690
  .pro-form .ant-form-item.pro-form-item-changed .ant-input-number input {
2598
- background: var(--zaui-contract-bg, #fffaa1);
2691
+ background: transparent;
2599
2692
  }
2600
2693
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
2601
2694
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector .ant-select-selection-placeholder,
@@ -2607,7 +2700,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2607
2700
  background: var(--zaui-contract-bg, #fffaa1);
2608
2701
  border-radius: 4px;
2609
2702
  }
2610
- .pro-form .ant-form-item.pro-form-item-changed .ant-form-item-control-input-content > span,
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
+ }
2611
2711
  .pro-form .ant-form-item.pro-form-item-changed .pro-form-view-container {
2612
2712
  padding: 4px 8px;
2613
2713
  background: var(--zaui-contract-bg, #fffaa1);
@@ -2752,7 +2852,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2752
2852
  }
2753
2853
  .pro-upload .pro-upload-dragger .pro-upload-handle-box {
2754
2854
  background: #F8F9FA;
2755
- border-radius: var(--zaui-border-radius, 4px);
2855
+ border-radius: var(--zaui-border-radius, 8px);
2756
2856
  padding: var(--zaui-space-size-sm, 8px);
2757
2857
  }
2758
2858
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .ant-upload.ant-upload-drag {
@@ -2923,7 +3023,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2923
3023
  text-align: center;
2924
3024
  line-height: 32px;
2925
3025
  background: #FFFFFF;
2926
- border-radius: var(--zaui-border-radius, 4px);
3026
+ border-radius: var(--zaui-border-radius, 8px);
2927
3027
  border: 1px solid #DCDCDC;
2928
3028
  }
2929
3029
  .pro-upload .pro-upload-image .file-item-image {
@@ -3087,93 +3187,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3087
3187
  .proupload-modal-preview .ant-modal {
3088
3188
  width: 600px;
3089
3189
  }
3090
- .pro-tree-select .ant-select-selector .check-mark-icon {
3091
- display: none;
3092
- }
3093
- .pro-tree-select .ant-select.ant-select-single.ant-select-show-arrow:not(.ant-select-show-search).ant-select-open .ant-select-arrow {
3094
- -webkit-transition: -webkit-transform 300ms ease-in-out;
3095
- transition: -webkit-transform 300ms ease-in-out;
3096
- transition: transform 300ms ease-in-out;
3097
- transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
3098
- -webkit-transform: rotate(180deg);
3099
- transform: rotate(180deg);
3100
- }
3101
- .pro-tree-select-drop-down-container.ant-select-dropdown .highlight-search-text {
3102
- color: var(--zaui-brand, #006aff);
3103
- }
3104
- .pro-tree-select-drop-down-container.ant-select-dropdown .ant-select-tree-list-holder-inner {
3105
- position: relative!important;
3106
- }
3107
- .pro-tree-select-drop-down-container.ant-select-dropdown.ant-tree-select-dropdown {
3108
- width: auto!important;
3109
- padding: 0px;
3110
- }
3111
- .pro-tree-select-drop-down-container.ant-select-dropdown.singal-tree .ant-select-tree .ant-select-tree-treenode,
3112
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .ant-select-tree .ant-select-tree-treenode {
3113
- padding-top: var(--zaui-space-size-xs);
3114
- padding-bottom: var(--zaui-space-size-xs);
3115
- }
3116
- .pro-tree-select-drop-down-container.ant-select-dropdown.singal-tree .highlight,
3117
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .highlight {
3118
- color: red;
3119
- }
3120
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .ant-select-tree-treenode {
3121
- position: relative;
3122
- padding-right: 50px;
3123
- padding-left: 7px;
3124
- z-index: 0;
3125
- }
3126
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .ant-select-tree-treenode:after {
3127
- content: '';
3128
- display: none;
3129
- position: absolute;
3130
- z-index: 0;
3131
- left: 0;
3132
- width: 100%;
3133
- height: 100%;
3134
- background-color: var(--zaui-brand, #006aff);
3135
- opacity: 0.1;
3136
- }
3137
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .ant-select-tree-treenode.ant-select-tree-treenode-selected:after {
3138
- display: block;
3139
- }
3140
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .ant-select-tree-node-content-wrapper {
3141
- background-color: transparent;
3142
- }
3143
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected .check-mark-icon {
3144
- display: block;
3145
- }
3146
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .ant-select-tree-treenode:hover {
3147
- background-color: #f5f5f5;
3148
- }
3149
- .pro-tree-select-drop-down-container.ant-select-dropdown.signal-tree .ant-select-tree .check-option-text .check-mark-icon {
3150
- position: absolute;
3151
- right: -34px;
3152
- top: 2px;
3153
- display: none;
3154
- color: var(--zaui-list-item-selected-bg);
3155
- }
3156
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .ant-select-tree .ant-select-tree-treenode {
3157
- padding-left: 7px;
3158
- }
3159
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .ant-select-tree .ant-select-tree-treenode:hover {
3160
- background-color: #f5f5f5;
3161
- }
3162
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .ant-select-tree .ant-select-tree-node-content-wrapper {
3163
- padding-right: var(--zaui-space-size-md);
3164
- }
3165
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
3166
- background-color: transparent;
3167
- }
3168
- .pro-tree-select-drop-down-container.ant-select-dropdown.checkable-tree .ant-select-tree .ant-select-tree-checkbox {
3169
- margin-top: var(--zaui-space-size-xs);
3170
- -webkit-align-self: stretch;
3171
- -ms-flex-item-align: stretch;
3172
- align-self: stretch;
3173
- }
3174
- .pro-tree-select-drop-down-container.ant-select-dropdown.ten-count-tree-node .ant-select-tree-switcher-noop {
3175
- width: var(--zaui-space-size-xs);
3176
- }
3177
3190
  .pro-tree-modal-container .ant-modal-content .ant-modal-body {
3178
3191
  max-height: 498px;
3179
3192
  }
@@ -3231,7 +3244,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3231
3244
  font-size: var(--zaui-font-size, 14px);
3232
3245
  line-height: 20px;
3233
3246
  border: 1px solid #e6e6e6;
3234
- border-radius: var(--zaui-border-radius, 4px);
3247
+ border-radius: var(--zaui-border-radius, 8px);
3235
3248
  /* 修改滚动条样式 */
3236
3249
  }
3237
3250
  .pro-tree-modal-box:first-child {
@@ -3477,7 +3490,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3477
3490
  font-size: var(--zaui-font-size, 14px);
3478
3491
  background: #f2f2f2;
3479
3492
  border: none;
3480
- border-radius: var(--zaui-border-radius, 4px);
3493
+ border-radius: var(--zaui-border-radius, 8px);
3481
3494
  }
3482
3495
  .pro-transfer-right .checked-item .ant-tag .pro-tooltip {
3483
3496
  -webkit-box-flex: 1;
@@ -4063,7 +4076,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4063
4076
  }
4064
4077
  .pro-edit-table .is-cell .ant-form-item .ant-form-item-row .ant-form-item-control .ant-form-item-control-input:hover {
4065
4078
  border: 1px solid #DEE0E3;
4066
- border-radius: var(--zaui-border-radius, 4px);
4079
+ border-radius: var(--zaui-border-radius, 8px);
4067
4080
  text-indent: 5px;
4068
4081
  }
4069
4082
  .pro-edit-table .drag-wrapper {
@@ -4274,7 +4287,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4274
4287
  }
4275
4288
  .pro-edit-label .anticon-edit:active {
4276
4289
  background: #E3E8F0;
4277
- border-radius: var(--zaui-border-radius-card, 2px);
4290
+ border-radius: var(--zaui-border-radius-card, 4px);
4278
4291
  }
4279
4292
  .pro-edit-label.pro-edit-label-small {
4280
4293
  height: 24px;
@@ -4393,7 +4406,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4393
4406
  width: 4px;
4394
4407
  height: 14px;
4395
4408
  background: var(--zaui-brand, #006aff);
4396
- border-radius: var(zaui-border-radius-card, 2px);
4409
+ border-radius: var(zaui-border-radius-card, 4px);
4397
4410
  }
4398
4411
  .pro-theme-prd-tools-drawer .pro-theme-color {
4399
4412
  display: -webkit-box;
@@ -4540,15 +4553,48 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4540
4553
  display: -webkit-flex;
4541
4554
  display: -ms-flexbox;
4542
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);
4543
4589
  }
4544
4590
  .pro-theme-tools.pro-theme-tools-follow svg {
4545
4591
  color: var(--zaui-brand, #006aff);
4546
4592
  }
4547
4593
  .pro-theme-tools .anticon {
4548
- color: var(--zaui-brand, #006aff);
4594
+ color: var(--zaui-text, #343434);
4549
4595
  }
4550
4596
  .pro-theme-tools .anticon svg {
4551
- font-size: var(--zaui-font-size-lg-title, 24px);
4597
+ font-size: 20px;
4552
4598
  }
4553
4599
  .pro-theme-tools-drawer .ant-drawer-body {
4554
4600
  padding: 32px;
@@ -4561,23 +4607,23 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4561
4607
  }
4562
4608
  .pro-theme-tools-drawer .copy-btn {
4563
4609
  position: absolute;
4564
- width: calc(100% - 64px);
4565
4610
  bottom: 20px;
4566
4611
  left: 32px;
4567
4612
  z-index: 10;
4613
+ width: calc(100% - 64px);
4568
4614
  }
4569
4615
  .pro-theme-tools-drawer .pro-theme-tools-box {
4570
4616
  display: -webkit-box;
4571
4617
  display: -webkit-flex;
4572
4618
  display: -ms-flexbox;
4573
4619
  display: flex;
4620
+ -webkit-flex-wrap: wrap;
4621
+ -ms-flex-wrap: wrap;
4622
+ flex-wrap: wrap;
4574
4623
  -webkit-box-pack: justify;
4575
4624
  -webkit-justify-content: space-between;
4576
4625
  -ms-flex-pack: justify;
4577
4626
  justify-content: space-between;
4578
- -webkit-flex-wrap: wrap;
4579
- -ms-flex-wrap: wrap;
4580
- flex-wrap: wrap;
4581
4627
  }
4582
4628
  .pro-theme-tools-drawer .pro-theme-tools-space {
4583
4629
  margin-bottom: var(--zaui-space-size-md, 16px);
@@ -4945,8 +4991,8 @@ input[type='button'] {
4945
4991
  --zaui-table-nested-bg: #fafcfe;
4946
4992
  --zaui-contract-bg: #fffaa1;
4947
4993
  --zaui-form-label-width: 130px;
4948
- --zaui-border-radius: 4px;
4949
- --zaui-border-radius-card: 2px;
4994
+ --zaui-border-radius: 8px;
4995
+ --zaui-border-radius-card: 4px;
4950
4996
  --zaui-font-size-title: 16px;
4951
4997
  --zaui-font-size-card-title: var(--zaui-font-size-title);
4952
4998
  --zaui-font-size: 14px;
@@ -4993,7 +5039,7 @@ input[type='button'] {
4993
5039
  -webkit-flex: 0 0 var(--zaui-form-label-width, 130px);
4994
5040
  -ms-flex: 0 0 var(--zaui-form-label-width, 130px);
4995
5041
  flex: 0 0 var(--zaui-form-label-width, 130px);
4996
- padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
5042
+ padding-right: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4997
5043
  overflow: initial;
4998
5044
  line-height: 1;
4999
5045
  white-space: pre-wrap;
@@ -5313,7 +5359,7 @@ input[type='button'] {
5313
5359
  line-height: 32px;
5314
5360
  background-color: #f7f9fa;
5315
5361
  border: 0;
5316
- border-radius: var(--zaui-border-radius, 4px);
5362
+ border-radius: var(--zaui-border-radius, 8px);
5317
5363
  }
5318
5364
  .ant-pagination .ant-pagination-item a {
5319
5365
  color: var(--zaui-text, #464646);
@@ -5327,7 +5373,7 @@ input[type='button'] {
5327
5373
  .ant-pagination .ant-pagination-item-active a {
5328
5374
  color: #fff;
5329
5375
  background: var(--zaui-brand, #006aff);
5330
- border-radius: var(--zaui-border-radius, 4px);
5376
+ border-radius: var(--zaui-border-radius, 8px);
5331
5377
  }
5332
5378
  .ant-pagination .ant-pagination-item-active:focus-visible a,
5333
5379
  .ant-pagination .ant-pagination-item-active:hover a {
@@ -5342,7 +5388,7 @@ input[type='button'] {
5342
5388
  line-height: 30px;
5343
5389
  background-color: #f7f9fa;
5344
5390
  border: 0;
5345
- border-radius: var(--zaui-border-radius, 4px);
5391
+ border-radius: var(--zaui-border-radius, 8px);
5346
5392
  }
5347
5393
  .ant-pagination .ant-pagination-prev svg,
5348
5394
  .ant-pagination .ant-pagination-next svg {
@@ -5360,7 +5406,7 @@ input[type='button'] {
5360
5406
  line-height: 32px;
5361
5407
  background-color: #fafafa;
5362
5408
  border: 0;
5363
- border-radius: var(--zaui-border-radius, 4px);
5409
+ border-radius: var(--zaui-border-radius, 8px);
5364
5410
  }
5365
5411
  .ant-pagination .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
5366
5412
  color: var(--zaui-text, #464646);
@@ -5373,7 +5419,7 @@ input[type='button'] {
5373
5419
  position: relative;
5374
5420
  background-color: #fafafa;
5375
5421
  border: 0;
5376
- border-radius: var(--zaui-border-radius, 4px);
5422
+ border-radius: var(--zaui-border-radius, 8px);
5377
5423
  }
5378
5424
  .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
5379
5425
  .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {