@zat-design/sisyphus-react 3.1.5 → 3.2.0-beta.1

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 (256) hide show
  1. package/dist/index.esm.css +176 -251
  2. package/es/ProAction/index.js +7 -5
  3. package/es/ProAction/index.less +3 -2
  4. package/es/ProConfigProvider/index.d.ts +2 -0
  5. package/es/ProConfigProvider/index.js +23 -2
  6. package/es/ProDownload/utils.js +6 -3
  7. package/es/ProDrawerForm/components/ProDrawer/index.js +6 -4
  8. package/es/ProDrawerForm/index.js +5 -3
  9. package/es/ProDrawerForm/style/index.less +15 -11
  10. package/es/ProEditLabel/style/index.less +2 -2
  11. package/es/ProEditTable/components/ActionButton/index.js +3 -2
  12. package/es/ProEditTable/components/RenderField/index.js +2 -1
  13. package/es/ProEditTable/index.js +7 -6
  14. package/es/ProEditTable/style/index.less +15 -8
  15. package/es/ProEditTable/utils/config.d.ts +8 -8
  16. package/es/ProEditTable/utils/config.js +20 -12
  17. package/es/ProEditTable/utils/index.js +3 -2
  18. package/es/ProEnum/hooks/useEnumRequest.js +17 -10
  19. package/es/ProEnum/index.js +9 -4
  20. package/es/ProEnum/style/index.less +1 -1
  21. package/es/ProForm/components/FormFooter/index.js +16 -20
  22. package/es/ProForm/components/base/Input/index.js +4 -3
  23. package/es/ProForm/components/base/InputNumber/index.js +4 -3
  24. package/es/ProForm/components/base/RangePicker/index.js +0 -3
  25. package/es/ProForm/components/base/Select/index.js +2 -1
  26. package/es/ProForm/components/base/Switch/index.js +9 -5
  27. package/es/ProForm/components/base/SwitchCheckbox/index.js +2 -1
  28. package/es/ProForm/components/base/TextArea/index.js +4 -2
  29. package/es/ProForm/components/base/TextArea/index.less +1 -1
  30. package/es/ProForm/components/combination/Container/style/index.less +0 -1
  31. package/es/ProForm/components/combination/FormList/components/ActionButton.js +13 -17
  32. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +2 -1
  33. package/es/ProForm/components/combination/FormList/style/index.less +20 -19
  34. package/es/ProForm/components/combination/Group/index.js +2 -2
  35. package/es/ProForm/components/combination/ProAddressBar/index.js +83 -63
  36. package/es/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
  37. package/es/ProForm/components/combination/ProModalSelect/index.js +76 -15
  38. package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  39. package/es/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
  40. package/es/ProForm/components/combination/ProNumberRange/index.js +3 -2
  41. package/es/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  42. package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
  43. package/es/ProForm/components/combination/ProRangeLimit/index.js +3 -7
  44. package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
  45. package/es/ProForm/components/combination/ProTimeLimit/index.js +4 -11
  46. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +18 -1
  47. package/es/ProForm/components/old/EnumSelect/style/index.less +7 -8
  48. package/es/ProForm/components/render/Render.js +4 -2
  49. package/es/ProForm/components/render/RenderFields.js +10 -6
  50. package/es/ProForm/components/render/propsType.d.ts +5 -4
  51. package/es/ProForm/index.js +14 -2
  52. package/es/ProForm/style/index.less +77 -169
  53. package/es/ProForm/utils/index.d.ts +1 -1
  54. package/es/ProForm/utils/index.js +7 -2
  55. package/es/ProForm/utils/rulesCreator.js +2 -1
  56. package/es/ProForm/utils/useRules.js +4 -3
  57. package/es/ProForm/utils/useShouldUpdate.js +16 -16
  58. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +6 -0
  59. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +7 -8
  60. package/es/ProLayout/components/Layout/Notice/index.js +3 -2
  61. package/es/ProLayout/components/ProCollapse/style/index.less +4 -4
  62. package/es/ProLayout/components/ProHeader/components/Copy/index.js +2 -1
  63. package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +2 -1
  64. package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
  65. package/es/ProLayout/components/ProHeader/components/index.d.ts +1 -0
  66. package/es/ProLayout/components/ProHeader/components/index.js +2 -1
  67. package/es/ProLayout/components/ProHeader/index.js +9 -6
  68. package/es/ProLayout/components/ProHeader/style/index.less +16 -7
  69. package/es/ProLayout/utils/index.js +1 -1
  70. package/es/ProSelect/index.d.ts +3 -3
  71. package/es/ProSelect/index.js +4 -2
  72. package/es/ProStep/components/Step/index.js +3 -1
  73. package/es/ProStep/style/index.less +0 -1
  74. package/es/ProTable/components/RenderColumn/index.d.ts +5 -5
  75. package/es/ProTable/components/RenderColumn/index.js +41 -25
  76. package/es/ProTable/index.js +10 -8
  77. package/es/ProTable/propsType.d.ts +2 -0
  78. package/es/ProTable/style/index.less +14 -1
  79. package/es/ProTable/useAntdTable.d.ts +12 -4
  80. package/es/ProTable/useAntdTable.js +18 -6
  81. package/es/ProTable/utils.d.ts +1 -1
  82. package/es/ProTable/utils.js +258 -201
  83. package/es/ProTabs/style/index.less +1 -1
  84. package/es/ProThemeTools/component/PrdTools/index.js +1 -1
  85. package/es/ProThemeTools/component/PrdTools/style/index.less +3 -3
  86. package/es/ProThemeTools/index.d.ts +2 -2
  87. package/es/ProThemeTools/index.js +24 -17
  88. package/es/ProThemeTools/propsType.d.ts +8 -6
  89. package/es/ProThemeTools/style/index.less +2 -2
  90. package/es/ProThemeTools/utils/index.d.ts +7 -0
  91. package/es/ProThemeTools/utils/index.js +19 -1
  92. package/es/ProTree/components/ProTree.js +6 -5
  93. package/es/ProTree/components/SearchTitle.d.ts +2 -2
  94. package/es/ProTree/components/SearchTitle.js +11 -1
  95. package/es/ProTree/components/Tree.js +9 -2
  96. package/es/ProTree/style/index.less +193 -141
  97. package/es/ProTreeModal/components/List.js +0 -14
  98. package/es/ProTreeModal/components/Trigger.js +9 -3
  99. package/es/ProTreeModal/index.js +29 -13
  100. package/es/ProTreeModal/style/index.less +2 -6
  101. package/es/ProUpload/components/ButtonRender.js +5 -2
  102. package/es/ProUpload/components/DragRender.js +8 -8
  103. package/es/ProUpload/components/Example.js +3 -1
  104. package/es/ProUpload/components/ImageRender.js +8 -6
  105. package/es/ProUpload/index.js +8 -6
  106. package/es/ProUpload/style/index.less +41 -39
  107. package/es/index.d.ts +2 -1
  108. package/es/index.js +2 -1
  109. package/es/locale/en_US.d.ts +138 -0
  110. package/es/locale/en_US.js +137 -0
  111. package/es/locale/index.d.ts +13 -0
  112. package/es/locale/index.js +32 -0
  113. package/es/locale/zh_CN.d.ts +137 -0
  114. package/es/locale/zh_CN.js +136 -0
  115. package/es/old/ProEditableTable/style/index.less +1 -2
  116. package/es/style/components.less +0 -1
  117. package/es/style/core/normalize.less +1 -2
  118. package/es/style/theme/antd.less +3 -4
  119. package/es/style/theme/index.less +80 -79
  120. package/es/style/theme/tokens.less +1 -0
  121. package/lib/ProAction/index.js +7 -5
  122. package/lib/ProAction/index.less +3 -2
  123. package/lib/ProConfigProvider/index.d.ts +2 -0
  124. package/lib/ProConfigProvider/index.js +22 -2
  125. package/lib/ProDownload/utils.js +4 -3
  126. package/lib/ProDrawerForm/components/ProDrawer/index.js +6 -4
  127. package/lib/ProDrawerForm/index.js +5 -3
  128. package/lib/ProDrawerForm/style/index.less +15 -11
  129. package/lib/ProEditLabel/style/index.less +2 -2
  130. package/lib/ProEditTable/components/ActionButton/index.js +3 -2
  131. package/lib/ProEditTable/components/RenderField/index.js +4 -1
  132. package/lib/ProEditTable/index.js +7 -6
  133. package/lib/ProEditTable/style/index.less +15 -8
  134. package/lib/ProEditTable/utils/config.d.ts +8 -8
  135. package/lib/ProEditTable/utils/config.js +20 -12
  136. package/lib/ProEditTable/utils/index.js +3 -2
  137. package/lib/ProEnum/hooks/useEnumRequest.js +17 -10
  138. package/lib/ProEnum/index.js +9 -4
  139. package/lib/ProEnum/style/index.less +1 -1
  140. package/lib/ProForm/components/FormFooter/index.js +16 -19
  141. package/lib/ProForm/components/base/Input/index.js +4 -3
  142. package/lib/ProForm/components/base/InputNumber/index.js +4 -3
  143. package/lib/ProForm/components/base/RangePicker/index.js +1 -4
  144. package/lib/ProForm/components/base/Select/index.js +2 -1
  145. package/lib/ProForm/components/base/Switch/index.js +8 -5
  146. package/lib/ProForm/components/base/SwitchCheckbox/index.js +2 -1
  147. package/lib/ProForm/components/base/TextArea/index.js +4 -2
  148. package/lib/ProForm/components/base/TextArea/index.less +1 -1
  149. package/lib/ProForm/components/combination/Container/style/index.less +0 -1
  150. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +13 -17
  151. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +2 -1
  152. package/lib/ProForm/components/combination/FormList/style/index.less +20 -19
  153. package/lib/ProForm/components/combination/Group/index.js +2 -2
  154. package/lib/ProForm/components/combination/ProAddressBar/index.js +78 -60
  155. package/lib/ProForm/components/combination/ProAddressBar/propsType.d.ts +3 -2
  156. package/lib/ProForm/components/combination/ProModalSelect/index.js +76 -15
  157. package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  158. package/lib/ProForm/components/combination/ProModalSelect/style/index.less +3 -3
  159. package/lib/ProForm/components/combination/ProNumberRange/index.js +3 -2
  160. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +1 -1
  161. package/lib/ProForm/components/combination/ProRangeLimit/index.d.ts +1 -1
  162. package/lib/ProForm/components/combination/ProRangeLimit/index.js +3 -7
  163. package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +10 -5
  164. package/lib/ProForm/components/combination/ProTimeLimit/index.js +4 -11
  165. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +18 -1
  166. package/lib/ProForm/components/old/EnumSelect/style/index.less +7 -8
  167. package/lib/ProForm/components/old/InputRange/index.js +0 -1
  168. package/lib/ProForm/components/old/ProCertValidity/index.js +1 -1
  169. package/lib/ProForm/components/render/Render.js +5 -2
  170. package/lib/ProForm/components/render/RenderFields.js +9 -5
  171. package/lib/ProForm/components/render/propsType.d.ts +5 -4
  172. package/lib/ProForm/index.js +14 -2
  173. package/lib/ProForm/style/index.less +77 -169
  174. package/lib/ProForm/utils/index.d.ts +1 -1
  175. package/lib/ProForm/utils/index.js +7 -2
  176. package/lib/ProForm/utils/rulesCreator.js +2 -1
  177. package/lib/ProForm/utils/useRules.js +4 -3
  178. package/lib/ProForm/utils/useShouldUpdate.js +16 -16
  179. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +6 -0
  180. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +7 -8
  181. package/lib/ProLayout/components/Layout/Notice/index.js +3 -2
  182. package/lib/ProLayout/components/ProCollapse/style/index.less +4 -4
  183. package/lib/ProLayout/components/ProHeader/components/Copy/index.js +2 -1
  184. package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.js +3 -1
  185. package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +21 -0
  186. package/lib/ProLayout/components/ProHeader/components/index.d.ts +1 -0
  187. package/lib/ProLayout/components/ProHeader/components/index.js +8 -1
  188. package/lib/ProLayout/components/ProHeader/index.js +9 -6
  189. package/lib/ProLayout/components/ProHeader/style/index.less +16 -7
  190. package/lib/ProLayout/utils/index.js +1 -1
  191. package/lib/ProSelect/index.d.ts +3 -3
  192. package/lib/ProSelect/index.js +4 -2
  193. package/lib/ProStep/components/Step/index.js +3 -1
  194. package/lib/ProStep/style/index.less +0 -1
  195. package/lib/ProTable/components/RenderColumn/index.d.ts +5 -5
  196. package/lib/ProTable/components/RenderColumn/index.js +38 -24
  197. package/lib/ProTable/components/TableResizable/index.js +8 -0
  198. package/lib/ProTable/index.js +10 -8
  199. package/lib/ProTable/propsType.d.ts +2 -0
  200. package/lib/ProTable/style/index.less +14 -1
  201. package/lib/ProTable/useAntdTable.d.ts +12 -4
  202. package/lib/ProTable/useAntdTable.js +19 -6
  203. package/lib/ProTable/utils.d.ts +1 -1
  204. package/lib/ProTable/utils.js +258 -201
  205. package/lib/ProTabs/index.js +1 -0
  206. package/lib/ProTabs/style/index.less +1 -1
  207. package/lib/ProThemeTools/component/PrdTools/index.js +1 -1
  208. package/lib/ProThemeTools/component/PrdTools/style/index.less +3 -3
  209. package/lib/ProThemeTools/index.d.ts +2 -2
  210. package/lib/ProThemeTools/index.js +24 -16
  211. package/lib/ProThemeTools/propsType.d.ts +8 -6
  212. package/lib/ProThemeTools/style/index.less +2 -2
  213. package/lib/ProThemeTools/utils/index.d.ts +7 -0
  214. package/lib/ProThemeTools/utils/index.js +20 -2
  215. package/lib/ProTree/components/ProTree.js +6 -5
  216. package/lib/ProTree/components/SearchTitle.d.ts +2 -2
  217. package/lib/ProTree/components/SearchTitle.js +11 -1
  218. package/lib/ProTree/components/Tree.js +16 -2
  219. package/lib/ProTree/index.js +0 -1
  220. package/lib/ProTree/style/index.less +193 -141
  221. package/lib/ProTreeModal/components/List.js +0 -14
  222. package/lib/ProTreeModal/components/Tree.js +1 -0
  223. package/lib/ProTreeModal/components/Trigger.js +10 -3
  224. package/lib/ProTreeModal/index.js +29 -13
  225. package/lib/ProTreeModal/style/index.less +2 -6
  226. package/lib/ProUpload/components/ButtonRender.js +5 -2
  227. package/lib/ProUpload/components/DragRender.js +8 -8
  228. package/lib/ProUpload/components/Example.js +3 -1
  229. package/lib/ProUpload/components/ImageRender.js +8 -6
  230. package/lib/ProUpload/index.js +14 -5
  231. package/lib/ProUpload/style/index.less +41 -39
  232. package/lib/index.d.ts +2 -1
  233. package/lib/index.js +13 -1
  234. package/lib/locale/en_US.d.ts +138 -0
  235. package/lib/locale/en_US.js +143 -0
  236. package/lib/locale/index.d.ts +13 -0
  237. package/lib/locale/index.js +41 -0
  238. package/lib/locale/zh_CN.d.ts +137 -0
  239. package/lib/locale/zh_CN.js +142 -0
  240. package/lib/old/ProCertValidity/index.js +1 -1
  241. package/lib/old/ProEditableTable/style/index.less +1 -2
  242. package/lib/style/components.less +0 -1
  243. package/lib/style/core/normalize.less +1 -2
  244. package/lib/style/theme/antd.less +3 -4
  245. package/lib/style/theme/index.less +80 -79
  246. package/lib/style/theme/tokens.less +1 -0
  247. package/package.json +1 -1
  248. package/typings.d.ts +2 -0
  249. package/es/old/ProBackBtn/style/index.less +0 -19
  250. package/lib/old/ProBackBtn/style/index.less +0 -19
  251. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
  252. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
  253. /package/es/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.js +0 -0
  254. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/index.d.ts +0 -0
  255. /package/lib/{old → ProLayout/components/ProHeader/components}/ProBackBtn/propsType.d.ts +0 -0
  256. /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
  }
