@zat-design/sisyphus-react 3.1.4 → 3.1.5-beta.10

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 (174) hide show
  1. package/.dumi/theme/builtins/Alert.tsx +19 -0
  2. package/.dumi/theme/builtins/Previewer.tsx +232 -0
  3. package/.dumi/theme/builtins/SourceCode.tsx +64 -0
  4. package/.dumi/theme/hooks/useCodeSandbox.tsx +197 -0
  5. package/.dumi/theme/hooks/useTheme.tsx +707 -0
  6. package/.dumi/theme/layouts/BasicLayout.tsx +88 -0
  7. package/.dumi/theme/layouts/components/Dark.less +157 -0
  8. package/.dumi/theme/layouts/components/Dark.tsx +78 -0
  9. package/.dumi/theme/layouts/components/Navbar.tsx +83 -0
  10. package/.dumi/theme/layouts/components/SideMenu.tsx +61 -0
  11. package/.dumi/theme/layouts/index.tsx +26 -0
  12. package/.dumi/theme/layouts/layout.less +87 -0
  13. package/.dumi/theme/typings.d.ts +7 -0
  14. package/dist/index.esm.css +122 -249
  15. package/es/ProAction/index.less +3 -2
  16. package/es/ProConfigProvider/index.d.ts +2 -0
  17. package/es/ProConfigProvider/index.js +18 -2
  18. package/es/ProDrawerForm/index.js +5 -3
  19. package/es/ProDrawerForm/style/index.less +15 -11
  20. package/es/ProEditLabel/style/index.less +2 -2
  21. package/es/ProEditTable/style/index.less +15 -8
  22. package/es/ProEditTable/utils/config.js +11 -4
  23. package/es/ProEnum/style/index.less +1 -1
  24. package/es/ProForm/components/base/RangePicker/index.js +0 -3
  25. package/es/ProForm/components/base/TextArea/index.less +1 -1
  26. package/es/ProForm/components/combination/Container/style/index.less +0 -1
  27. package/es/ProForm/components/combination/FormList/style/index.less +20 -19
  28. package/es/ProForm/components/combination/Group/index.js +2 -2
  29. package/es/ProForm/components/combination/ProAddressBar/index.js +81 -61
  30. package/es/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
  31. package/es/ProForm/components/combination/ProModalSelect/index.js +75 -13
  32. package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  33. package/es/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
  34. package/es/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  35. package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
  36. package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
  37. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  38. package/es/ProForm/components/old/EnumSelect/style/index.less +7 -8
  39. package/es/ProForm/components/render/RenderFields.js +10 -5
  40. package/es/ProForm/components/render/propsType.d.ts +5 -4
  41. package/es/ProForm/index.js +5 -0
  42. package/es/ProForm/style/index.less +55 -169
  43. package/es/ProForm/utils/useShouldUpdate.js +16 -16
  44. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +2 -2
  45. package/es/ProLayout/components/ProCollapse/style/index.less +4 -4
  46. package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
  47. package/es/ProLayout/components/ProHeader/components/index.d.ts +1 -0
  48. package/es/ProLayout/components/ProHeader/components/index.js +2 -1
  49. package/es/ProLayout/components/ProHeader/index.js +4 -2
  50. package/es/ProLayout/components/ProHeader/style/index.less +16 -7
  51. package/es/ProStep/style/index.less +0 -1
  52. package/es/ProTable/components/RenderColumn/index.d.ts +5 -5
  53. package/es/ProTable/components/RenderColumn/index.js +41 -25
  54. package/es/ProTable/index.js +3 -2
  55. package/es/ProTable/propsType.d.ts +2 -0
  56. package/es/ProTable/style/index.less +14 -1
  57. package/es/ProTable/utils.d.ts +1 -1
  58. package/es/ProTable/utils.js +258 -201
  59. package/es/ProTabs/style/index.less +1 -1
  60. package/es/ProThemeTools/component/PrdTools/index.js +1 -1
  61. package/es/ProThemeTools/component/PrdTools/style/index.less +3 -3
  62. package/es/ProThemeTools/index.d.ts +2 -2
  63. package/es/ProThemeTools/index.js +24 -17
  64. package/es/ProThemeTools/propsType.d.ts +8 -6
  65. package/es/ProThemeTools/style/index.less +2 -2
  66. package/es/ProThemeTools/utils/index.d.ts +7 -0
  67. package/es/ProThemeTools/utils/index.js +19 -1
  68. package/es/ProTree/components/ProTree.js +1 -1
  69. package/es/ProTree/components/SearchTitle.d.ts +2 -2
  70. package/es/ProTree/components/SearchTitle.js +11 -1
  71. package/es/ProTree/components/Tree.js +6 -1
  72. package/es/ProTree/style/index.less +193 -141
  73. package/es/ProTreeModal/style/index.less +2 -6
  74. package/es/ProUpload/style/index.less +41 -39
  75. package/es/index.d.ts +2 -1
  76. package/es/index.js +2 -1
  77. package/es/locale/en_US.d.ts +69 -0
  78. package/es/locale/en_US.js +68 -0
  79. package/es/locale/index.d.ts +7 -0
  80. package/es/locale/index.js +21 -0
  81. package/es/locale/zh_CN.d.ts +69 -0
  82. package/es/locale/zh_CN.js +68 -0
  83. package/es/old/ProEditableTable/style/index.less +1 -2
  84. package/es/style/components.less +0 -1
  85. package/es/style/core/normalize.less +1 -1
  86. package/es/style/theme/antd.less +3 -4
  87. package/es/style/theme/index.less +80 -79
  88. package/es/style/theme/tokens.less +1 -0
  89. package/lib/ProAction/index.less +3 -2
  90. package/lib/ProConfigProvider/index.d.ts +2 -0
  91. package/lib/ProConfigProvider/index.js +17 -2
  92. package/lib/ProDrawerForm/index.js +5 -3
  93. package/lib/ProDrawerForm/style/index.less +15 -11
  94. package/lib/ProEditLabel/style/index.less +2 -2
  95. package/lib/ProEditTable/style/index.less +15 -8
  96. package/lib/ProEditTable/utils/config.js +11 -4
  97. package/lib/ProEnum/style/index.less +1 -1
  98. package/lib/ProForm/components/base/RangePicker/index.js +0 -3
  99. package/lib/ProForm/components/base/TextArea/index.less +1 -1
  100. package/lib/ProForm/components/combination/Container/style/index.less +0 -1
  101. package/lib/ProForm/components/combination/FormList/style/index.less +20 -19
  102. package/lib/ProForm/components/combination/Group/index.js +2 -2
  103. package/lib/ProForm/components/combination/ProAddressBar/index.js +76 -58
  104. package/lib/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
  105. package/lib/ProForm/components/combination/ProModalSelect/index.js +75 -13
  106. package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  107. package/lib/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
  108. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  109. package/lib/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
  110. package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
  111. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +1 -1
  112. package/lib/ProForm/components/old/EnumSelect/style/index.less +7 -8
  113. package/lib/ProForm/components/render/RenderFields.js +9 -4
  114. package/lib/ProForm/components/render/propsType.d.ts +5 -4
  115. package/lib/ProForm/index.js +5 -0
  116. package/lib/ProForm/style/index.less +55 -169
  117. package/lib/ProForm/utils/useShouldUpdate.js +16 -16
  118. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +2 -2
  119. package/lib/ProLayout/components/ProCollapse/style/index.less +4 -4
  120. package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
  121. package/lib/ProLayout/components/ProHeader/components/index.d.ts +1 -0
  122. package/lib/ProLayout/components/ProHeader/components/index.js +8 -1
  123. package/lib/ProLayout/components/ProHeader/index.js +4 -2
  124. package/lib/ProLayout/components/ProHeader/style/index.less +16 -7
  125. package/lib/ProStep/style/index.less +0 -1
  126. package/lib/ProTable/components/RenderColumn/index.d.ts +5 -5
  127. package/lib/ProTable/components/RenderColumn/index.js +38 -24
  128. package/lib/ProTable/index.js +3 -2
  129. package/lib/ProTable/propsType.d.ts +2 -0
  130. package/lib/ProTable/style/index.less +14 -1
  131. package/lib/ProTable/utils.d.ts +1 -1
  132. package/lib/ProTable/utils.js +258 -201
  133. package/lib/ProTabs/style/index.less +1 -1
  134. package/lib/ProThemeTools/component/PrdTools/index.js +1 -1
  135. package/lib/ProThemeTools/component/PrdTools/style/index.less +3 -3
  136. package/lib/ProThemeTools/index.d.ts +2 -2
  137. package/lib/ProThemeTools/index.js +23 -16
  138. package/lib/ProThemeTools/propsType.d.ts +8 -6
  139. package/lib/ProThemeTools/style/index.less +2 -2
  140. package/lib/ProThemeTools/utils/index.d.ts +7 -0
  141. package/lib/ProThemeTools/utils/index.js +20 -2
  142. package/lib/ProTree/components/ProTree.js +1 -1
  143. package/lib/ProTree/components/SearchTitle.d.ts +2 -2
  144. package/lib/ProTree/components/SearchTitle.js +11 -1
  145. package/lib/ProTree/components/Tree.js +6 -1
  146. package/lib/ProTree/style/index.less +193 -141
  147. package/lib/ProTreeModal/style/index.less +2 -6
  148. package/lib/ProUpload/style/index.less +41 -39
  149. package/lib/index.d.ts +2 -1
  150. package/lib/index.js +13 -1
  151. package/lib/locale/en_US.d.ts +69 -0
  152. package/lib/locale/en_US.js +74 -0
  153. package/lib/locale/index.d.ts +7 -0
  154. package/lib/locale/index.js +28 -0
  155. package/lib/locale/zh_CN.d.ts +69 -0
  156. package/lib/locale/zh_CN.js +74 -0
  157. package/lib/old/ProEditableTable/style/index.less +1 -2
  158. package/lib/style/components.less +0 -1
  159. package/lib/style/core/normalize.less +1 -1
  160. package/lib/style/theme/antd.less +3 -4
  161. package/lib/style/theme/index.less +80 -79
  162. package/lib/style/theme/tokens.less +1 -0
  163. package/package.json +2 -2
  164. package/typings.d.ts +2 -0
  165. package/es/old/ProBackBtn/style/index.less +0 -19
  166. package/lib/old/ProBackBtn/style/index.less +0 -19
  167. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
  168. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +0 -0
  169. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
  170. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
  171. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
  172. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +0 -0
  173. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
  174. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
@@ -283,7 +283,7 @@
283
283
  .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
284
284
  min-height: 48px;
285
285
  padding-top: 12px;
286
- padding-bottom: 12px;
286
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
287
287
  margin: 0;
288
288
  height: auto;
289
289
  }
@@ -332,7 +332,7 @@
332
332
  height: auto !important;
333
333
  margin: 0;
334
334
  padding-top: 12px;
335
- padding-bottom: 12px;
335
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
336
336
  min-height: 48px;
337
337
  }
338
338
  .pro-layout-open-menu .ant-menu-title-content div {
@@ -676,14 +676,14 @@
676
676
  display: none !important;
677
677
  }
678
678
  .pro-collapse.ant-collapse .pro-collapse-panel {
679
- margin-bottom: var(--zaui-space-size-md, 16px);
679
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
680
680
  }
681
681
  .pro-collapse .ant-collapse-header {
682
682
  -webkit-box-align: center !important;
683
683
  -webkit-align-items: center !important;
684
684
  -ms-flex-align: center !important;
685
685
  align-items: center !important;
686
- padding: 14px var(--zaui-space-size-md, 16px) !important;
686
+ padding: 12px var(--zaui-space-size-md, 16px) !important;
687
687
  background: var(--zaui-area, #fafafa);
688
688
  }
689
689
  .pro-collapse .ant-collapse-header-text {
@@ -711,7 +711,7 @@
711
711
  background: var(--zaui-base-bg, #ffffff);
712
712
  }
713
713
  .pro-collapse.pro-collapse-level2 .ant-collapse-header {
714
- margin-bottom: var(--zaui-space-size-md, 16px);
714
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
715
715
  padding: 0 !important;
716
716
  background: var(--zaui-base-bg, #ffffff);
717
717
  }
@@ -786,7 +786,7 @@
786
786
  font-size: var(--zaui-font-size, 14px);
787
787
  }
788
788
  .pro-collapse.pro-collapse-list .ant-descriptions {
789
- margin-bottom: var(--zaui-space-size-md, 16px);
789
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
790
790
  }
791
791
  .pro-footer {
792
792
  position: fixed;
@@ -799,17 +799,37 @@
799
799
  box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
800
800
  z-index: 101;
801
801
  }
802
+ .back-button-container.ant-btn {
803
+ color: var(--zaui-text);
804
+ font-weight: 400;
805
+ background: var(--zaui-disabled-bg);
806
+ border: none;
807
+ }
808
+ .back-button-container.ant-btn:hover {
809
+ color: var(--zaui-aide-text);
810
+ background: var(--zaui-disabled-bg);
811
+ border: none;
812
+ }
813
+ .back-button-container.ant-btn:active,
814
+ .back-button-container.ant-btn:focus {
815
+ color: var(--zaui-text);
816
+ font-weight: 400;
817
+ background: var(--zaui-disabled-bg);
818
+ }
802
819
  .pro-header {
803
820
  background-color: var(--zaui-base-bg, #ffffff);
804
- padding: var(--zaui-space-size-lg, 32px) 0 0 0;
821
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) + var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1)) 0 0 0;
805
822
  }