@@ -331,8 +331,7 @@
331
331
  line-height: initial !important;
332
332
  height: auto !important;
333
333
  margin: 0;
334
- padding-top: 12px;
335
- padding-bottom: 12px;
334
+ padding-top: 12px 0;
336
335
  min-height: 48px;
337
336
  }
338
337
  .pro-layout-open-menu .ant-menu-title-content div {
@@ -676,14 +675,14 @@
676
675
  display: none !important;
677
676
  }
678
677
  .pro-collapse.ant-collapse .pro-collapse-panel {
679
- margin-bottom: var(--zaui-space-size-md, 16px);
678
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
680
679
  }
681
680
  .pro-collapse .ant-collapse-header {
682
681
  -webkit-box-align: center !important;
683
682
  -webkit-align-items: center !important;
684
683
  -ms-flex-align: center !important;
685
684
  align-items: center !important;
686
- padding: 14px var(--zaui-space-size-md, 16px) !important;
685
+ padding: 12px var(--zaui-space-size-md, 16px) !important;
687
686
  background: var(--zaui-area, #fafafa);
688
687
  }
689
688
  .pro-collapse .ant-collapse-header-text {
@@ -711,7 +710,7 @@
711
710
  background: var(--zaui-base-bg, #ffffff);
712
711
  }
713
712
  .pro-collapse.pro-collapse-level2 .ant-collapse-header {
714
- margin-bottom: var(--zaui-space-size-md, 16px);
713
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
715
714
  padding: 0 !important;
716
715
  background: var(--zaui-base-bg, #ffffff);
717
716
  }
@@ -786,7 +785,7 @@
786
785
  font-size: var(--zaui-font-size, 14px);
787
786
  }
788
787
  .pro-collapse.pro-collapse-list .ant-descriptions {
789
- margin-bottom: var(--zaui-space-size-md, 16px);
788
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
790
789
  }
791
790
  .pro-footer {
792
791
  position: fixed;
@@ -799,17 +798,37 @@
799
798
  box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
800
799
  z-index: 101;
801
800
  }
801
+ .back-button-container.ant-btn {
802
+ color: var(--zaui-text);
803
+ font-weight: 400;
804
+ background: var(--zaui-disabled-bg);
805
+ border: none;
806
+ }
807
+ .back-button-container.ant-btn:hover {
808
+ color: var(--zaui-aide-text);
809
+ background: var(--zaui-disabled-bg);
810
+ border: none;
811
+ }
812
+ .back-button-container.ant-btn:active,
813
+ .back-button-container.ant-btn:focus {
814
+ color: var(--zaui-text);
815
+ font-weight: 400;
816
+ background: var(--zaui-disabled-bg);
817
+ }
802
818
  .pro-header {
803
819
  background-color: var(--zaui-base-bg, #ffffff);
804
- padding: var(--zaui-space-size-lg, 32px) 0 0 0;
820
+ padding: 24px 0 0 0;
805
821
  }
806
822
  .pro-header.pro-header-no-back .pro-header-top {
807
823
  padding-left: 0;
808
824
  }
825
+ .pro-header.pro-header-no-back .pro-header-left.pro-header-left-space {
826
+ margin-left: 0 !important;
827
+ }
809
828
  .pro-header.pro-header-no-describe {
810
829
  -webkit-box-shadow: none;
811
830
  box-shadow: none;
812
- margin-bottom: var(--zaui-space-size-md, 16px);
831
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
813
832
  }
814
833
  .pro-header.pro-header-no-describe .pro-header-title,
815
834
  .pro-header.pro-header-no-describe .pro-header-top {
@@ -817,7 +836,7 @@
817
836
  margin: 0;
818
837
  }
819
838
  .pro-header.pro-header-fixed.pro-header-no-describe .pro-header-top {
820
- padding-bottom: 12px;
839
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
821
840
  }
822
841
  .pro-header .pro-header-describe a {
823
842
  color: var(--zaui-link, #006AFF);
@@ -906,7 +925,7 @@
906
925
  -webkit-align-items: center;
907
926
  -ms-flex-align: center;
908
927
  align-items: center;
909
- margin-bottom: var(--zaui-space-size-sm, 8px);
928
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
910
929
  padding: 0 var(--zaui-space-size-md, 16px);
911
930
  }
912
931
  .pro-header .pro-header-top .pro-header-left {
@@ -1064,7 +1083,7 @@
1064
1083
  .pro-header .pro-header-nav ul li {
1065
1084
  margin-right: 52px;
1066
1085
  margin-top: 4px;
1067
- margin-bottom: 12px;
1086
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1068
1087
  }
1069
1088
  .pro-header .pro-header-nav ul li:last-child {
1070
1089
  margin-right: 0;
@@ -1096,9 +1115,9 @@
1096
1115
  -webkit-flex-wrap: wrap;
1097
1116
  -ms-flex-wrap: wrap;
1098
1117
  flex-wrap: wrap;
1099
- font-size: 14px;
1118
+ font-size: var(--zaui-font-size, 14px);
1100
1119
  padding: 0 var(--zaui-space-size-md, 16px);
1101
- padding-bottom: 12px;
1120
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1) - var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1));
1102
1121
  }
1103
1122
  .pro-header .pro-header-describe li {
1104
1123
  margin-left: var(--zaui-space-card, 32px);
@@ -1481,7 +1500,6 @@
1481
1500
  color: #ff5050;
1482
1501
  font-weight: 600;
1483
1502
  font-size: var(--aui-font-size-sm, 12px);
1484
- font-family: PingFangSC-Semibold, PingFang SC;
1485
1503
  border-radius: 8px;
1486
1504
  }
1487
1505
  .pro-step.open {
@@ -1520,7 +1538,7 @@
1520
1538
  text-shadow: none;
1521
1539
  }
1522
1540
  .pro-tabs .pro-tabs-card .pro-tabs-card-left .pro-tabs-card-left-total {
1523
- font-size: 26px;
1541
+ font-size: var(--zaui-font-size-lg-title, 24px);
1524
1542
  font-weight: 600;
1525
1543
  color: var(--zaui-text, #343434);
1526
1544
  }
@@ -1600,6 +1618,15 @@
1600
1618
  .pro-table .custom-column-btn .anticon {
1601
1619
  height: 16px;
1602
1620
  }
1621
+ .pro-table .ant-table-body .ant-table-cell .varied-cell {
1622
+ margin-left: -8px;
1623
+ background: var(--zaui-contract-bg, #fffaa1);
1624
+ padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
1625
+ border-radius: var(--zaui-border-radius, 4px);
1626
+ }
1627
+ .pro-table .ant-table-body .varied-cell.empty-cell {
1628
+ width: 24.5px;
1629
+ }
1603
1630
  .pro-table .copyable-table-cell .ant-typography {
1604
1631
  margin-bottom: 0;
1605
1632
  display: -webkit-box;
@@ -1673,7 +1700,7 @@
1673
1700
  -webkit-justify-content: space-between;
1674
1701
  -ms-flex-pack: justify;
1675
1702
  justify-content: space-between;
1676
- margin-bottom: var(--zaui-space-size-md, 16px);
1703
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1677
1704
  }
1678
1705
  .pro-table .column-config .right-actions {
1679
1706
  display: -webkit-box;
@@ -1882,15 +1909,15 @@ div.pro-textarea-view .ant-input-disabled {
1882
1909
  }
1883
1910
  div.pro-textarea-view::after {
1884
1911
  display: none;
1885
- padding-bottom: 11px;
1912
+ padding-bottom: 12px;
1886
1913
  }
1887
1914
  .pro-form-list-block-title {
1888
1915
  height: 14px;
1889
- margin: 3px 0;
1890
- padding-left: 7px;
1916
+ margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
1917
+ padding-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1891
1918
  font-weight: 600;
1892
1919
  line-height: 14px;
1893
- border-left: 4px solid #006aff;
1920
+ border-left: 4px solid var(--zaui-brand, #006aff);
1894
1921
  }
1895
1922
  .pro-form-list {
1896
1923
  display: -webkit-box;
@@ -1906,10 +1933,10 @@ div.pro-textarea-view::after {
1906
1933
  .pro-form-list .single-delete {
1907
1934
  width: 14px !important;
1908
1935
  height: 14px !important;
1909
- color: #939599;
1936
+ color: var(--zaui-placeholder, #a0a0a0);
1910
1937
  }
1911
1938
  .pro-form-list .single-delete:hover {
1912
- color: #8f8c8c;
1939
+ color: var(--zaui-aide-text, #909090);
1913
1940
  }
1914
1941
  .pro-form-list:nth-child(1) {
1915
1942
  -webkit-box-flex: 1;
@@ -1921,7 +1948,7 @@ div.pro-textarea-view::after {
1921
1948
  padding-bottom: var(--zaui-height-size-md, 16px);
1922
1949
  }
1923
1950
  .pro-form-list .pro-form-list-action > .ant-space-item:first-child > .ant-btn-link {
1924
- margin-left: 8px;
1951
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1925
1952
  }
1926
1953
  .pro-form-list .pro-form-list-drag-handle {
1927
1954
  display: -webkit-box;
@@ -1933,7 +1960,7 @@ div.pro-textarea-view::after {
1933
1960
  -ms-flex-align: center;
1934
1961
  align-items: center;
1935
1962
  height: calc(var(--zaui-height-size-lg, 32px) * var(--zaui-size, 1));
1936
- margin-bottom: 22px;
1963
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1937
1964
  padding: 0;
1938
1965
  padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
1939
1966
  border: none;
@@ -1946,14 +1973,14 @@ div.pro-textarea-view::after {
1946
1973
  }
1947
1974
  .pro-form-list-toolbar .ant-btn-link,
1948
1975
  .pro-form-list-action .ant-btn-link {
1949
- padding: 4px 0;
1976
+ padding: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
1950
1977
  }
1951
1978
  .pro-form-list-toolbar .ant-btn-text:hover,
1952
1979
  .pro-form-list-action .ant-btn-text:hover {
1953
1980
  background: transparent;
1954
1981
  }
1955
1982
  .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
1956
- background: #fff;
1983
+ background: var(--zaui-base-bg, #ffffff);
1957
1984
  border-color: var(--ant-error-color);
1958
1985
  }
1959
1986
  .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
@@ -1963,6 +1990,29 @@ div.pro-textarea-view::after {
1963
1990
  -webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline);
1964
1991
  box-shadow: 0 0 0 2px var(--ant-error-color-outline);
1965
1992
  }
1993
+ span.ant-input-group-compact.pro-time-limit,
1994
+ span.ant-input-group-compact.pro-range-limit {
1995
+ display: -webkit-box;
1996
+ display: -webkit-flex;
1997
+ display: -ms-flexbox;
1998
+ display: flex;
1999
+ }
2000
+ span.ant-input-group-compact.pro-time-limit .ant-picker,
2001
+ span.ant-input-group-compact.pro-range-limit .ant-picker {
2002
+ -webkit-box-flex: 1;
2003
+ -webkit-flex: 1;
2004
+ -ms-flex: 1;
2005
+ flex: 1;
2006
+ }
2007
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox,
2008
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2009
+ -webkit-box-flex: 0;
2010
+ -webkit-flex: 0;
2011
+ -ms-flex: 0;
2012
+ flex: 0;
2013
+ min-width: unset;
2014
+ white-space: nowrap;
2015
+ }
1966
2016
  .pro-address {
1967
2017
  display: -webkit-box;
1968
2018
  display: -webkit-flex;
@@ -1995,7 +2045,7 @@ div.pro-textarea-view::after {
1995
2045
  text-align: center !important;
1996
2046
  }
1997
2047
  .pro-number-range .ant-input-status-error.range-split {
1998
- border-color: #ff4d4f;
2048
+ border-color: var(--zaui-danger, #ff5050);
1999
2049
  }
2000
2050
  .pro-number-range .ant-input-rtl.range-right {
2001
2051
  border-right-width: 0;
@@ -2075,7 +2125,7 @@ div.pro-textarea-view::after {
2075
2125
  .pro-modal-select .ant-input-group-wrapper:hover .close-icon > span,
2076
2126
  .pro-tree-modal .ant-input-group-wrapper:hover .close-icon > span {
2077
2127
  position: relative;
2078
- font-size: var(--zaui-font-size-sm, 12px);
2128
+ font-size: var(--zaui-font-size, 14px);
2079
2129
  border: none;
2080
2130
  border-radius: 50%;
2081
2131
  }
@@ -2103,7 +2153,7 @@ div.pro-textarea-view::after {
2103
2153
  .pro-tree-modal .trigger-no-hover:hover .ant-input,
2104
2154
  .pro-modal-select .trigger-no-hover:hover .ant-input-group-addon,
2105
2155
  .pro-tree-modal .trigger-no-hover:hover .ant-input-group-addon {
2106
- border-color: #d9d9d9;
2156
+ border-color: var(--zaui-form-control-line, #DCDCDC);
2107
2157
  }
2108
2158
  .pro-modal-select .pro-modal-select-init,
2109
2159
  .pro-tree-modal .pro-modal-select-init {
@@ -2117,7 +2167,7 @@ div.pro-textarea-view::after {
2117
2167
  }
2118
2168
  .pro-modal-select .ant-input-group-addon,
2119
2169
  .pro-tree-modal .ant-input-group-addon {
2120
- padding: 0px var(--zaui-space-size-md, 8px);
2170
+ padding: 0px var(--zaui-space-size-sm, 8px);
2121
2171
  background-color: var(--zaui-base-bg, #ffffff);
2122
2172
  cursor: pointer;
2123
2173
  }
@@ -2257,7 +2307,7 @@ div.pro-textarea-view::after {
2257
2307
  }
2258
2308
  .pro-enum-select .close-icon {
2259
2309
  position: relative;
2260
- margin-left: -31px;
2310
+ margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
2261
2311
  margin-right: var(--zaui-space-size-md, 14px);
2262
2312
  color: #FFFFFF;
2263
2313
  height: 12px;
@@ -2281,7 +2331,6 @@ div.pro-textarea-view::after {
2281
2331
  }
2282
2332
  .pro-enum-select .close-icon > span {
2283
2333
  position: relative;
2284
- font-size: 8px;
2285
2334
  border: none;
2286
2335
  border-radius: 50%;
2287
2336
  }
@@ -2310,7 +2359,7 @@ div.pro-textarea-view::after {
2310
2359
  .pro-enum-select-modal .ant-table-thead > tr > th {
2311
2360
  border: 0;
2312
2361
  white-space: nowrap;
2313
- background-color: #F6F7F8;
2362
+ background-color: var(--zaui-table-header-bg, #f2f3f5);
2314
2363
  }
2315
2364
  .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
2365
  height: 0;
@@ -2329,7 +2378,7 @@ div.pro-textarea-view::after {
2329
2378
  background-color: var(--zaui-base-bg);
2330
2379
  }
2331
2380
  .pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
2332
- background-color: #FAFAFA;
2381
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2333
2382
  }
2334
2383
  .pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
2335
2384
  background-color: var(--zaui-base-bg);
@@ -2337,14 +2386,14 @@ div.pro-textarea-view::after {
2337
2386
  .pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
2338
2387
  .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
2339
2388
  .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
2340
- background: #FAFAFA;
2389
+ background: var(--zaui-table-hover-bg, #fafafa);
2341
2390
  }
2342
2391
  .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
2343
2392
  .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
2344
- background: #FAFAFA;
2393
+ background: var(--zaui-table-hover-bg, #fafafa);
2345
2394
  }
2346
2395
  .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
2347
- background-color: #FAFAFA;
2396
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2348
2397
  }
2349
2398
  .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
2350
2399
  background-color: var(--zaui-base-bg);
@@ -2353,7 +2402,35 @@ div.pro-textarea-view::after {
2353
2402
  padding-bottom: 0;
2354
2403
  }
2355
2404
  .pro-enum-select-modal .ant-modal-footer {
2356
- padding: 16px;
2405
+ padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2406
+ }
2407
+ .pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
2408
+ -webkit-box-flex: 0 !important;
2409
+ -webkit-flex: none !important;
2410
+ -ms-flex: none !important;
2411
+ flex: none !important;
2412
+ }
2413
+ .pro-form.ant-form-vertical .pro-form-custom-footer {
2414
+ display: -webkit-box;
2415
+ display: -webkit-flex;
2416
+ display: -ms-flexbox;
2417
+ display: flex;
2418
+ -webkit-box-align: center;
2419
+ -webkit-align-items: center;
2420
+ -ms-flex-align: center;
2421
+ align-items: center;
2422
+ margin-bottom: 0;
2423
+ height: auto;
2424
+ padding-top: 6px;
2425
+ }
2426
+ .pro-form.ant-form-vertical .pro-form-custom-footer .ant-space-align-center {
2427
+ -webkit-box-align: normal;
2428
+ -webkit-align-items: normal;
2429
+ -ms-flex-align: normal;
2430
+ align-items: normal;
2431
+ }
2432
+ .pro-form.ant-form {
2433
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2357
2434
  }
2358
2435
  .pro-form .pro-collapse-level2 .ant-collapse-item {
2359
2436
  margin-bottom: 0 !important;
@@ -2393,7 +2470,7 @@ div.pro-textarea-view::after {
2393
2470
  width: 100%;
2394
2471
  }
2395
2472
  .pro-form .expand-button {
2396
- line-height: 32px;
2473
+ line-height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2397
2474
  cursor: pointer;
2398
2475
  }
2399
2476
  .pro-form .expand-button .rotate-to-top {
@@ -2405,32 +2482,35 @@ div.pro-textarea-view::after {
2405
2482
  transform: rotate(-90deg);
2406
2483
  }
2407
2484
  .pro-form .ant-form-item {
2408
- margin-bottom: 22px !important;
2485
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
2486
+ }
2487
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
2488
+ -webkit-box-flex: inherit;
2489
+ -webkit-flex-grow: inherit;
2490
+ -ms-flex-positive: inherit;
2491
+ flex-grow: inherit;
2492
+ }
2493
+ .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input-content {
2494
+ -webkit-box-flex: initial;
2495
+ -webkit-flex: initial;
2496
+ -ms-flex: initial;
2497
+ flex: initial;
2409
2498
  }
2410
2499
  .pro-form .ant-form-item .ant-form-item-tooltip svg {
2411
2500
  width: 14px;
2412
2501
  height: 14px;
2413
2502
  vertical-align: bottom;
2414
- fill: #909090;
2503
+ fill: var(--zaui-aide-text, #909090);
2415
2504
  }
2416
2505
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper,
2417
2506
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector,
2418
2507
  .pro-form .ant-form-item.pro-form-item-changed .ant-picker {
2419
- background: #fffaa1;
2508
+ background: var(--zaui-contract-bg, #fffaa1);
2420
2509
  }
2421
2510
  .pro-form .ant-form-item.pro-form-item-changed span.ant-input-affix-wrapper input,
2422
2511
  .pro-form .ant-form-item.pro-form-item-changed .ant-select-selector input,
2423
2512
  .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;
2513
+ background: var(--zaui-contract-bg, #fffaa1);
2434
2514
  }
2435
2515
  .pro-form .ant-form-item .ant-row {
2436
2516
  width: 100%;
@@ -2455,169 +2535,32 @@ div.pro-textarea-view::after {
2455
2535
  }
2456
2536
  .pro-form .ant-form-item .pro-number-range .range-right .range-right {
2457
2537
  width: 100%;
2458
- border: 1px solid #d9d9d9;
2538
+ border: 1px solid var(--zaui-form-control-line, #DCDCDC);
2459
2539
  border-top-left-radius: 0;
2460
2540
  border-bottom-left-radius: 0;
2461
2541
  }
2462
2542
  .pro-form .ant-form-item-hidden {
2463
2543
  display: none;
2464
2544
  }
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
2545
  .pro-form .ant-form-item-label > label {
2603
2546
  white-space: pre-wrap;
2604
2547
  }
2605
2548
  .pro-form .suffix-value {
2606
- margin-left: 8px;
2549
+ margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
2607
2550
  }
2608
2551
  .pro-form .ant-form-item-has-error .group-separator {
2609
2552
  color: var(--ant-error-color);
2610
2553
  border-color: var(--ant-error-color);
2611
2554
  }
2612
2555
  .pro-form .ant-form-item-has-error .site-input-split {
2613
- border-color: #ff4d4f;
2556
+ border-color: var(--zaui-danger, #ff5050);
2614
2557
  }
2615
2558
  .pro-form .site-input-group-wrapper .site-input-split {
2616
2559
  text-align: center;
2617
- background-color: #fafafa;
2560
+ background-color: var(--zaui-table-strip-bg, #fafafa);
2618
2561
  }
2619
2562
  .pro-form .site-input-group-wrapper .site-input-split.site-input-split-disabled {
2620
- background-color: #f2f2f2;
2563
+ background-color: var(--zaui-disabled-bg, #f2f2f2);
2621
2564
  }
2622
2565
  .pro-form .site-input-group-wrapper .site-input-right {
2623
2566
  border-left-width: 0;
@@ -2675,8 +2618,8 @@ div.pro-textarea-view::after {
2675
2618
  display: flex;
2676
2619
  }
2677
2620
  .pro-form .noDisabled {
2678
- color: #333;
2679
- font-size: 14px;
2621
+ color: var(--zaui-disabled-text, #333333);
2622
+ font-size: var(--zaui-font-size, 14px);
2680
2623
  background-color: transparent;
2681
2624
  border: none;
2682
2625
  cursor: default;
@@ -2684,7 +2627,7 @@ div.pro-textarea-view::after {
2684
2627
  }
2685
2628
  .pro-form div.pro-form-custom-footer {
2686
2629
  width: unset !important;
2687
- height: 32px;
2630
+ height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2688
2631
  margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2689
2632
  }
2690
2633
  .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
@@ -2751,7 +2694,7 @@ div.pro-textarea-view::after {
2751
2694
  }
2752
2695
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .dragger-txt-line1 .dragger-txt {
2753
2696
  margin-left: 9px;
2754
- font-size: 14px;
2697
+ font-size: var(--zaui-font-size, 14px);
2755
2698
  color: rgba(0, 0, 0, 0.85);
2756
2699
  line-height: 20px;
2757
2700
  }
@@ -2761,7 +2704,7 @@ div.pro-textarea-view::after {
2761
2704
  .pro-upload .pro-upload-dragger .pro-upload-handle-box .drag-upload-inner .upload-dragger-control .file-ext {
2762
2705
  text-align: center;
2763
2706
  margin-top: 10px;
2764
- font-size: 12x;
2707
+ font-size: var(--zaui-font-size-sm, 12px);
2765
2708
  color: #939599;
2766
2709
  line-height: 14px;
2767
2710
  }
@@ -2852,7 +2795,7 @@ div.pro-textarea-view::after {
2852
2795
  .pro-upload .pro-upload-button .upload-tip-txt {
2853
2796
  margin-left: 10px;
2854
2797
  line-height: 32px;
2855
- font-size: 12px;
2798
+ font-size: var(--zaui-font-size-sm, 12px);
2856
2799
  color: #939599;
2857
2800
  }
2858
2801
  .pro-upload .pro-upload-image {
@@ -2885,7 +2828,7 @@ div.pro-textarea-view::after {
2885
2828
  .pro-upload .pro-upload-image .file-item-image {
2886
2829
  position: relative;
2887
2830
  height: 126px;
2888
- width: 126px ;
2831
+ width: 126px;
2889
2832
  border: 1px dashed #d9d9d9;
2890
2833
  overflow: hidden;
2891
2834
  border-radius: 8px;
@@ -2949,7 +2892,7 @@ div.pro-textarea-view::after {
2949
2892
  }
2950
2893
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item {
2951
2894
  color: #fff;
2952
- font-size: 12px;
2895
+ font-size: var(--zaui-font-size-sm, 12px);
2953
2896
  opacity: 0.8;
2954
2897
  }
2955
2898
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
@@ -3144,7 +3087,7 @@ div.pro-textarea-view::after {
3144
3087
  -ms-flex-direction: row;
3145
3088
  flex-direction: row;
3146
3089
  height: 482px;
3147
- margin-bottom: var(--zaui-space-size-md, 16px);
3090
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3148
3091
  }
3149
3092
  .pro-tree-modal-content .ant-tree-checkbox {
3150
3093
  margin-top: 2px;
@@ -3159,7 +3102,6 @@ div.pro-textarea-view::after {
3159
3102
  padding-bottom: var(--zaui-font-size-sm, 12px);
3160
3103
  color: var(--zaui-text);
3161
3104
  font-size: var(--zaui-font-size, 14px);
3162
- font-family: PingFangSC-Regular, PingFang SC;
3163
3105
  line-height: var(--zaui-font-size-xxl, 20px);
3164
3106
  }
3165
3107
  .pro-tree-modal-content .ant-tree-node-content-wrapper {
@@ -3183,7 +3125,6 @@ div.pro-textarea-view::after {
3183
3125
  height: 100%;
3184
3126
  color: var(--zaui-text);
3185
3127
  font-size: var(--zaui-font-size, 14px);
3186
- font-family: PingFangSC-Regular, PingFang SC;
3187
3128
  line-height: var(--zaui-font-size-xxl, 20px);
3188
3129
  border: 1px solid #e6e6e6;
3189
3130
  border-radius: var(--zaui-border-radius, 4px);
@@ -3294,7 +3235,7 @@ div.pro-textarea-view::after {
3294
3235
  -webkit-justify-content: space-between;
3295
3236
  -ms-flex-pack: justify;
3296
3237
  justify-content: space-between;
3297
- margin-bottom: var(--zaui-font-size-sm, 12px);
3238
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3298
3239
  line-height: var(--zaui-font-size-xxl, 20px);
3299
3240
  cursor: pointer;
3300
3241
  }
@@ -3372,7 +3313,6 @@ div.pro-textarea-view::after {
3372
3313
  margin-right: var(--zaui-space-size-sm, 8px);
3373
3314
  padding: 0 var(--zaui-space-size-xs);
3374
3315
  font-weight: 400;
3375
- font-family: PingFangSC-Regular, PingFang SC;
3376
3316
  line-height: var(--zaui-font-size-lg-title);
3377
3317
  white-space: nowrap;
3378
3318
  border-radius: var(--zaui-border-radius-card);
@@ -3401,7 +3341,6 @@ div.pro-textarea-view::after {
3401
3341
  color: #939599;
3402
3342
  font-weight: 400;
3403
3343
  font-size: var(--zaui-font-size, 14px);
3404
- font-family: PingFangSC-Regular, PingFang SC;
3405
3344
  }
3406
3345
  .pro-transfer-right .checked-item {
3407
3346
  margin: var(--zaui-space-size-sm, 8px) 0;
@@ -3479,7 +3418,7 @@ div.pro-textarea-view::after {
3479
3418
  color: #939499;
3480
3419
  }
3481
3420
  .pro-tree .pro-tree-search {
3482
- margin-bottom: var(--zaui-space-size-sm);
3421
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3483
3422
  }
3484
3423
  .pro-tree-content {
3485
3424
  display: -webkit-box;
@@ -3541,13 +3480,14 @@ div.pro-textarea-view::after {
3541
3480
  -webkit-align-items: baseline;
3542
3481
  -ms-flex-align: baseline;
3543
3482
  align-items: baseline;
3483
+ cursor: pointer;
3544
3484
  }
3545
3485
  .pro-tree-content .tree-title-box .expand-button.expand .expand-icon .anticon-caret-down {
3546
3486
  -webkit-transform: rotate(180deg);
3547
3487
  transform: rotate(180deg);
3548
3488
  }
3549
3489
  .pro-tree-content .tree-title-box .expand-button .expand-icon {
3550
- font-size: 12px;
3490
+ font-size: var(--zaui-font-size-sm, 12px);
3551
3491
  margin-right: var(--zaui-space-size-xs);
3552
3492
  }
3553
3493
  .pro-tree-content .ant-tree-checkbox {
@@ -3626,7 +3566,7 @@ div.pro-textarea-view::after {
3626
3566
  left: 0px;
3627
3567
  background-color: var(--zaui-brand);
3628
3568
  opacity: 0.1;
3629
- z-index: 0;
3569
+ z-index: -1;
3630
3570
  border-radius: var(--zaui-space-size-xs);
3631
3571
  }
3632
3572
  .pro-tree-tree-node .tree-node-show-text {
@@ -3673,7 +3613,7 @@ div.pro-textarea-view::after {
3673
3613
  margin-left: var(--zaui-space-size-xs);
3674
3614
  }
3675
3615
  .pro-tree-tree-node .operate-tree-node-btns .icon-add {
3676
- font-size: 12px;
3616
+ font-size: var(--zaui-font-size-sm, 12px);
3677
3617
  }
3678
3618
  .pro-tree-tree-node .operate-tree-node-btns .svg-icon-expand {
3679
3619
  margin-bottom: -2px;
@@ -3702,10 +3642,10 @@ div.pro-textarea-view::after {
3702
3642
  font-weight: 400;
3703
3643
  line-height: 24px;
3704
3644
  white-space: nowrap;
3705
- border-radius: 2px;
3645
+ border-radius: var(--zaui-border-radius-card);
3706
3646
  }
3707
3647
  .pro-tree-tree-node-tag span {
3708
- font-size: 12px;
3648
+ font-size: var(--zaui-font-size-sm, 12px);
3709
3649
  line-height: 20px;
3710
3650
  text-align: center;
3711
3651
  -webkit-transform: scale(0.83, 0.83);
@@ -3794,9 +3734,9 @@ div.pro-textarea-view::after {
3794
3734
  background-color: inherit;
3795
3735
  }
3796
3736
  .pro-form.pro-form-view .ant-form-item .pro-tree * {
3797
- line-height: 1!important;
3798
- height: auto!important;
3799
- min-height: auto!important;
3737
+ line-height: 1 !important;
3738
+ height: auto !important;
3739
+ min-height: auto !important;
3800
3740
  }
3801
3741
  .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox {
3802
3742
  margin-top: var(--zaui-space-size-sm);
@@ -3805,7 +3745,7 @@ div.pro-textarea-view::after {
3805
3745
  padding-top: var(--zaui-font-size-sm);
3806
3746
  }
3807
3747
  .pro-form.pro-form-view .ant-form-item .pro-tree .ant-tree-checkbox * {
3808
- height: 16px!important;
3748
+ height: 16px !important;
3809
3749
  }
3810
3750
  .pro-drawer .pro-drawer-close {
3811
3751
  position: absolute;
@@ -3945,7 +3885,7 @@ div.pro-textarea-view::after {
3945
3885
  overflow: auto;
3946
3886
  }
3947
3887
  .pro-modal-no-footer .ant-modal-content .ant-modal-body {
3948
- padding-bottom: var(--zaui-space-size-md, 16px);
3888
+ padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3949
3889
  }
3950
3890
  .pro-modal-scrolling {
3951
3891
  z-index: 1;
@@ -4087,6 +4027,10 @@ div.pro-textarea-view::after {
4087
4027
  .pro-edit-table .ant-table-content > table .ant-table-summary .ant-table-cell-fix-right {
4088
4028
  background-color: var(--zaui-table-header-bg, #f2f3f5);
4089
4029
  }
4030
+ .pro-edit-table .ant-table-content > table .ant-table-cell-fix-right-first::after {
4031
+ -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4032
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
4033
+ }
4090
4034
  .pro-edit-table .ant-table-content > table th.ant-table-selection-column {
4091
4035
  width: 48px;
4092
4036
  }
@@ -4177,7 +4121,7 @@ div.pro-textarea-view::after {
4177
4121
  width: auto;
4178
4122
  }
4179
4123
  .pro-edit-table-header {
4180
- margin-bottom: var(--zaui-space-size-md, 16px);
4124
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4181
4125
  }
4182
4126
  .pro-edit-table-toolbar-fixed {
4183
4127
  position: absolute;
@@ -4271,10 +4215,10 @@ div.pro-textarea-view::after {
4271
4215
  font-size: var(--zaui-font-size-lg, 16px);
4272
4216
  font-weight: 500;
4273
4217
  color: var(--zaui-text, #343434);
4274
- margin-bottom: var(--zaui-space-size-sm, 8px);
4218
+ margin-bottom: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
4275
4219
  }
4276
4220
  .pro-edit-label-popconfirm .pro-edit-label-tip {
4277
- margin-bottom: var(--zaui-space-size-md, 16px);
4221
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
4278
4222
  color: #666;
4279
4223
  }
4280
4224
  .pro-edit-label-popconfirm .pro-edit-label-tip .anticon-info-circle {
@@ -4354,7 +4298,7 @@ div.pro-textarea-view::after {
4354
4298
  width: 4px;
4355
4299
  height: 14px;
4356
4300
  background: var(--zaui-brand, #006aff);
4357
- border-radius: 2px;
4301
+ border-radius: var(zaui-border-radius-card, 2px);
4358
4302
  }
4359
4303
  .pro-theme-prd-tools-drawer .pro-theme-color {
4360
4304
  display: -webkit-box;
@@ -4384,7 +4328,7 @@ div.pro-textarea-view::after {
4384
4328
  margin-right: 34px;
4385
4329
  }
4386
4330
  .pro-theme-prd-tools-drawer .pro-theme-color li span {
4387
- font-size: 14px;
4331
+ font-size: var(--zaui-font-size, 14px);
4388
4332
  vertical-align: -7px;
4389
4333
  }
4390
4334
  .pro-theme-prd-tools-drawer .pro-theme-color li:nth-child(1) {
@@ -4477,7 +4421,7 @@ div.pro-textarea-view::after {
4477
4421
  left: 4px;
4478
4422
  z-index: 1;
4479
4423
  color: var(--zaui-text, #343434);
4480
- font-size: 16px;
4424
+ font-size: var(--zaui-font-size-lg, 16px);
4481
4425
  -webkit-transform: translateZ(100px);
4482
4426
  transform: translateZ(100px);
4483
4427
  }
@@ -4509,7 +4453,7 @@ div.pro-textarea-view::after {
4509
4453
  color: var(--zaui-brand, #006aff);
4510
4454
  }
4511
4455
  .pro-theme-tools .anticon svg {
4512
- font-size: 24px;
4456
+ font-size: var(--zaui-font-size-lg-title, 24px);
4513
4457
  }
4514
4458
  .pro-theme-tools-drawer .ant-drawer-body {
4515
4459
  padding: 32px;
@@ -4550,29 +4494,11 @@ div.pro-textarea-view::after {
4550
4494
  .pro-download.ant-btn-text {
4551
4495
  padding: 0;
4552
4496
  }
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
4497
  .pro-editable .ant-table-cell .table-title-required::before {
4571
4498
  display: inline-block;
4572
4499
  margin-right: 4px;
4573
4500
  color: #ff5050;
4574
- font-size: 14px;
4575
- font-family: SimSun, sans-serif;
4501
+ font-size: var(--zaui-font-size, 14px);
4576
4502
  line-height: 1;
4577
4503
  content: '*';
4578
4504
  }
@@ -4825,7 +4751,6 @@ samp {
4825
4751
  font-family: monospace, sans-serif;
4826
4752
  }
4827
4753
  .clickable,
4828
- label,
4829
4754
  input[type='button'],
4830
4755
  input[type='submit'],
4831
4756
  input[type='file'],
@@ -4919,6 +4844,7 @@ input[type='button'] {
4919
4844
  --zaui-table-selected-bg: var(--zaui-table-hover-bg);
4920
4845
  --zaui-table-selected-hover-bg: var(--zaui-table-hover-bg);
4921
4846
  --zaui-table-nested-bg: #fafcfe;
4847
+ --zaui-contract-bg: #fffaa1;
4922
4848
  --zaui-form-label-width: 130px;
4923
4849
  --zaui-border-radius: 4px;
4924
4850
  --zaui-border-radius-card: 2px;
@@ -5005,8 +4931,7 @@ input[type='button'] {
5005
4931
  .ant-modal .ant-form-item .ant-form-item-label.ant-form-item-label-left > .ant-form-item-required::after {
5006
4932
  margin-top: 1px;
5007
4933
  color: #ff4d4f;
5008
- font-size: 14px;
5009
- font-family: SimSun, sans-serif;
4934
+ font-size: var(--zaui-font-size, 14px);
5010
4935
  line-height: 1;
5011
4936
  content: '*';
5012
4937
  }
@@ -5044,7 +4969,7 @@ input[type='button'] {
5044
4969
  .ant-form .ant-form-item,
5045
4970
  .ant-drawer .ant-form-item,
5046
4971
  .ant-modal .ant-form-item {
5047
- margin-bottom: 22px !important;
4972
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
5048
4973
  }
5049
4974
  .ant-input[disabled],
5050
4975
  .ant-select-disabled,
@@ -5202,7 +5127,7 @@ input[type='button'] {
5202
5127
  margin-left: 0;
5203
5128
  }
5204
5129
  .ant-tabs .ant-tabs-nav {
5205
- margin-bottom: var(--zaui-space-size-md, 16px);
5130
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
5206
5131
  }
5207
5132
  .ant-tabs .ant-tabs-nav .ant-tabs-tab-btn {
5208
5133
  font-size: var(--zaui-font-size-lg, 16px);