806
823
  .pro-header.pro-header-no-back .pro-header-top {
807
824
  padding-left: 0;
808
825
  }
826
+ .pro-header.pro-header-no-back .pro-header-left.pro-header-left-space {
827
+ margin-left: 0 !important;
828
+ }
809
829
  .pro-header.pro-header-no-describe {
810
830
  -webkit-box-shadow: none;
811
831
  box-shadow: none;
812
- margin-bottom: var(--zaui-space-size-md, 16px);
832
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
813
833
  }
814
834
  .pro-header.pro-header-no-describe .pro-header-title,
815
835
  .pro-header.pro-header-no-describe .pro-header-top {
@@ -817,7 +837,7 @@
817
837
  margin: 0;
818
838
  }
819
839
  .pro-header.pro-header-fixed.pro-header-no-describe .pro-header-top {
820
- padding-bottom: 12px;
840
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
821
841
  }
822
842
  .pro-header .pro-header-describe a {
823
843
  color: var(--zaui-link, #006AFF);
@@ -906,7 +926,7 @@
906
926
  -webkit-align-items: center;
907
927
  -ms-flex-align: center;
908
928
  align-items: center;
909
- margin-bottom: var(--zaui-space-size-sm, 8px);
929
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
910
930
  padding: 0 var(--zaui-space-size-md, 16px);
911
931
  }
912
932
  .pro-header .pro-header-top .pro-header-left {
@@ -1064,7 +1084,7 @@
1064
1084
  .pro-header .pro-header-nav ul li {
1065
1085
  margin-right: 52px;
1066
1086
  margin-top: 4px;
1067
- margin-bottom: 12px;
1087
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1068
1088
  }
1069
1089
  .pro-header .pro-header-nav ul li:last-child {
1070
1090
  margin-right: 0;
@@ -1096,9 +1116,9 @@
1096
1116
  -webkit-flex-wrap: wrap;
1097
1117
  -ms-flex-wrap: wrap;
1098
1118
  flex-wrap: wrap;
1099
- font-size: 14px;
1119
+ font-size: var(--zaui-font-size, 14px);
1100
1120
  padding: 0 var(--zaui-space-size-md, 16px);
1101
- padding-bottom: 12px;
1121
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
1102
1122
  }
1103
1123
  .pro-header .pro-header-describe li {
1104
1124
  margin-left: var(--zaui-space-card, 32px);
@@ -1481,7 +1501,6 @@
1481
1501
  color: #ff5050;
1482
1502
  font-weight: 600;
1483
1503
  font-size: var(--aui-font-size-sm, 12px);
1484
- font-family: PingFangSC-Semibold, PingFang SC;
1485
1504
  border-radius: 8px;
1486
1505
  }
1487
1506
  .pro-step.open {
@@ -1520,7 +1539,7 @@
1520
1539
  text-shadow: none;
1521
1540
  }
1522
1541
  .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-total {
1523
- font-size: 26px;
1542
+ font-size: var(--zaui-font-size-lg-title, 24px);
1524
1543
  font-weight: 600;
1525
1544
  color: var(--zaui-text, #343434);
1526
1545
  }
@@ -1600,6 +1619,15 @@
1600
1619
  .pro-table .custom-column-btn .anticon {
1601
1620
  height: 16px;
1602
1621
  }
1622
+ .pro-table .ant-table-body .ant-table-cell .varied-cell {
1623
+ margin-left: -8px;
1624
+ background: var(--zaui-contract-bg, #fffaa1);
1625
+ padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1626
+ border-radius: var(--zaui-border-radius, 4px);
1627
+ }
1628
+ .pro-table .ant-table-body .varied-cell.empty-cell {
1629
+ width: 24.5px;
1630
+ }
1603
1631
  .pro-table .copyable-table-cell .ant-typography {
1604
1632
  margin-bottom: 0;
1605
1633
  display: -webkit-box;
@@ -1673,7 +1701,7 @@
1673
1701
  -webkit-justify-content: space-between;
1674
1702
  -ms-flex-pack: justify;
1675
1703
  justify-content: space-between;
1676
- margin-bottom: var(--zaui-space-size-md, 16px);
1704
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1677
1705
  }
1678
1706
  .pro-table .column-config .right-actions {
1679
1707
  display: -webkit-box;
@@ -1882,15 +1910,15 @@ div.pro-textarea-view .ant-input-disabled {
1882
1910
  }
1883
1911
  div.pro-textarea-view::after {
1884
1912
  display: none;
1885
- padding-bottom: 11px;
1913
+ padding-bottom: 12px;
1886
1914
  }
1887
1915
  .pro-form-list-block-title {
1888
1916
  height: 14px;
1889
- margin: 3px 0;
1890
- padding-left: 7px;
1917
+ margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
1918
+ padding-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1891
1919
  font-weight: 600;
1892
1920
  line-height: 14px;
1893
- border-left: 4px solid #006aff;
1921
+ border-left: 4px solid var(--zaui-brand, #006aff);
1894
1922
  }
1895
1923
  .pro-form-list {
1896
1924
  display: -webkit-box;
@@ -1906,10 +1934,10 @@ div.pro-textarea-view::after {
1906
1934
  .pro-form-list .single-delete {
1907
1935
  width: 14px !important;
1908
1936
  height: 14px !important;
1909
- color: #939599;
1937
+ color: var(--zaui-placeholder, #a0a0a0);
1910
1938
  }
1911
1939
  .pro-form-list .single-delete:hover {
1912
- color: #8f8c8c;
1940
+ color: var(--zaui-aide-text, #909090);
1913
1941
  }
1914
1942
  .pro-form-list:nth-child(1) {
1915
1943
  -webkit-box-flex: 1;
@@ -1921,7 +1949,7 @@ div.pro-textarea-view::after {
1921
1949
  padding-bottom: var(--zaui-height-size-md, 16px);
1922
1950
  }
1923
1951
  .pro-form-list .pro-form-list-action > .ant-space-item:first-child > .ant-btn-link {
1924
- margin-left: 8px;
1952
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1925
1953
  }
1926
1954
  .pro-form-list .pro-form-list-drag-handle {
1927
1955
  display: -webkit-box;
@@ -1933,7 +1961,7 @@ div.pro-textarea-view::after {
1933
1961
  -ms-flex-align: center;
1934
1962
  align-items: center;
1935
1963
  height: calc(var(--zaui-height-size-lg, 32px) * var(--zaui-size, 1));
1936
- margin-bottom: 22px;
1964
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1937
1965
  padding: 0;
1938
1966
  padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1939
1967
  border: none;
@@ -1946,14 +1974,14 @@ div.pro-textarea-view::after {
1946
1974
  }
1947
1975
  .pro-form-list-toolbar .ant-btn-link,
1948
1976
  .pro-form-list-action .ant-btn-link {
1949
- padding: 4px 0;
1977
+ padding: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
1950
1978
  }
1951
1979
  .pro-form-list-toolbar .ant-btn-text:hover,
1952
1980
  .pro-form-list-action .ant-btn-text:hover {
1953
1981
  background: transparent;
1954
1982
  }
1955
1983
  .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
1956
- background: #fff;
1984
+ background: var(--zaui-base-bg, #ffffff);
1957
1985
  border-color: var(--ant-error-color);
1958
1986
  }
1959
1987
  .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
@@ -1995,7 +2023,7 @@ div.pro-textarea-view::after {
1995
2023
  text-align: center !important;
1996
2024
  }
1997
2025
  .pro-number-range .ant-input-status-error.range-split {
1998
- border-color: #ff4d4f;
2026
+ border-color: var(--zaui-danger, #ff5050);
1999
2027
  }
2000
2028
  .pro-number-range .ant-input-rtl.range-right {
2001
2029
  border-right-width: 0;
@@ -2075,7 +2103,7 @@ div.pro-textarea-view::after {
2075
2103
  .pro-modal-select .ant-input-group-wrapper:hover .close-icon > span,
2076
2104
  .pro-tree-modal .ant-input-group-wrapper:hover .close-icon > span {
2077
2105
  position: relative;
2078
- font-size: var(--zaui-font-size-sm, 12px);
2106
+ font-size: var(--zaui-font-size, 14px);
2079
2107
  border: none;
2080
2108
  border-radius: 50%;
2081
2109
  }
@@ -2103,7 +2131,7 @@ div.pro-textarea-view::after {
2103
2131
  .pro-tree-modal .trigger-no-hover:hover .ant-input,
2104
2132
  .pro-modal-select .trigger-no-hover:hover .ant-input-group-addon,
2105
2133
  .pro-tree-modal .trigger-no-hover:hover .ant-input-group-addon {
2106
- border-color: #d9d9d9;
2134
+ border-color: var(--zaui-form-control-line, #DCDCDC);
2107
2135
  }
2108
2136
  .pro-modal-select .pro-modal-select-init,
2109
2137
  .pro-tree-modal .pro-modal-select-init {
@@ -2117,7 +2145,7 @@ div.pro-textarea-view::after {
2117
2145
  }
2118
2146
  .pro-modal-select .ant-input-group-addon,
2119
2147
  .pro-tree-modal .ant-input-group-addon {
2120
- padding: 0px var(--zaui-space-size-md, 8px);
2148
+ padding: 0px var(--zaui-space-size-sm, 8px);
2121
2149
  background-color: var(--zaui-base-bg, #ffffff);
2122
2150
  cursor: pointer;
2123
2151
  }
@@ -2257,7 +2285,7 @@ div.pro-textarea-view::after {
2257
2285
  }
2258
2286
  .pro-enum-select .close-icon {
2259
2287
  position: relative;
2260
- margin-left: -31px;
2288
+ margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
2261
2289
  margin-right: var(--zaui-space-size-md, 14px);
2262
2290
  color: #FFFFFF;
2263
2291
  height: 12px;
@@ -2281,7 +2309,6 @@ div.pro-textarea-view::after {
2281
2309
  }
2282
2310
  .pro-enum-select .close-icon > span {
2283
2311
  position: relative;
2284
- font-size: 8px;
2285
2312
  border: none;
2286
2313
  border-radius: 50%;
2287
2314
  }
@@ -2310,7 +2337,7 @@ div.pro-textarea-view::after {
2310
2337
  .pro-enum-select-modal .ant-table-thead > tr > th {
2311
2338
  border: 0;
2312
2339
  white-space: nowrap;
2313
- background-color: #F6F7F8;
2340
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
2314
2341
  }
2315
2342
  .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 {
2316
2343
  height: 0;
@@ -2329,7 +2356,7 @@ div.pro-textarea-view::after {
2329
2356
  background-color: var(--zaui-base-bg);
2330
2357
  }
2331
2358
  .pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
2332
- background-color: #FAFAFA;
2359
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2333
2360
  }
2334
2361
  .pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
2335
2362
  background-color: var(--zaui-base-bg);
@@ -2337,14 +2364,14 @@ div.pro-textarea-view::after {
2337
2364
  .pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
2338
2365
  .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
2339
2366
  .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
2340
- background: #FAFAFA;
2367
+ background: var(--zaui-table-hover-bg, #fafafa);
2341
2368
  }
2342
2369
  .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
2343
2370
  .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
2344
- background: #FAFAFA;
2371
+ background: var(--zaui-table-hover-bg, #fafafa);
2345
2372
  }
2346
2373
  .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
2347
- background-color: #FAFAFA;
2374
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2348
2375
  }
2349
2376
  .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
2350
2377
  background-color: var(--zaui-base-bg);
@@ -2353,7 +2380,16 @@ div.pro-textarea-view::after {
2353
2380
  padding-bottom: 0;
2354
2381
  }
2355
2382
  .pro-enum-select-modal .ant-modal-footer {
2356
- padding: 16px;
2383
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2384
+ }
2385
+ .pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
2386
+ -webkit-box-flex: 0;
2387
+ -webkit-flex: none;
2388
+ -ms-flex: none;
2389
+ flex: none;
2390
+ }
2391
+ .pro-form.ant-form {
2392
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2357
2393
  }
2358
2394
  .pro-form .pro-collapse-level2 .ant-collapse-item {
2359
2395
  margin-bottom: 0 !important;
@@ -2393,7 +2429,7 @@ div.pro-textarea-view::after {
2393
2429
  width: 100%;
2394
2430
  }
2395
2431
  .pro-form .expand-button {
2396
- line-height: 32px;
2432
+ line-height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2397
2433
  cursor: pointer;
2398
2434
  }
2399
2435
  .pro-form .expand-button .rotate-to-top {
@@ -2405,32 +2441,23 @@ div.pro-textarea-view::after {
2405
2441
  transform: rotate(-90deg);
2406
2442
  }
2407
2443
  .pro-form .ant-form-item {
2408
- margin-bottom: 22px !important;
2444
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2409
2445
  }
2410
2446
  .pro-form .ant-form-item .ant-form-item-tooltip svg {
2411
2447
  width: 14px;
2412
2448
  height: 14px;
2413
2449
  vertical-align: bottom;
2414
- fill: #909090;
2450
+ fill: var(--zaui-aide-text, #909090);
2415
2451
  }
2416
2452
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper,
2417
2453
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector,
2418
2454
  .pro-form .ant-form-item.pro-form-item-changed .ant-picker {
2419
- background: #fffaa1;
2455
+ background: var(--zaui-contract-bg, #fffaa1);
2420
2456
  }
2421
2457
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper input,
2422
2458
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2423
2459
  .pro-form .ant-form-item.pro-form-item-changed .ant-picker input {
2424
- background: #fffaa1;
2425
- }
2426
- .pro-form .ant-form-item.pro-form-item-changed #switch {
2427
- background: #bfbfbf;
2428
- }
2429
- .pro-form .ant-form-item.label-width .ant-form-item-label {
2430
- width: auto !important;
2431
- max-width: -webkit-fit-content !important;
2432
- max-width: -moz-fit-content !important;
2433
- max-width: fit-content !important;
2460
+ background: var(--zaui-contract-bg, #fffaa1);
2434
2461
  }
2435
2462
  .pro-form .ant-form-item .ant-row {
2436
2463
  width: 100%;
@@ -2455,169 +2482,32 @@ div.pro-textarea-view::after {
2455
2482
  }
2456
2483
  .pro-form .ant-form-item .pro-number-range .range-right .range-right {
2457
2484
  width: 100%;
2458
- border: 1px solid #d9d9d9;
2485
+ border: 1px solid var(--zaui-form-control-line, #DCDCDC);
2459
2486
  border-top-left-radius: 0;
2460
2487
  border-bottom-left-radius: 0;
2461
2488
  }
2462
2489
  .pro-form .ant-form-item-hidden {
2463
2490
  display: none;
2464
2491
  }
2465
- .pro-form.mode-view .ant-input[disabled] {
2466
- color: #333;
2467
- font-size: 14px;
2468
- background-color: transparent;
2469
- border: none;
2470
- cursor: default;
2471
- opacity: 1;
2472
- }
2473
- .pro-form.mode-view .ant-input-disabled {
2474
- color: #333;
2475
- font-size: 14px;
2476
- background-color: transparent;
2477
- border: none;
2478
- cursor: default;
2479
- opacity: 1;
2480
- }
2481
- .pro-form.mode-view .ant-picker.ant-picker-disabled {
2482
- color: #333;
2483
- font-size: 14px;
2484
- background-color: transparent;
2485
- border: none;
2486
- cursor: default;
2487
- opacity: 1;
2488
- }
2489
- .pro-form.mode-view .ant-picker-input > input[disabled] {
2490
- color: #333;
2491
- font-size: 14px;
2492
- background-color: transparent;
2493
- border: none;
2494
- cursor: default;
2495
- opacity: 1;
2496
- }
2497
- .pro-form.mode-view .ant-picker-suffix {
2498
- display: none;
2499
- }
2500
- .pro-form.mode-view .ant-input-textarea.ant-input-textarea-show-count::after {
2501
- display: none;
2502
- }
2503
- .pro-form.mode-view .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
2504
- color: #333;
2505
- font-size: 14px;
2506
- background-color: transparent;
2507
- border: none;
2508
- cursor: default;
2509
- opacity: 1;
2510
- }
2511
- .pro-form.mode-view .ant-select-arrow {
2512
- display: none;
2513
- }
2514
- .pro-form.mode-view .ant-upload.ant-upload-disabled {
2515
- display: none;
2516
- }
2517
- .pro-form.mode-view .ant-switch-loading,
2518
- .pro-form.mode-view .ant-switch-disabled {
2519
- background-color: #fff;
2520
- cursor: default;
2521
- opacity: 1;
2522
- }
2523
- .pro-form.mode-view .ant-switch-loading .ant-switch-inner,
2524
- .pro-form.mode-view .ant-switch-disabled .ant-switch-inner {
2525
- color: #333;
2526
- font-size: 14px;
2527
- background-color: transparent;
2528
- border: none;
2529
- cursor: default;
2530
- opacity: 1;
2531
- }
2532
- .pro-form.mode-view .ant-switch-loading .ant-switch-handle,
2533
- .pro-form.mode-view .ant-switch-disabled .ant-switch-handle {
2534
- display: none;
2535
- }
2536
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-checked.ant-radio-wrapper-disabled {
2537
- display: block;
2538
- }
2539
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-checked.ant-radio-wrapper-disabled .ant-radio.ant-radio-checked.ant-radio-disabled {
2540
- display: none;
2541
- }
2542
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-checked.ant-radio-wrapper-disabled > span {
2543
- color: #333;
2544
- font-size: 14px;
2545
- background-color: transparent;
2546
- border: none;
2547
- cursor: default;
2548
- opacity: 1;
2549
- position: relative;
2550
- top: -3px;
2551
- }
2552
- .pro-form.mode-view .ant-radio-wrapper.ant-radio-wrapper-disabled {
2553
- display: none;
2554
- }
2555
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled {
2556
- display: block;
2557
- }
2558
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled .ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled {
2559
- display: none;
2560
- }
2561
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled > span {
2562
- color: #333;
2563
- font-size: 14px;
2564
- background-color: transparent;
2565
- border: none;
2566
- cursor: default;
2567
- opacity: 1;
2568
- position: relative;
2569
- top: -3px;
2570
- }
2571
- .pro-form.mode-view .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
2572
- display: none;
2573
- }
2574
- .pro-form.mode-view .ant-form-item-has-error .ant-form-item-explain.ant-form-item-explain-error {
2575
- display: none;
2576
- }
2577
- .pro-form.mode-view ::-webkit-input-placeholder {
2578
- font-size: 0px;
2579
- }
2580
- .pro-form.mode-view ::-moz-placeholder {
2581
- font-size: 0px;
2582
- }
2583
- .pro-form.mode-view :-ms-input-placeholder {
2584
- font-size: 0px;
2585
- }
2586
- .pro-form.mode-view ::-ms-input-placeholder {
2587
- font-size: 0px;
2588
- }
2589
- .pro-form.mode-view ::placeholder {
2590
- font-size: 0px;
2591
- }
2592
- .pro-form.mode-view .ant-input-affix-wrapper-disabled {
2593
- background-color: transparent;
2594
- border: none;
2595
- }
2596
- .pro-form.mode-view .ant-select-selection-placeholder {
2597
- display: none;
2598
- }
2599
- .pro-form.mode-view .ant-input-suffix {
2600
- display: none;
2601
- }
2602
2492
  .pro-form .ant-form-item-label > label {
2603
2493
  white-space: pre-wrap;
2604
2494
  }
2605
2495
  .pro-form .suffix-value {
2606
- margin-left: 8px;
2496
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2607
2497
  }
2608
2498
  .pro-form .ant-form-item-has-error .group-separator {
2609
2499
  color: var(--ant-error-color);
2610
2500
  border-color: var(--ant-error-color);
2611
2501
  }
2612
2502
  .pro-form .ant-form-item-has-error .site-input-split {
2613
- border-color: #ff4d4f;
2503
+ border-color: var(--zaui-danger, #ff5050);
2614
2504
  }
2615
2505
  .pro-form .site-input-group-wrapper .site-input-split {
2616
2506
  text-align: center;
2617
- background-color: #fafafa;
2507
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2618
2508
  }
2619
2509
  .pro-form .site-input-group-wrapper .site-input-split.site-input-split-disabled {
2620
- background-color: #f2f2f2;
2510
+ background-color: var(--zaui-disabled-bg, #f2f2f2);
2621
2511
  }
2622
2512
  .pro-form .site-input-group-wrapper .site-input-right {
2623
2513
  border-left-width: 0;
@@ -2675,8 +2565,8 @@ div.pro-textarea-view::after {
2675
2565
  display: flex;
2676
2566
  }
2677
2567
  .pro-form .noDisabled {
2678
- color: #333;
2679
- font-size: 14px;
2568
+ color: var(--zaui-disabled-text, #333333);
2569
+ font-size: var(--zaui-font-size, 14px);
2680
2570
  background-color: transparent;
2681
2571
  border: none;
2682
2572
  cursor: default;
@@ -2684,7 +2574,7 @@ div.pro-textarea-view::after {
2684
2574
  }
2685
2575
  .pro-form div.pro-form-custom-footer {
2686
2576
  width: unset !important;
2687
- height: 32px;
2577
+ height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2688
2578
  margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2689
2579
  }
2690
2580
  .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
@@ -2751,7 +2641,7 @@ div.pro-textarea-view::after {
2751
2641
  }
2752
2642
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .dragger-txt {
2753
2643
  margin-left: 9px;
2754
- font-size: 14px;
2644
+ font-size: var(--zaui-font-size, 14px);
2755
2645
  color: rgba(0, 0, 0, 0.85);
2756
2646
  line-height: 20px;
2757
2647
  }
@@ -2761,7 +2651,7 @@ div.pro-textarea-view::after {
2761
2651
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .file-ext {
2762
2652
  text-align: center;
2763
2653
  margin-top: 10px;
2764
- font-size: 12x;
2654
+ font-size: var(--zaui-font-size-sm, 12px);
2765
2655
  color: #939599;
2766
2656
  line-height: 14px;
2767
2657
  }
@@ -2852,7 +2742,7 @@ div.pro-textarea-view::after {
2852
2742
  .pro-upload .pro-upload-button .upload-tip-txt {
2853
2743
  margin-left: 10px;
2854
2744
  line-height: 32px;
2855
- font-size: 12px;
2745
+ font-size: var(--zaui-font-size-sm, 12px);
2856
2746
  color: #939599;
2857
2747
  }
2858
2748
  .pro-upload .pro-upload-image {
@@ -2885,7 +2775,7 @@ div.pro-textarea-view::after {
2885
2775
  .pro-upload .pro-upload-image .file-item-image {
2886
2776
  position: relative;
2887
2777
  height: 126px;
2888
- width: 126px ;
2778
+ width: 126px;
2889
2779
  border: 1px dashed #d9d9d9;
2890
2780
  overflow: hidden;
2891
2781
  border-radius: 8px;
@@ -2949,7 +2839,7 @@ div.pro-textarea-view::after {
2949
2839
  }
2950
2840
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item {
2951
2841
  color: #fff;
2952
- font-size: 12px;
2842
+ font-size: var(--zaui-font-size-sm, 12px);
2953
2843
  opacity: 0.8;
2954
2844
  }
2955
2845
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
@@ -3144,7 +3034,7 @@ div.pro-textarea-view::after {
3144
3034
  -ms-flex-direction: row;
3145
3035
  flex-direction: row;
3146
3036
  height: 482px;
3147
- margin-bottom: var(--zaui-space-size-md, 16px);
3037
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3148
3038
  }
3149
3039
  .pro-tree-modal-content .ant-tree-checkbox {
3150
3040
  margin-top: 2px;
@@ -3159,7 +3049,6 @@ div.pro-textarea-view::after {
3159
3049
  padding-bottom: var(--zaui-font-size-sm, 12px);
3160
3050
  color: var(--zaui-text);
3161
3051
  font-size: var(--zaui-font-size, 14px);
3162
- font-family: PingFangSC-Regular, PingFang SC;
3163
3052
  line-height: var(--zaui-font-size-xxl, 20px);
3164
3053
  }
3165
3054
  .pro-tree-modal-content .ant-tree-node-content-wrapper {
@@ -3183,7 +3072,6 @@ div.pro-textarea-view::after {
3183
3072
  height: 100%;
3184
3073
  color: var(--zaui-text);
3185
3074
  font-size: var(--zaui-font-size, 14px);
3186
- font-family: PingFangSC-Regular, PingFang SC;
3187
3075
  line-height: var(--zaui-font-size-xxl, 20px);
3188
3076
  border: 1px solid #e6e6e6;
3189
3077
  border-radius: var(--zaui-border-radius, 4px);
@@ -3294,7 +3182,7 @@ div.pro-textarea-view::after {
3294
3182
  -webkit-justify-content: space-between;
3295
3183
  -ms-flex-pack: justify;
3296
3184
  justify-content: space-between;
3297
- margin-bottom: var(--zaui-font-size-sm, 12px);
3185
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3298
3186
  line-height: var(--zaui-font-size-xxl, 20px);
3299
3187
  cursor: pointer;
3300
3188
  }
@@ -3372,7 +3260,6 @@ div.pro-textarea-view::after {
3372
3260
  margin-right: var(--zaui-space-size-sm, 8px);
3373
3261
  padding: 0 var(--zaui-space-size-xs);
3374
3262
  font-weight: 400;
3375
- font-family: PingFangSC-Regular, PingFang SC;
3376
3263
  line-height: var(--zaui-font-size-lg-title);
3377
3264
  white-space: nowrap;
3378
3265
  border-radius: var(--zaui-border-radius-card);
@@ -3401,7 +3288,6 @@ div.pro-textarea-view::after {
3401
3288
  color: #939599;
3402
3289
  font-weight: 400;
3403
3290
  font-size: var(--zaui-font-size, 14px);
3404
- font-family: PingFangSC-Regular, PingFang SC;
3405
3291
  }
3406
3292
  .pro-transfer-right .checked-item {
3407
3293
  margin: var(--zaui-space-size-sm, 8px) 0;
@@ -3479,7 +3365,7 @@ div.pro-textarea-view::after {
3479
3365
  color: #939499;
3480
3366
  }
3481
3367
  .pro-tree .pro-tree-search {
3482
- margin-bottom: var(--zaui-space-size-sm);
3368
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3483
3369
  }
3484
3370
  .pro-tree-content {
3485
3371
  display: -webkit-box;
@@ -3541,13 +3427,14 @@ div.pro-textarea-view::after {
3541
3427
  -webkit-align-items: baseline;
3542
3428
  -ms-flex-align: baseline;
3543
3429
  align-items: baseline;
3430
+ cursor: pointer;
3544
3431
  }
3545
3432
  .pro-tree-content .tree-title-box .expand-button.expand .expand-icon .anticon-caret-down {
3546
3433
  -webkit-transform: rotate(180deg);
3547
3434
  transform: rotate(180deg);
3548
3435
  }
3549
3436
  .pro-tree-content .tree-title-box .expand-button .expand-icon {
3550
- font-size: 12px;
3437
+ font-size: var(--zaui-font-size-sm, 12px);
3551
3438
  margin-right: var(--zaui-space-size-xs);
3552
3439
  }
3553
3440
  .pro-tree-content .ant-tree-checkbox {
@@ -3626,7 +3513,7 @@ div.pro-textarea-view::after {
3626
3513
  left: 0px;
3627
3514
  background-color: var(--zaui-brand);
3628
3515
  opacity: 0.1;
3629
- z-index: 0;
3516
+ z-index: -1;
3630
3517
  border-radius: var(--zaui-space-size-xs);
3631
3518
  }
3632
3519
  .pro-tree-tree-node .tree-node-show-text {
@@ -3673,7 +3560,7 @@ div.pro-textarea-view::after {
3673
3560
  margin-left: var(--zaui-space-size-xs);
3674
3561
  }
3675
3562
  .pro-tree-tree-node .operate-tree-node-btns .icon-add {
3676
- font-size: 12px;
3563
+ font-size: var(--zaui-font-size-sm, 12px);
3677
3564
  }
3678
3565
  .pro-tree-tree-node .operate-tree-node-btns .svg-icon-expand {
3679
3566
  margin-bottom: -2px;
@@ -3702,10 +3589,10 @@ div.pro-textarea-view::after {
3702
3589
  font-weight: 400;
3703
3590
  line-height: 24px;
3704
3591
  white-space: nowrap;
3705
- border-radius: 2px;
3592
+ border-radius: var(--zaui-border-radius-card);
3706
3593
  }
3707
3594
  .pro-tree-tree-node-tag span {
3708
- font-size: 12px;
3595
+ font-size: var(--zaui-font-size-sm, 12px);
3709
3596
  line-height: 20px;
3710
3597
  text-align: center;
3711
3598
  -webkit-transform: scale(0.83, 0.83);
@@ -3794,9 +3681,9 @@ div.pro-textarea-view::after {
3794
3681
  background-color: inherit;
3795
3682
  }
3796
3683
  .pro-form.pro-form-view .ant-form-item .pro-tree * {
3797
- line-height: 1!important;
3798
- height: auto!important;
3799
- min-height: auto!important;
3684
+ line-height: 1 !important;
3685
+ height: auto !important;
3686
+ min-height: auto !important;
3800
3687
  }
3801
3688
  .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox {
3802
3689
  margin-top: var(--zaui-space-size-sm);
@@ -3805,7 +3692,7 @@ div.pro-textarea-view::after {
3805
3692
  padding-top: var(--zaui-font-size-sm);
3806
3693
  }
3807
3694
  .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox * {
3808
- height: 16px!important;
3695
+ height: 16px !important;
3809
3696
  }
3810
3697
  .pro-drawer .pro-drawer-close {
3811
3698
  position: absolute;
@@ -3945,7 +3832,7 @@ div.pro-textarea-view::after {
3945
3832
  overflow: auto;
3946
3833
  }
3947
3834
  .pro-modal-no-footer .ant-modal-content .ant-modal-body {
3948
- padding-bottom: var(--zaui-space-size-md, 16px);
3835
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3949
3836
  }
3950
3837
  .pro-modal-scrolling {
3951
3838
  z-index: 1;
@@ -4087,6 +3974,10 @@ div.pro-textarea-view::after {
4087
3974
  .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-right {
4088
3975
  background-color: var(--zaui-table-header-bg, #f2f3f5);
4089
3976
  }
3977
+ .pro-edit-table .ant-table-content > table .ant-table-cell-fix-right-first::after {
3978
+ -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
3979
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
3980
+ }
4090
3981
  .pro-edit-table .ant-table-content > table th.ant-table-selection-column {
4091
3982
  width: 48px;
4092
3983
  }
@@ -4177,7 +4068,7 @@ div.pro-textarea-view::after {
4177
4068
  width: auto;
4178
4069
  }
4179
4070
  .pro-edit-table-header {
4180
- margin-bottom: var(--zaui-space-size-md, 16px);
4071
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4181
4072
  }
4182
4073
  .pro-edit-table-toolbar-fixed {
4183
4074
  position: absolute;
@@ -4271,10 +4162,10 @@ div.pro-textarea-view::after {
4271
4162
  font-size: var(--zaui-font-size-lg, 16px);
4272
4163
  font-weight: 500;
4273
4164
  color: var(--zaui-text, #343434);
4274
- margin-bottom: var(--zaui-space-size-sm, 8px);
4165
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
4275
4166
  }
4276
4167
  .pro-edit-label-popconfirm .pro-edit-label-tip {
4277
- margin-bottom: var(--zaui-space-size-md, 16px);
4168
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4278
4169
  color: #666;
4279
4170
  }
4280
4171
  .pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
@@ -4354,7 +4245,7 @@ div.pro-textarea-view::after {
4354
4245
  width: 4px;
4355
4246
  height: 14px;
4356
4247
  background: var(--zaui-brand, #006aff);
4357
- border-radius: 2px;
4248
+ border-radius: var(zaui-border-radius-card, 2px);
4358
4249
  }
4359
4250
  .pro-theme-prd-tools-drawer .pro-theme-color {
4360
4251
  display: -webkit-box;
@@ -4384,7 +4275,7 @@ div.pro-textarea-view::after {
4384
4275
  margin-right: 34px;
4385
4276
  }
4386
4277
  .pro-theme-prd-tools-drawer .pro-theme-color li span {
4387
- font-size: 14px;
4278
+ font-size: var(--zaui-font-size, 14px);
4388
4279
  vertical-align: -7px;
4389
4280
  }
4390
4281
  .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1) {
@@ -4477,7 +4368,7 @@ div.pro-textarea-view::after {
4477
4368
  left: 4px;
4478
4369
  z-index: 1;
4479
4370
  color: var(--zaui-text, #343434);
4480
- font-size: 16px;
4371
+ font-size: var(--zaui-font-size-lg, 16px);
4481
4372
  -webkit-transform: translateZ(100px);
4482
4373
  transform: translateZ(100px);
4483
4374
  }
@@ -4509,7 +4400,7 @@ div.pro-textarea-view::after {
4509
4400
  color: var(--zaui-brand, #006aff);
4510
4401
  }
4511
4402
  .pro-theme-tools .anticon svg {
4512
- font-size: 24px;
4403
+ font-size: var(--zaui-font-size-lg-title, 24px);
4513
4404
  }
4514
4405
  .pro-theme-tools-drawer .ant-drawer-body {
4515
4406
  padding: 32px;
@@ -4550,29 +4441,11 @@ div.pro-textarea-view::after {
4550
4441
  .pro-download.ant-btn-text {
4551
4442
  padding: 0;
4552
4443
  }
4553
- .back-button-container {
4554
- color: var(--zaui-aide-text);
4555
- font-weight: 400;
4556
- background: var(--zaui-disabled-bg);
4557
- border: none;
4558
- }
4559
- .back-button-container:hover {
4560
- color: var(--zaui-aide-text);
4561
- background: var(--zaui-disabled-bg);
4562
- border: none;
4563
- }
4564
- .back-button-container:active,
4565
- .back-button-container:focus {
4566
- color: var(--zaui-aide-text);
4567
- font-weight: 400;
4568
- background: var(--zaui-disabled-bg);
4569
- }
4570
4444
  .pro-editable .ant-table-cell .table-title-required::before {
4571
4445
  display: inline-block;
4572
4446
  margin-right: 4px;
4573
4447
  color: #ff5050;
4574
- font-size: 14px;
4575
- font-family: SimSun, sans-serif;
4448
+ font-size: var(--zaui-font-size, 14px);
4576
4449
  line-height: 1;
4577
4450
  content: '*';
4578
4451
  }
@@ -4919,6 +4792,7 @@ input[type='button'] {
4919
4792
  --zaui-table-selected-bg: var(--zaui-table-hover-bg);
4920
4793
  --zaui-table-selected-hover-bg: var(--zaui-table-hover-bg);
4921
4794
  --zaui-table-nested-bg: #fafcfe;
4795
+ --zaui-contract-bg: #fffaa1;
4922
4796
  --zaui-form-label-width: 130px;
4923
4797
  --zaui-border-radius: 4px;
4924
4798
  --zaui-border-radius-card: 2px;
@@ -5005,8 +4879,7 @@ input[type='button'] {
5005
4879
  .ant-modal .ant-form-item .ant-form-item-label.ant-form-item-label-left > .ant-form-item-required::after {
5006
4880
  margin-top: 1px;
5007
4881
  color: #ff4d4f;
5008
- font-size: 14px;
5009
- font-family: SimSun, sans-serif;
4882
+ font-size: var(--zaui-font-size, 14px);
5010
4883
  line-height: 1;
5011
4884
  content: '*';
5012
4885
  }
@@ -5044,7 +4917,7 @@ input[type='button'] {
5044
4917
  .ant-form .ant-form-item,
5045
4918
  .ant-drawer .ant-form-item,
5046
4919
  .ant-modal .ant-form-item {
5047
- margin-bottom: 22px !important;
4920
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
5048
4921
  }
5049
4922
  .ant-input[disabled],
5050
4923
  .ant-select-disabled,
@@ -5202,7 +5075,7 @@ input[type='button'] {
5202
5075
  margin-left: 0;
5203
5076
  }
5204
5077
  .ant-tabs .ant-tabs-nav {
5205
- margin-bottom: var(--zaui-space-size-md, 16px);
5078
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
5206
5079
  }
5207
5080
  .ant-tabs .ant-tabs-nav .ant-tabs-tab-btn {
5208
5081
  font-size: var(--zaui-font-size-lg, 16px);